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.java1445 private final GLSurfaceViewFactory glSurfaceViewFactory; field in GLSurfaceViewSnapshot
1452 public GLSurfaceViewSnapshot(GLSurfaceViewFactory glSurfaceViewFactory, int width, int height) { in GLSurfaceViewSnapshot() argument
1453 this.glSurfaceViewFactory = DecodeAccuracyTestBase.checkNotNull(glSurfaceViewFactory); in GLSurfaceViewSnapshot()
1468 final ByteBuffer byteBuffer = glSurfaceViewFactory.getByteBuffer(); in run()
1493 if (glSurfaceViewFactory.byteBufferIsReady()) { in waitForByteBuffer()