Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayWithCompositionTest.java105 private OutputSurface mDecodingSurface; field in EncodeVirtualDisplayWithCompositionTest
271 mDecodingSurface = new OutputSurface(w, h); in doTestRenderingOutput()
272 mDecoder.configure(decoderFormat, mDecodingSurface.getSurface(), null, 0); in doTestRenderingOutput()
383 if (mDecodingSurface != null) { in doTestRenderingOutput()
384 mDecodingSurface.release(); in doTestRenderingOutput()
385 mDecodingSurface = null; in doTestRenderingOutput()
406 if (mDecodingSurface.checkForNewImage(IMAGE_WAIT_TIMEOUT_MS)) { in renderColorAndCheckResult()
407 mDecodingSurface.drawImage(); in renderColorAndCheckResult()
432 if (mDecodingSurface.checkForNewImage(IMAGE_WAIT_TIMEOUT_MS)) { in renderRotationAndCheckResult()
433 mDecodingSurface.drawImage(); in renderRotationAndCheckResult()