Searched refs:decodingSurface (Results 1 – 1 of 1) sorted by relevance
1502 OutputSurface decodingSurface = null; in isConcurrentEncodingDecodingSupported() local1512 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()