Lines Matching refs:total_channels
2228 WORD total_channels = 0; in ixheaacd_dec_execute() local
2328 total_channels += 1; in ixheaacd_dec_execute()
2333 total_channels += 2; in ixheaacd_dec_execute()
2358 if (total_channels < (WORD)p_obj_exhaacplus_dec->aac_config.ui_n_channels) in ixheaacd_dec_execute()
2359 total_channels = p_obj_exhaacplus_dec->aac_config.ui_n_channels; in ixheaacd_dec_execute()
2374 if (total_channels > (WORD)p_obj_exhaacplus_dec->aac_config.ui_max_channels) { in ixheaacd_dec_execute()
2480 if (total_elements == 2 && total_channels == 2 && in ixheaacd_dec_execute()
2520 total_elements, element_used, total_channels, in ixheaacd_dec_execute()
2537 ch_fac = total_channels; in ixheaacd_dec_execute()
2609 p_obj_exhaacplus_dec->aac_config.ui_max_channels, total_channels, in ixheaacd_dec_execute()
2765 p_obj_exhaacplus_dec->aac_config.ui_n_channels = total_channels; in ixheaacd_dec_execute()
2772 num_of_out_samples, total_channels, time_data); in ixheaacd_dec_execute()
2775 if ((total_channels > 2) && (1 == p_obj_exhaacplus_dec->aac_config.downmix)) { in ixheaacd_dec_execute()
2777 total_elements, time_data, total_channels); in ixheaacd_dec_execute()
2779 total_channels = 2; in ixheaacd_dec_execute()
2784 if (p_obj_exhaacplus_dec->aac_config.flag_downmix && total_channels == 2) { in ixheaacd_dec_execute()