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/
DEncodeVirtualDisplayWithCompositionTestImpl.java102 private OutputSurface mDecodingSurface; field in EncodeVirtualDisplayWithCompositionTestImpl
196 mDecodingSurface = new OutputSurface(w, h); in doTestRenderingOutput()
197 mDecoder.configure(decoderFormat, mDecodingSurface.getSurface(), null, 0); in doTestRenderingOutput()
307 if (mDecodingSurface != null) { in doTestRenderingOutput()
308 mDecodingSurface.release(); in doTestRenderingOutput()
309 mDecodingSurface = null; in doTestRenderingOutput()
330 if (mDecodingSurface.checkForNewImage(IMAGE_WAIT_TIMEOUT_MS)) { in renderColorAndCheckResult()
331 mDecodingSurface.drawImage(); in renderColorAndCheckResult()
356 if (mDecodingSurface.checkForNewImage(IMAGE_WAIT_TIMEOUT_MS)) { in renderRotationAndCheckResult()
357 mDecodingSurface.drawImage(); in renderRotationAndCheckResult()