Searched refs:get_channel_idx (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.c89 static int get_channel_idx(char **map, int *ch, char delim, int max_ch) function
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) {

Completed in 46 milliseconds