Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dformats.c173 unsigned a_all = a->all_layouts + a->all_counts; in ff_merge_channel_layouts()
174 unsigned b_all = b->all_layouts + b->all_counts; in ff_merge_channel_layouts()
442 ret->all_layouts = ret->all_counts = 1; in ff_all_channel_counts()
717 if (fmts->all_layouts < fmts->all_counts) { in ff_formats_check_channel_layouts()
Dformats.h90 char all_counts; ///< accept any channel layout or count member
Davfiltergraph.c306 if (l->all_layouts || l->all_counts) in sanitize_channel_layouts()
308 l->all_layouts = l->all_counts = 0; in sanitize_channel_layouts()
310 if (l->all_counts && !l->all_layouts) in sanitize_channel_layouts()
716 if (!link->incfg.channel_layouts->all_counts) in pick_format()
805 (!FF_LAYOUT2COUNT(fmt) || fmts->all_counts)) { in reduce_formats_on_filter()
807 fmts->all_layouts = fmts->all_counts = 0; in reduce_formats_on_filter()