Home
last modified time | relevance | path

Searched refs:MEDIA_CODEC_LIST_ALL (Results 1 – 2 of 2) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java2059 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersInUnInitState()
2080 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersInInitState()
2100 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithBadIndex()
2129 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithNullInfos()
2157 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithNullInfo()
2196 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithEmptyInfo()
2224 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithBadSize()
2267 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithBadBuffInfo()
2302 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithBadOffset()
2334 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersInReleaseState()
[all …]
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecTestBase.java391 public static final MediaCodecList MEDIA_CODEC_LIST_ALL; field in CodecTestBase
394 MEDIA_CODEC_LIST_ALL = new MediaCodecList(MediaCodecList.ALL_CODECS);
561 for (MediaCodecInfo codecInfo : MEDIA_CODEC_LIST_ALL.getCodecInfos()) { in isFeatureSupported()
654 for (MediaCodecInfo codecInfo : MEDIA_CODEC_LIST_ALL.getCodecInfos()) { in isFormatSupported()
669 for (MediaCodecInfo codecInfo : MEDIA_CODEC_LIST_ALL.getCodecInfos()) { in areFormatsSupported()
685 for (MediaCodecInfo codecInfo : MEDIA_CODEC_LIST_ALL.getCodecInfos()) { in hasSupportForColorFormat()
713 for (MediaCodecInfo codecInfo : MEDIA_CODEC_LIST_ALL.getCodecInfos()) { in isVendorCodec()
722 for (MediaCodecInfo codecInfo : MEDIA_CODEC_LIST_ALL.getCodecInfos()) { in isSoftwareCodec()
731 for (MediaCodecInfo codecInfo : MEDIA_CODEC_LIST_ALL.getCodecInfos()) { in isHardwareAcceleratedCodec()