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.java104 private OutputSurface mDecodingSurface; field in EncodeVirtualDisplayWithCompositionTest
236 mDecodingSurface = new OutputSurface(w, h); in doTestRenderingOutput()
237 mDecoder.configure(decoderFormat, mDecodingSurface.getSurface(), null, 0); in doTestRenderingOutput()
339 if (mDecodingSurface != null) { in doTestRenderingOutput()
340 mDecodingSurface.release(); in doTestRenderingOutput()
341 mDecodingSurface = null; in doTestRenderingOutput()
362 if (mDecodingSurface.checkForNewImage(IMAGE_WAIT_TIMEOUT_MS)) { in renderColorAndCheckResult()
363 mDecodingSurface.drawImage(); in renderColorAndCheckResult()