Go to the source code of this file.
◆ PUT_FUNC
#define PUT_FUNC |
( |
|
name, |
|
|
|
fmt, |
|
|
|
type, |
|
|
|
expr |
|
) |
| |
Value: int channels,
int sample,
int ch, \
double v_dbl) \
{ \
type v = expr; \
else \
out[0][
sample * channels + ch] = v; \
}
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:
Definition at line 163 of file avresample.c.
Referenced by configure_video_device(), ff_add_format(), ff_formats_unref(), ff_make_format_list(), ff_merge_formats(), ff_merge_samplerates(), ff_set_common_samplerates(), hwdownload_config_output(), print_supported_formats(), query_formats(), reduce_formats_on_filter(), and transfer_data_alloc().
◆ rates
◆ layouts
Initial value:= {
}
#define AV_CH_LAYOUT_7POINT1
#define AV_CH_LAYOUT_STEREO
#define AV_CH_LAYOUT_5POINT1
#define AV_CH_LAYOUT_MONO
Definition at line 182 of file avresample.c.