Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/data/
DGlideFilmstripManager.java245 int[] configCount = new int[1]; in computeEglMaxTextureSize() local
247 eglConfigs, 0, 1, configCount, 0); in computeEglMaxTextureSize()
249 if (configCount[0] == 0) { in computeEglMaxTextureSize()