Go to the source code of this file.
|
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) |
|
◆ stereo16_from_stereopcm8()
static void stereo16_from_stereopcm8 |
( |
short * |
l, |
|
|
short * |
r, |
|
|
const uchar * |
c, |
|
|
long |
cnt |
|
) |
| |
|
inlinestatic |
◆ stereo16_from_stereopcm16()
static void stereo16_from_stereopcm16 |
( |
short * |
l, |
|
|
short * |
r, |
|
|
const short * |
s, |
|
|
long |
cnt |
|
) |
| |
|
inlinestatic |
◆ stereo16_from_stereopcm32()
static void stereo16_from_stereopcm32 |
( |
short * |
l, |
|
|
short * |
r, |
|
|
int * |
s, |
|
|
long |
cnt |
|
) |
| |
|
inlinestatic |
◆ stereo16_from_stereopcmfloat()
static void stereo16_from_stereopcmfloat |
( |
short * |
l, |
|
|
short * |
r, |
|
|
float * |
s, |
|
|
long |
cnt |
|
) |
| |
|
inlinestatic |
◆ mono16_from_monopcm8()
static void mono16_from_monopcm8 |
( |
short * |
l, |
|
|
const uchar * |
c, |
|
|
long |
cnt |
|
) |
| |
|
inlinestatic |
◆ mono16_from_monopcm16()
static void mono16_from_monopcm16 |
( |
short * |
l, |
|
|
const short * |
s, |
|
|
long |
cnt |
|
) |
| |
|
inlinestatic |
◆ mono16_from_monopcm32()
static void mono16_from_monopcm32 |
( |
short * |
l, |
|
|
int * |
s, |
|
|
long |
cnt |
|
) |
| |
|
inlinestatic |
◆ mono16_from_monopcmfloat()
static void mono16_from_monopcmfloat |
( |
short * |
l, |
|
|
float * |
s, |
|
|
long |
cnt |
|
) |
| |
|
inlinestatic |