MAX_CH             64 libavfilter/af_channelmap.c     struct ChannelMap map[MAX_CH];
MAX_CH            171 libavfilter/af_channelmap.c     if (map_entries > MAX_CH) {
MAX_CH            182 libavfilter/af_channelmap.c             if (get_channel_idx(&mapping, &in_ch_idx, separator, MAX_CH) < 0) {
MAX_CH            198 libavfilter/af_channelmap.c             if (get_channel_idx(&mapping, &in_ch_idx, '-', MAX_CH) < 0 ||
MAX_CH            199 libavfilter/af_channelmap.c                 get_channel_idx(&mapping, &out_ch_idx, separator, MAX_CH) < 0) {
MAX_CH            207 libavfilter/af_channelmap.c             if (get_channel_idx(&mapping, &in_ch_idx, '-', MAX_CH) < 0 ||
MAX_CH            219 libavfilter/af_channelmap.c                 get_channel_idx(&mapping, &out_ch_idx, separator, MAX_CH) < 0) {
MAX_CH            316 libavfilter/af_channelmap.c     uint8_t *source_planes[MAX_CH];