HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SPEC (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera2/src/com/android/camera/
SurfaceTextureRenderer.java 179 private static final int[] CONFIG_SPEC = new int[] {
192 if (!egl.eglChooseConfig(display, CONFIG_SPEC, null, 0, numConfig)) {
203 display, CONFIG_SPEC, configs, numConfigs, numConfig)) {
  /packages/apps/Camera/src/com/android/camera/
MosaicPreviewRenderer.java 237 private static final int[] CONFIG_SPEC = new int[] {
247 if (!egl.eglChooseConfig(display, CONFIG_SPEC, null, 0, numConfig)) {
258 display, CONFIG_SPEC, configs, numConfigs, numConfig)) {

Completed in 2042 milliseconds