Searched refs:decodingSurface (Results 1 – 1 of 1) sorted by relevance
1503 OutputSurface decodingSurface = null; in isConcurrentEncodingDecodingSupported() local1513 decodingSurface = new OutputSurface(w, h); in isConcurrentEncodingDecodingSupported()1514 decodingSurface.makeCurrent(); in isConcurrentEncodingDecodingSupported()1515 decoder.configure(decoderFormat, decodingSurface.getSurface(), null, 0); in isConcurrentEncodingDecodingSupported()1545 if (decodingSurface != null) { in isConcurrentEncodingDecodingSupported()1546 decodingSurface.release(); in isConcurrentEncodingDecodingSupported()