Searched refs:videoCodec (Results 1 – 3 of 3) sorted by relevance
142 MediaCodec videoCodec = null; in fromVideoFormat() local150 videoCodec = MediaCodec.createDecoderByType(mimeType); in fromVideoFormat()151 videoCodec.configure(trackFormat, surface, null, 0); in fromVideoFormat()157 if (videoCodec != null) { in fromVideoFormat()158 result = new MediaCodecWrapper(videoCodec); in fromVideoFormat()