Searched refs:videoCodec (Results 1 – 1 of 1) sorted by relevance
141 MediaCodec videoCodec = null; in fromVideoFormat() local149 videoCodec = MediaCodec.createDecoderByType(mimeType); in fromVideoFormat()150 videoCodec.configure(trackFormat, surface, null, 0); in fromVideoFormat()156 if (videoCodec != null) { in fromVideoFormat()157 result = new MediaCodecWrapper(videoCodec); in fromVideoFormat()