Home
last modified time | relevance | path

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

/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTestBase.java1498 private final GLSurfaceViewFactory glSurfaceViewFactory; field in GLSurfaceViewSnapshot
1505 public GLSurfaceViewSnapshot(GLSurfaceViewFactory glSurfaceViewFactory, int width, int height) { in GLSurfaceViewSnapshot() argument
1506 this.glSurfaceViewFactory = DecodeAccuracyTestBase.checkNotNull(glSurfaceViewFactory); in GLSurfaceViewSnapshot()
1524 final ByteBuffer byteBuffer = glSurfaceViewFactory.getByteBuffer(); in run()
1527 final Object syncToken = glSurfaceViewFactory.getSyncToken(); in run()
1567 if (glSurfaceViewFactory.byteBufferIsReady()) { in waitForByteBuffer()