Searched refs:MAX_CH (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_channelmap.c57 #define MAX_CH 64 macro
64 struct ChannelMap map[MAX_CH];
168 if (map_entries > MAX_CH) {
179 if (get_channel_idx(&mapping, &in_ch_idx, separator, MAX_CH) < 0) {
195 if (get_channel_idx(&mapping, &in_ch_idx, '-', MAX_CH) < 0 ||
196 get_channel_idx(&mapping, &out_ch_idx, separator, MAX_CH) < 0) {
204 if (get_channel_idx(&mapping, &in_ch_idx, '-', MAX_CH) < 0 ||
216 get_channel_idx(&mapping, &out_ch_idx, separator, MAX_CH) < 0) {
307 uint8_t *source_planes[MAX_CH];

Completed in 60 milliseconds