Searched refs:num_configs (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp1601 size_t num_configs = *((uint32_t *)pCmdData + 1); local
1603 num_configs * sizeof(channel_config_t))) {
1609 if (num_configs < CHANNEL_CFG_CNT ||
1614 num_configs = CHANNEL_CFG_CNT;
1618 num_configs);
1620 *replySize = 2 * sizeof(uint32_t) + num_configs * sizeof(channel_config_t);
1621 *((uint32_t *)pReplyData + 1) = num_configs;
1622 memcpy((uint32_t *)pReplyData + 2, &sDualMicConfigs, num_configs * sizeof(channel_config_t));

Completed in 8 milliseconds