OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_SPEC
(Results
1 - 2
of
2
) sorted by null
/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)) {
/packages/apps/Camera2/src/com/android/camera/
SurfaceTextureRenderer.java
196
private static final int[]
CONFIG_SPEC
= new int[] {
209
if (!egl.eglChooseConfig(display,
CONFIG_SPEC
, null, 0, numConfig)) {
220
display,
CONFIG_SPEC
, configs, numConfigs, numConfig)) {
Completed in 1307 milliseconds