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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_channelmap.c174 int in_ch_idx = -1, out_ch_idx = -1; local
196 get_channel_idx(&mapping, &out_ch_idx, separator, MAX_CH) < 0) {
201 s->map[i].out_channel_idx = out_ch_idx;
216 get_channel_idx(&mapping, &out_ch_idx, separator, MAX_CH) < 0) {
221 s->map[i].out_channel_idx = out_ch_idx;
H A Daf_join.c114 int input_idx, out_ch_idx, in_ch_idx; local
147 out_ch_idx = av_get_channel_layout_channel_index(s->channel_layout,
149 if (s->channels[out_ch_idx].input >= 0) {
173 s->channels[out_ch_idx].input = input_idx;
175 s->channels[out_ch_idx].in_channel = in_channel;
177 s->channels[out_ch_idx].in_channel_idx = in_ch_idx;

Completed in 31 milliseconds