Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp164 EGLint num_configs = 1; in loadConfig() local
165 if (!eglChooseConfig(mEglDisplay, attribs, &mEglConfig, num_configs, &num_configs) in loadConfig()
166 || num_configs != 1) { in loadConfig()
/frameworks/av/media/libeffects/preprocessing/
DPreProcessing.cpp1664 size_t num_configs = *((uint32_t *)pCmdData + 1); in PreProcessingFx_Command() local
1666 num_configs * sizeof(channel_config_t))) { in PreProcessingFx_Command()
1672 if (num_configs < CHANNEL_CFG_CNT || in PreProcessingFx_Command()
1677 num_configs = CHANNEL_CFG_CNT; in PreProcessingFx_Command()
1681 num_configs); in PreProcessingFx_Command()
1683 *replySize = 2 * sizeof(uint32_t) + num_configs * sizeof(channel_config_t); in PreProcessingFx_Command()
1684 *((uint32_t *)pReplyData + 1) = num_configs; in PreProcessingFx_Command()
1685 … memcpy((uint32_t *)pReplyData + 2, &sDualMicConfigs, num_configs * sizeof(channel_config_t)); in PreProcessingFx_Command()