Searched refs:ch_cnt (Results 1 – 1 of 1) sorted by relevance
2011 WORD32 ch_cnt; in impd_parse_drc_instructions_uni_drc() local2140 ch_cnt = drc_config->channel_layout.base_channel_count; in impd_parse_drc_instructions_uni_drc()2142 if (ch_cnt > MAX_CHANNEL_COUNT) return (UNEXPECTED_ERROR); in impd_parse_drc_instructions_uni_drc()2151 while (c < ch_cnt) { in impd_parse_drc_instructions_uni_drc()2186 if (c > ch_cnt) { in impd_parse_drc_instructions_uni_drc()2192 for (c = 0; c < ch_cnt; c++) { in impd_parse_drc_instructions_uni_drc()2226 for (c = 0; c < ch_cnt; c++) { in impd_parse_drc_instructions_uni_drc()2287 ch_cnt = drc_config->dwnmix_instructions[i].target_channel_count; in impd_parse_drc_instructions_uni_drc()2293 ch_cnt = 1; in impd_parse_drc_instructions_uni_drc()2296 if (ch_cnt > MAX_CHANNEL_COUNT) return (UNEXPECTED_ERROR); in impd_parse_drc_instructions_uni_drc()[all …]