Home
last modified time | relevance | path

Searched refs:CHANNEL_CFG_CNT (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/preprocessing/
DPreProcessing.cpp142 CHANNEL_CFG_CNT, enumerator
146 const channel_config_t sDualMicConfigs[CHANNEL_CFG_CNT] = {
1346 *((uint32_t*)pReplyData + 1) = CHANNEL_CFG_CNT; in PreProcessingFx_Command()
1347 if (num_configs < CHANNEL_CFG_CNT || in PreProcessingFx_Command()
1348 *replySize < (2 * sizeof(uint32_t) + CHANNEL_CFG_CNT * sizeof(channel_config_t))) { in PreProcessingFx_Command()
1351 num_configs = CHANNEL_CFG_CNT; in PreProcessingFx_Command()
1408 for (i = 0; i < CHANNEL_CFG_CNT; i++) { in PreProcessingFx_Command()
1414 if (i == CHANNEL_CFG_CNT) { in PreProcessingFx_Command()