Searched refs:mDecodingSurface (Results 1 – 1 of 1) sorted by relevance
104 private OutputSurface mDecodingSurface; field in EncodeVirtualDisplayWithCompositionTest236 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()