Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/media/codec/src/android/media/codec/cts/
H A DEncodeVirtualDisplayWithCompositionTestImpl.java1502 OutputSurface decodingSurface = null; in isConcurrentEncodingDecodingSupported() local
1512 decodingSurface = new OutputSurface(w, h); in isConcurrentEncodingDecodingSupported()
1513 decodingSurface.makeCurrent(); in isConcurrentEncodingDecodingSupported()
1514 decoder.configure(decoderFormat, decodingSurface.getSurface(), null, 0); in isConcurrentEncodingDecodingSupported()
1544 if (decodingSurface != null) { in isConcurrentEncodingDecodingSupported()
1545 decodingSurface.release(); in isConcurrentEncodingDecodingSupported()