MythTV  master
Functions
inlines.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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 stereo16_from_stereopcm32 (short *l, short *r, int *s, long cnt)
 
static void stereo16_from_stereopcmfloat (short *l, short *r, float *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)
 
static void mono16_from_monopcm32 (short *l, int *s, long cnt)
 
static void mono16_from_monopcmfloat (short *l, float *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 12 of file inlines.h.

◆ stereo16_from_stereopcm16()

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

Definition at line 47 of file inlines.h.

◆ stereo16_from_stereopcm32()

static void stereo16_from_stereopcm32 ( short *  l,
short *  r,
int *  s,
long  cnt 
)
inlinestatic

Definition at line 82 of file inlines.h.

Referenced by MainVisual::add().

◆ stereo16_from_stereopcmfloat()

static void stereo16_from_stereopcmfloat ( short *  l,
short *  r,
float *  s,
long  cnt 
)
inlinestatic

Definition at line 94 of file inlines.h.

Referenced by MainVisual::add().

◆ mono16_from_monopcm8()

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

Definition at line 106 of file inlines.h.

◆ mono16_from_monopcm16()

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

Definition at line 132 of file inlines.h.

◆ mono16_from_monopcm32()

static void mono16_from_monopcm32 ( short *  l,
int *  s,
long  cnt 
)
inlinestatic

Definition at line 158 of file inlines.h.

Referenced by MainVisual::add().

◆ mono16_from_monopcmfloat()

static void mono16_from_monopcmfloat ( short *  l,
float *  s,
long  cnt 
)
inlinestatic

Definition at line 167 of file inlines.h.

Referenced by MainVisual::add().