Lines Matching refs:total_channels
2159 WORD total_channels = 0; in ixheaacd_dec_execute() local
2229 total_channels += 1; in ixheaacd_dec_execute()
2234 total_channels += 2; in ixheaacd_dec_execute()
2259 if (total_channels < (WORD)p_obj_exhaacplus_dec->aac_config.ui_n_channels) in ixheaacd_dec_execute()
2260 total_channels = p_obj_exhaacplus_dec->aac_config.ui_n_channels; in ixheaacd_dec_execute()
2275 if (total_channels > (WORD)p_obj_exhaacplus_dec->aac_config.ui_max_channels) { in ixheaacd_dec_execute()
2381 if (total_elements == 2 && total_channels == 2 && in ixheaacd_dec_execute()
2421 total_elements, element_used, total_channels, in ixheaacd_dec_execute()
2438 ch_fac = total_channels; in ixheaacd_dec_execute()
2513 p_obj_exhaacplus_dec->aac_config.ui_max_channels, total_channels, in ixheaacd_dec_execute()
2669 p_obj_exhaacplus_dec->aac_config.ui_n_channels = total_channels; in ixheaacd_dec_execute()
2676 num_of_out_samples, total_channels, time_data); in ixheaacd_dec_execute()
2679 if ((total_channels > 2) && (1 == p_obj_exhaacplus_dec->aac_config.downmix)) { in ixheaacd_dec_execute()
2681 total_elements, time_data, total_channels); in ixheaacd_dec_execute()
2683 total_channels = 2; in ixheaacd_dec_execute()
2688 if (p_obj_exhaacplus_dec->aac_config.flag_downmix && total_channels == 2) { in ixheaacd_dec_execute()