/third_party/ffmpeg/libavfilter/ |
D | af_channelsplit.c | 120 (ret = ff_channel_layouts_ref(in_layouts, &ctx->inputs[0]->outcfg.channel_layouts)) < 0) in query_formats() 128 … (ret = ff_channel_layouts_ref(out_layouts, &ctx->outputs[i]->incfg.channel_layouts)) < 0) in query_formats()
|
D | formats.h | 191 int ff_channel_layouts_ref(AVFilterChannelLayouts *f,
|
D | af_headphone.c | 582 ret = ff_channel_layouts_ref(layouts, &ctx->inputs[0]->outcfg.channel_layouts); in query_formats() 589 ret = ff_channel_layouts_ref(stereo_layout, &ctx->outputs[0]->incfg.channel_layouts); in query_formats() 597 ret = ff_channel_layouts_ref(hrir_layouts, &ctx->inputs[1]->outcfg.channel_layouts); in query_formats() 602 ret = ff_channel_layouts_ref(stereo_layout, &ctx->inputs[i]->outcfg.channel_layouts); in query_formats()
|
D | af_amerge.c | 139 if ((ret = ff_channel_layouts_ref(layouts, &ctx->inputs[i]->outcfg.channel_layouts)) < 0) in query_formats() 145 if ((ret = ff_channel_layouts_ref(layouts, &ctx->outputs[0]->incfg.channel_layouts)) < 0) in query_formats()
|
D | af_resample.c | 109 (ret = ff_channel_layouts_ref (in_layouts, &inlink->outcfg.channel_layouts)) < 0 || in query_formats() 110 (ret = ff_channel_layouts_ref (out_layouts, &outlink->incfg.channel_layouts)) < 0) in query_formats()
|
D | af_channelmap.c | 289 (ret = ff_channel_layouts_ref(channel_layouts, in channelmap_query_formats() 293 return ff_channel_layouts_ref(ff_all_channel_counts(), in channelmap_query_formats()
|
D | af_aresample.c | 106 if ((ret = ff_channel_layouts_ref(in_layouts, &inlink->outcfg.channel_layouts)) < 0) in query_formats() 133 return ff_channel_layouts_ref(out_layouts, &outlink->incfg.channel_layouts); in query_formats()
|
D | af_lv2.c | 527 ret = ff_channel_layouts_ref(layouts, &inlink->outcfg.channel_layouts); in query_formats() 532 ret = ff_channel_layouts_ref(layouts, &outlink->incfg.channel_layouts); in query_formats() 545 ret = ff_channel_layouts_ref(layouts, &outlink->incfg.channel_layouts); in query_formats()
|
D | af_pan.c | 269 if ((ret = ff_channel_layouts_ref(layouts, &inlink->outcfg.channel_layouts)) < 0) in query_formats() 278 return ff_channel_layouts_ref(layouts, &outlink->incfg.channel_layouts); in query_formats()
|
D | aeval.c | 365 if ((ret = ff_channel_layouts_ref(layouts, &inlink->outcfg.channel_layouts)) < 0) in aeval_query_formats() 379 if ((ret = ff_channel_layouts_ref(layouts, &outlink->incfg.channel_layouts)) < 0) in aeval_query_formats()
|
D | avf_aphasemeter.c | 106 (ret = ff_channel_layouts_ref (layout , &inlink->outcfg.channel_layouts)) < 0 || in query_formats() 107 (ret = ff_channel_layouts_ref (layout , &outlink->incfg.channel_layouts)) < 0) in query_formats()
|
D | af_agate.c | 366 (ret = ff_channel_layouts_ref(layouts, &ctx->outputs[0]->incfg.channel_layouts)) < 0) in scquery_formats() 371 if ((ret = ff_channel_layouts_ref(layouts, &ctx->inputs[i]->outcfg.channel_layouts)) < 0) in scquery_formats()
|
D | avf_concat.c | 98 … if ((ret = ff_channel_layouts_ref(layouts, &ctx->outputs[idx]->incfg.channel_layouts)) < 0) in query_formats() 108 … (ret = ff_channel_layouts_ref(layouts, &ctx->inputs[idx]->outcfg.channel_layouts)) < 0) in query_formats()
|
D | af_sidechaincompress.c | 317 (ret = ff_channel_layouts_ref(layouts, &ctx->outputs[0]->incfg.channel_layouts)) < 0) in query_formats() 322 if ((ret = ff_channel_layouts_ref(layouts, &ctx->inputs[i]->outcfg.channel_layouts)) < 0) in query_formats()
|
D | af_join.c | 230 (ret = ff_channel_layouts_ref(layouts, &ctx->outputs[0]->incfg.channel_layouts)) < 0) in join_query_formats() 235 if ((ret = ff_channel_layouts_ref(layouts, &ctx->inputs[i]->outcfg.channel_layouts)) < 0) in join_query_formats()
|
D | af_ladspa.c | 717 ret = ff_channel_layouts_ref(layouts, &inlink->outcfg.channel_layouts); in query_formats() 722 ret = ff_channel_layouts_ref(layouts, &outlink->incfg.channel_layouts); in query_formats() 735 ret = ff_channel_layouts_ref(layouts, &outlink->incfg.channel_layouts); in query_formats()
|
D | formats.c | 462 int ff_channel_layouts_ref(AVFilterChannelLayouts *f, AVFilterChannelLayouts **ref) in ff_channel_layouts_ref() function 573 ff_channel_layouts_ref, ff_channel_layouts_unref); in ff_set_common_channel_layouts()
|
D | avf_abitscope.c | 78 if ((ret = ff_channel_layouts_ref(layouts, &inlink->outcfg.channel_layouts)) < 0) in query_formats()
|
D | af_afir.c | 747 if ((ret = ff_channel_layouts_ref(layouts, &ctx->inputs[0]->outcfg.channel_layouts)) < 0) in query_formats() 749 if ((ret = ff_channel_layouts_ref(layouts, &ctx->outputs[0]->incfg.channel_layouts)) < 0) in query_formats() 756 if ((ret = ff_channel_layouts_ref(mono, &ctx->inputs[i]->outcfg.channel_layouts)) < 0) in query_formats()
|
D | avf_showspatial.c | 119 (ret = ff_channel_layouts_ref (layout , &inlink->outcfg.channel_layouts)) < 0) in query_formats()
|
D | avf_avectorscope.c | 195 (ret = ff_channel_layouts_ref (layout , &inlink->outcfg.channel_layouts)) < 0) in query_formats()
|
D | f_ebur128.c | 919 if ((ret = ff_channel_layouts_ref(layouts, &inlink->outcfg.channel_layouts)) < 0 || in query_formats() 920 (ret = ff_channel_layouts_ref(layouts, &outlink->incfg.channel_layouts)) < 0) in query_formats()
|
D | af_sofalizer.c | 664 ret = ff_channel_layouts_ref(layouts, &ctx->inputs[0]->outcfg.channel_layouts); in query_formats() 673 ret = ff_channel_layouts_ref(layouts, &ctx->outputs[0]->incfg.channel_layouts); in query_formats()
|
D | af_anequalizer.c | 244 if ((ret = ff_channel_layouts_ref(layouts, &inlink->outcfg.channel_layouts)) < 0 || in query_formats() 245 (ret = ff_channel_layouts_ref(layouts, &outlink->incfg.channel_layouts)) < 0) in query_formats()
|
D | avf_ahistogram.c | 104 (ret = ff_channel_layouts_ref (layouts, &inlink->outcfg.channel_layouts)) < 0) in query_formats()
|