Searched defs:mcl (Results 1 - 1 of 1) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
H A DExtractDecodeEditEncodeMuxTest.java264 MediaCodecList mcl = new MediaCodecList(MediaCodecList.REGULAR_CODECS);
281 String videoEncoderName = mcl.findEncoderForFormat(outputVideoFormat);
296 String audioEncoderName = mcl.findEncoderForFormat(outputAudioFormat);
332 videoDecoder = createVideoDecoder(mcl, inputFormat, outputSurface.getSurface());
345 audioDecoder = createAudioDecoder(mcl, inputFormat);
525 MediaCodecList mcl, MediaFormat inputFormat, Surface surface) throws IOException {
526 MediaCodec decoder = MediaCodec.createByCodecName(mcl.findDecoderForFormat(inputFormat));
561 MediaCodecList mcl, MediaFormat inputFormat) throws IOException {
562 MediaCodec decoder = MediaCodec.createByCodecName(mcl.findDecoderForFormat(inputFormat));
524 createVideoDecoder( MediaCodecList mcl, MediaFormat inputFormat, Surface surface) argument
560 createAudioDecoder( MediaCodecList mcl, MediaFormat inputFormat) argument

Completed in 44 milliseconds