Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java1483 private final GLSurfaceViewFactory glSurfaceViewFactory; field in GLSurfaceViewSnapshot
1490 public GLSurfaceViewSnapshot(GLSurfaceViewFactory glSurfaceViewFactory, int width, int height) { in GLSurfaceViewSnapshot() argument
1491 this.glSurfaceViewFactory = DecodeAccuracyTestBase.checkNotNull(glSurfaceViewFactory); in GLSurfaceViewSnapshot()
1509 final ByteBuffer byteBuffer = glSurfaceViewFactory.getByteBuffer(); in run()
1548 if (glSurfaceViewFactory.byteBufferIsReady()) { in waitForByteBuffer()