Home
last modified time | relevance | path

Searched refs:in_layouts (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Daf_channelsplit.c132 AVFilterChannelLayouts *in_layouts = NULL; in query_formats() local
139 if ((ret = ff_add_channel_layout(&in_layouts, &s->channel_layout)) < 0 || in query_formats()
140 (ret = ff_channel_layouts_ref(in_layouts, &ctx->inputs[0]->outcfg.channel_layouts)) < 0) in query_formats()
H A Daf_aresample.c76 AVFilterChannelLayouts *in_layouts, *out_layouts; in query_formats() local
92 in_layouts = ff_all_channel_counts(); in query_formats()
93 if ((ret = ff_channel_layouts_ref(in_layouts, &inlink->outcfg.channel_layouts)) < 0) in query_formats()
H A Daf_resample.c94 AVFilterChannelLayouts *in_layouts, *out_layouts; in query_formats() local
101 !(in_layouts = ff_all_channel_layouts ( )) || in query_formats()
109 (ret = ff_channel_layouts_ref (in_layouts, &inlink->outcfg.channel_layouts)) < 0 || in query_formats()

Completed in 3 milliseconds