Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dformats.c173 unsigned a_all = a->all_layouts + a->all_counts; in ff_merge_channel_layouts() local
182 if (a_all < b_all) { in ff_merge_channel_layouts()
184 FFSWAP(unsigned, a_all, b_all); in ff_merge_channel_layouts()
186 if (a_all) { in ff_merge_channel_layouts()
187 if (a_all == 1 && !b_all) { in ff_merge_channel_layouts()