Home
last modified time | relevance | path

Searched refs:out_ch_id (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_pan.c97 int out_ch_id, in_ch_id, len, named, ret, sign = 1; in init() local
125 if (parse_channel_name(&arg, &out_ch_id, &named)) { in init()
132 … if ((out_ch_id = av_channel_layout_index_from_channel(&pan->out_channel_layout, out_ch_id)) < 0) { in init()
139 if (out_ch_id < 0 || out_ch_id >= pan->nb_output_channels) { in init()
145 if (used_out_ch[out_ch_id]) { in init()
147 "Can not reference out channel %d twice\n", out_ch_id); in init()
151 used_out_ch[out_ch_id] = 1; in init()
156 pan->need_renorm |= (int64_t)1 << out_ch_id; in init()
190 pan->gain[out_ch_id][in_ch_id] = sign * gain; in init()
Daf_sofalizer.c228 int out_ch_id; in parse_speaker_pos() local
231 if (parse_channel_name(ctx, &arg, &out_ch_id)) { in parse_speaker_pos()
235 s->vspkrpos[out_ch_id].set = 1; in parse_speaker_pos()
236 s->vspkrpos[out_ch_id].azim = azim; in parse_speaker_pos()
237 s->vspkrpos[out_ch_id].elev = elev; in parse_speaker_pos()
239 s->vspkrpos[out_ch_id].set = 1; in parse_speaker_pos()
240 s->vspkrpos[out_ch_id].azim = azim; in parse_speaker_pos()
241 s->vspkrpos[out_ch_id].elev = 0; in parse_speaker_pos()