Home
last modified time | relevance | path

Searched refs:out_layouts (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_aresample.c76 AVFilterChannelLayouts *in_layouts, *out_layouts; in query_formats() local
117 out_layouts = ff_make_channel_layout_list(layout_list); in query_formats()
119 out_layouts = ff_all_channel_counts(); in query_formats()
122 return ff_channel_layouts_ref(out_layouts, &outlink->incfg.channel_layouts); in query_formats()
Daf_channelsplit.c145 AVFilterChannelLayouts *out_layouts = NULL; in query_formats() local
149 (ret = ff_add_channel_layout(&out_layouts, &channel_layout)) < 0 || in query_formats()
150 … (ret = ff_channel_layouts_ref(out_layouts, &ctx->outputs[i]->incfg.channel_layouts)) < 0) in query_formats()
Daf_resample.c94 AVFilterChannelLayouts *in_layouts, *out_layouts; in query_formats() local
102 !(out_layouts = ff_all_channel_layouts ( ))) in query_formats()
110 (ret = ff_channel_layouts_ref (out_layouts, &outlink->incfg.channel_layouts)) < 0) in query_formats()