Go to the source code of this file.
◆ PUT_FUNC
#define PUT_FUNC |
( |
|
name, |
|
|
|
fmt, |
|
|
|
type, |
|
|
|
expr |
|
) |
| |
Value:
double v_dbl) \
{ \
type v = expr; \
else \
}
int av_sample_fmt_is_planar(enum AVSampleFormat sample_fmt)
Check if the sample format is planar.
AVSampleFormat
Audio sample formats.
Definition at line 41 of file avresample.c.
◆ PUT_SAMPLE
#define PUT_SAMPLE put_sample(data, sample_fmt, channels, k, ch, v); |
◆ dbl_rand()
static double dbl_rand |
( |
AVLFG * |
lfg | ) |
|
|
static |
◆ PUT_FUNC()
◆ audiogen()
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ formats
Initial value:= {
}
@ AV_SAMPLE_FMT_FLTP
float, planar
@ AV_SAMPLE_FMT_S16P
signed 16 bits, planar
@ AV_SAMPLE_FMT_U8P
unsigned 8 bits, planar
@ AV_SAMPLE_FMT_S32P
signed 32 bits, planar
@ AV_SAMPLE_FMT_S32
signed 32 bits
@ AV_SAMPLE_FMT_DBLP
double, planar
@ AV_SAMPLE_FMT_DBL
double
@ AV_SAMPLE_FMT_S16
signed 16 bits
Definition at line 82 of file avresample.c.
◆ rates
◆ layouts
Initial value:= {
}
#define AV_CH_LAYOUT_7POINT1
#define AV_CH_LAYOUT_MONO
#define AV_CH_LAYOUT_STEREO
#define AV_CH_LAYOUT_5POINT1
Definition at line 182 of file avresample.c.
Referenced by main().