Searched refs:out_channel_layout (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | af_pan.c | 45 int64_t out_channel_layout; member 124 ret = ff_parse_channel_layout(&pan->out_channel_layout, in init() 140 if (!((pan->out_channel_layout >> out_ch_id) & 1)) { in init() 150 …out_ch_id = av_get_channel_layout_nb_channels(pan->out_channel_layout & (((int64_t)1 << out_ch_id)… in init() 275 pan->out_channel_layout ? pan->out_channel_layout : in query_formats() 312 pan->out_channel_layout, link->format, link->sample_rate, in config_props() 321 if (!pan->out_channel_layout) { in config_props() 341 av_opt_set_int(pan->swr, "icl", pan->out_channel_layout, 0); in config_props() 363 av_opt_set_int(pan->swr, "ocl", pan->out_channel_layout, 0); in config_props()
|
D | aeval.c | 73 int64_t out_channel_layout; member 376 eval->out_channel_layout ? eval->out_channel_layout : in aeval_query_formats()
|
D | af_surround.c | 95 uint64_t out_channel_layout; member 174 ret = ff_add_channel_layout(&layouts, s->out_channel_layout); in query_formats() 1381 if (!(s->out_channel_layout = av_get_channel_layout(s->out_channel_layout_str))) { in init() 1402 switch (s->out_channel_layout) { in init() 1448 switch (s->out_channel_layout) { in init() 1458 switch (s->out_channel_layout) { in init() 1471 switch (s->out_channel_layout) { in init() 1481 switch (s->out_channel_layout) { in init() 1491 switch (s->out_channel_layout) { in init()
|
/third_party/ffmpeg/libavresample/ |
D | utils.c | 52 avr->out_channels = av_get_channel_layout_nb_channels(avr->out_channel_layout); in avresample_open() 55 avr->out_channel_layout); in avresample_open() 62 avr->in_channel_layout != avr->out_channel_layout)); in avresample_open() 518 avr->out_channel_layout = out->channel_layout; in avresample_config() 540 if (avr->out_channel_layout != out->channel_layout || in config_changed() 646 out_channels = av_get_channel_layout_nb_channels(avr->out_channel_layout); in avresample_get_matrix() 675 out_channels = av_get_channel_layout_nb_channels(avr->out_channel_layout); in avresample_set_matrix()
|
D | internal.h | 59 uint64_t out_channel_layout; /**< output channel layout */ member
|
D | options.c | 42 …{ "out_channel_layout", "Output Channel Layout", OFFSET(out_channel_layout), AV_OPT_TYP…
|
D | audio_mix.c | 362 am->out_layout = avr->out_channel_layout; in ff_audio_mix_alloc() 379 avr->out_channel_layout, in ff_audio_mix_alloc()
|
/third_party/ffmpeg/doc/ |
D | resampler.texi | 22 @option{out_channel_layout} is set. 45 @item ocl, out_channel_layout
|