MAX_CH 63 libavfilter/af_channelmap.c struct ChannelMap map[MAX_CH]; MAX_CH 163 libavfilter/af_channelmap.c if (map_entries > MAX_CH) { MAX_CH 174 libavfilter/af_channelmap.c if (get_channel_idx(&mapping, &in_ch_idx, separator, MAX_CH) < 0) { MAX_CH 190 libavfilter/af_channelmap.c if (get_channel_idx(&mapping, &in_ch_idx, '-', MAX_CH) < 0 || MAX_CH 191 libavfilter/af_channelmap.c get_channel_idx(&mapping, &out_ch_idx, separator, MAX_CH) < 0) { MAX_CH 199 libavfilter/af_channelmap.c if (get_channel_idx(&mapping, &in_ch_idx, '-', MAX_CH) < 0 || MAX_CH 211 libavfilter/af_channelmap.c get_channel_idx(&mapping, &out_ch_idx, separator, MAX_CH) < 0) { MAX_CH 315 libavfilter/af_channelmap.c uint8_t *source_planes[MAX_CH];