Searched refs:decodingSurface (Results 1 – 1 of 1) sorted by relevance
1374 OutputSurface decodingSurface = null; in isConcurrentEncodingDecodingSupported() local1380 decodingSurface = new OutputSurface(w, h); in isConcurrentEncodingDecodingSupported()1381 decodingSurface.makeCurrent(); in isConcurrentEncodingDecodingSupported()1382 decoder.configure(decoderFormat, decodingSurface.getSurface(), null, 0); in isConcurrentEncodingDecodingSupported()1412 if (decodingSurface != null) { in isConcurrentEncodingDecodingSupported()1413 decodingSurface.release(); in isConcurrentEncodingDecodingSupported()