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