Searched refs:chlayouts (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dasrc_anullsrc.c81 int64_t chlayouts[] = { null->channel_layout, -1 }; local
85 ff_set_common_channel_layouts(ctx, avfilter_make_format64_list(chlayouts));
H A Dasrc_flite.c209 AVFilterChannelLayouts *chlayouts = NULL; local
214 ff_add_channel_layout(&chlayouts, chlayout);
215 ff_set_common_channel_layouts(ctx, chlayouts);
H A Dasrc_sine.c152 static const int64_t chlayouts[] = { AV_CH_LAYOUT_MONO, -1 }; local
158 ff_set_common_channel_layouts(ctx, avfilter_make_format64_list(chlayouts));
H A Daeval.c247 int64_t chlayouts[] = { eval->chlayout ? eval->chlayout : FF_COUNT2LAYOUT(eval->nb_channels) , -1 }; local
251 ff_set_common_channel_layouts(ctx, avfilter_make_format64_list(chlayouts));
H A Davfiltergraph.c313 AVFilterChannelLayouts *chlayouts; local
340 chlayouts = ff_all_channel_layouts();
341 if (!chlayouts)
343 ff_set_common_channel_layouts(ctx, chlayouts);

Completed in 110 milliseconds