Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/preprocessing/
DPreProcessing.cpp1340 size_t num_configs = *((uint32_t*)pCmdData + 1); in PreProcessingFx_Command() local
1341 if (*replySize < (2 * sizeof(uint32_t) + num_configs * sizeof(channel_config_t))) { in PreProcessingFx_Command()
1347 if (num_configs < CHANNEL_CFG_CNT || in PreProcessingFx_Command()
1351 num_configs = CHANNEL_CFG_CNT; in PreProcessingFx_Command()
1355 num_configs); in PreProcessingFx_Command()
1357 *replySize = 2 * sizeof(uint32_t) + num_configs * sizeof(channel_config_t); in PreProcessingFx_Command()
1358 *((uint32_t*)pReplyData + 1) = num_configs; in PreProcessingFx_Command()
1360 num_configs * sizeof(channel_config_t)); in PreProcessingFx_Command()