Lines Matching refs:output_channels
106 for (i = 0; i < s->output_channels; i++) { in opus_flush_resample()
114 for (i = 0; i < s->output_channels; i++) in opus_flush_resample()
253 for (i = 0; i < s->output_channels; i++) { in opus_decode_frame()
283 for (i = 0; i < s->output_channels; i++) { in opus_decode_frame()
297 for (i = 0; i < s->output_channels; i++) in opus_decode_frame()
310 for (i = 0; i < s->output_channels; i++) { in opus_decode_frame()
319 for (i = 0; i < s->output_channels; i++) { in opus_decode_frame()
360 (s->output_channels == 2 && !s->cur_out[1])) { in opus_decode_subpacket()
396 for (j = 0; j < s->output_channels; j++) in opus_decode_subpacket()
402 for (j = 0; j < s->output_channels; j++) in opus_decode_subpacket()
647 s->output_channels = (i < c->nb_stereo_streams) ? 2 : 1; in opus_decode_init()
651 for (j = 0; j < s->output_channels; j++) { in opus_decode_init()
663 layout = (s->output_channels == 1) ? AV_CH_LAYOUT_MONO : AV_CH_LAYOUT_STEREO; in opus_decode_init()
671 ret = ff_silk_init(avctx, &s->silk, s->output_channels); in opus_decode_init()
675 ret = ff_celt_init(avctx, &s->celt, s->output_channels, c->apply_phase_inv); in opus_decode_init()
680 s->output_channels, 1024); in opus_decode_init()
685 s->output_channels, 32); in opus_decode_init()