MythTV  master
Classes | Functions
videovisualdefs.h File Reference
#include <algorithm>
#include <cmath>
Include dependency graph for videovisualdefs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LogScale
 

Functions

static void stereo16_from_stereopcm8 (short *l, short *r, const uchar *c, long cnt)
 
static void stereo16_from_stereopcm16 (short *l, short *r, const short *s, long cnt)
 
static void mono16_from_monopcm8 (short *l, const uchar *c, long cnt)
 
static void mono16_from_monopcm16 (short *l, const short *s, long cnt)
 

Function Documentation

◆ stereo16_from_stereopcm8()

static void stereo16_from_stereopcm8 ( short *  l,
short *  r,
const uchar *  c,
long  cnt 
)
inlinestatic

Definition at line 66 of file videovisualdefs.h.

Referenced by MainVisual::add(), and VideoVisual::add().

◆ stereo16_from_stereopcm16()

static void stereo16_from_stereopcm16 ( short *  l,
short *  r,
const short *  s,
long  cnt 
)
inlinestatic

Definition at line 104 of file videovisualdefs.h.

Referenced by MainVisual::add(), and VideoVisual::add().

◆ mono16_from_monopcm8()

static void mono16_from_monopcm8 ( short *  l,
const uchar *  c,
long  cnt 
)
inlinestatic

Definition at line 142 of file videovisualdefs.h.

Referenced by MainVisual::add(), and VideoVisual::add().

◆ mono16_from_monopcm16()

static void mono16_from_monopcm16 ( short *  l,
const short *  s,
long  cnt 
)
inlinestatic

Definition at line 171 of file videovisualdefs.h.

Referenced by MainVisual::add(), and VideoVisual::add().