Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java78 new ConfigChooser(8, 8, 8, 8, depth, stencil) : in init()
79 new ConfigChooser(5, 6, 5, 0, depth, stencil) ); in init()
110 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser { class in ViEAndroidGLES20
112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser() method in ViEAndroidGLES20.ConfigChooser