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

/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp178 EGLint num_configs = 1; local
179 if (!eglChooseConfig(mEglDisplay, attribs, &mEglConfig, num_configs, &num_configs)
180 || num_configs != 1) {
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp1660 size_t num_configs = *((uint32_t *)pCmdData + 1); local
1662 num_configs * sizeof(channel_config_t))) {
1668 if (num_configs < CHANNEL_CFG_CNT ||
1673 num_configs = CHANNEL_CFG_CNT;
1677 num_configs);
1679 *replySize = 2 * sizeof(uint32_t) + num_configs * sizeof(channel_config_t);
1680 *((uint32_t *)pReplyData + 1) = num_configs;
1681 memcpy((uint32_t *)pReplyData + 2, &sDualMicConfigs, num_configs * sizeof(channel_config_t));

Completed in 368 milliseconds