Home
last modified time | relevance | path

Searched refs:mediaCodecList (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java155 private MediaCodecList mediaCodecList; field in DecodeAccuracyTestBase.SimplePlayer
396 if (mediaCodecList == null) { in createDecoder()
397 mediaCodecList = new MediaCodecList(MediaCodecList.REGULAR_CODECS); in createDecoder()
400 mediaCodecList.findDecoderForFormat(mediaFormat)); in createDecoder()
DDecoderTestXheAac.java83 final MediaCodecList mediaCodecList = new MediaCodecList(MediaCodecList.REGULAR_CODECS); in initAacDecoderNames() local
84 final MediaCodecInfo[] mediaCodecInfos = mediaCodecList.getCodecInfos(); in initAacDecoderNames()
DDecoderTest.java353 MediaCodecList mediaCodecList = new MediaCodecList(MediaCodecList.ALL_CODECS); in getDecoderMediaCodecInfoList() local
355 for (MediaCodecInfo codecInfo : mediaCodecList.getCodecInfos()) { in getDecoderMediaCodecInfoList()