Lines Matching defs:max_decoded_substream
157 uint8_t max_decoded_substream;
389 m->max_decoded_substream = FFMIN(m->num_substreams - 1, 2);
399 m->dsp.mlp_pack_output = m->dsp.mlp_select_pack_output(m->substream[m->max_decoded_substream].ch_assign,
400 m->substream[m->max_decoded_substream].output_shift,
401 m->substream[m->max_decoded_substream].max_matrix_channel,
443 m->substream[substr].mask == AV_CH_LAYOUT_MONO && m->max_decoded_substream == 1) {
445 m->max_decoded_substream = 0;
572 m->max_decoded_substream > substr) {
577 m->max_decoded_substream = substr;
587 if (substr == m->max_decoded_substream
646 if (substr == m->max_decoded_substream) {
910 if (substr == m->max_decoded_substream)
1256 if (substr > m->max_decoded_substream)
1274 for (substr = 0; substr <= m->max_decoded_substream; substr++) {
1277 if (substr != m->max_decoded_substream &&
1278 m->substream[m->max_decoded_substream].min_channel == 0 &&
1279 m->substream[m->max_decoded_substream].max_channel == avctx->ch_layout.nb_channels - 1)
1359 if ((ret = output_data(m, m->max_decoded_substream, frame, got_frame_ptr)) < 0)
1362 for (substr = 0; substr <= m->max_decoded_substream; substr++){
1388 for (int substr = 0; substr <= m->max_decoded_substream; substr++){