MythTV  master
Functions
videovisual.cpp File Reference
#include <algorithm>
#include "libmythui/mythrender_base.h"
#include "mythplayer.h"
#include "videovisual.h"
Include dependency graph for videovisual.cpp:

Go to the source code of this file.

Functions

static void stereo16_from_stereofloat32 (short *l, short *r, const float *s, unsigned long cnt)
 
static void mono16_from_monofloat32 (short *l, const float *s, unsigned long cnt)
 

Function Documentation

◆ stereo16_from_stereofloat32()

static void stereo16_from_stereofloat32 ( short *  l,
short *  r,
const float *  s,
unsigned long  cnt 
)
inlinestatic

Definition at line 102 of file videovisual.cpp.

Referenced by VideoVisual::add().

◆ mono16_from_monofloat32()

static void mono16_from_monofloat32 ( short *  l,
const float *  s,
unsigned long  cnt 
)
inlinestatic

Definition at line 114 of file videovisual.cpp.

Referenced by VideoVisual::add().