FF_LAYOUT2COUNT 91 libavfilter/af_amerge.c s->in[i].nb_ch = FF_LAYOUT2COUNT(inlayout[i]); FF_LAYOUT2COUNT 737 libavfilter/avfiltergraph.c if ((link->channels = FF_LAYOUT2COUNT(link->channel_layout))) FF_LAYOUT2COUNT 818 libavfilter/avfiltergraph.c (!FF_LAYOUT2COUNT(fmt) || fmts->all_counts)) { FF_LAYOUT2COUNT 972 libavfilter/avfiltergraph.c if (FF_LAYOUT2COUNT(in_chlayout) || FF_LAYOUT2COUNT(out_chlayout)) { FF_LAYOUT2COUNT 977 libavfilter/avfiltergraph.c if (FF_LAYOUT2COUNT(in_chlayout)) FF_LAYOUT2COUNT 978 libavfilter/avfiltergraph.c in_channels = FF_LAYOUT2COUNT(in_chlayout); FF_LAYOUT2COUNT 979 libavfilter/avfiltergraph.c if (FF_LAYOUT2COUNT(out_chlayout)) FF_LAYOUT2COUNT 980 libavfilter/avfiltergraph.c out_channels = FF_LAYOUT2COUNT(out_chlayout); FF_LAYOUT2COUNT 32 libavfilter/formats.c #define KNOWN(l) (!FF_LAYOUT2COUNT(l)) /* for readability */