Home
last modified time | relevance | path

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

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeVirtualDisplayWithCompositionTestImpl.java101 private OutputSurface mDecodingSurface; field in EncodeVirtualDisplayWithCompositionTestImpl
191 mDecodingSurface = new OutputSurface(w, h); in doTestRenderingOutput()
192 mDecoder.configure(decoderFormat, mDecodingSurface.getSurface(), null, 0); in doTestRenderingOutput()
297 if (mDecodingSurface != null) { in doTestRenderingOutput()
298 mDecodingSurface.release(); in doTestRenderingOutput()
299 mDecodingSurface = null; in doTestRenderingOutput()
320 if (mDecodingSurface.checkForNewImage(IMAGE_WAIT_TIMEOUT_MS)) { in renderColorAndCheckResult()
321 mDecodingSurface.drawImage(); in renderColorAndCheckResult()
346 if (mDecodingSurface.checkForNewImage(IMAGE_WAIT_TIMEOUT_MS)) { in renderRotationAndCheckResult()
347 mDecodingSurface.drawImage(); in renderRotationAndCheckResult()