Lines Matching refs:output_channels
107 for (i = 0; i < s->output_channels; i++) {
115 for (i = 0; i < s->output_channels; i++)
254 for (i = 0; i < s->output_channels; i++) {
284 for (i = 0; i < s->output_channels; i++) {
298 for (i = 0; i < s->output_channels; i++)
311 for (i = 0; i < s->output_channels; i++) {
320 for (i = 0; i < s->output_channels; i++) {
361 (s->output_channels == 2 && !s->cur_out[1])) {
397 for (j = 0; j < s->output_channels; j++)
403 for (j = 0; j < s->output_channels; j++)
647 s->output_channels = (i < c->nb_stereo_streams) ? 2 : 1;
651 for (j = 0; j < s->output_channels; j++) {
663 layout = (s->output_channels == 1) ? AV_CH_LAYOUT_MONO : AV_CH_LAYOUT_STEREO;
671 ret = ff_silk_init(avctx, &s->silk, s->output_channels);
675 ret = ff_celt_init(avctx, &s->celt, s->output_channels, c->apply_phase_inv);
680 s->output_channels, 1024);
685 s->output_channels, 32);