Home
last modified time | relevance | path

Searched refs:hasDecoder (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DMediaCodecCapabilitiesTest.java113 hasDecoder(MIMETYPE_VIDEO_AVC, AVCProfileMain, AVCLevel4)); in testH264EncoderProfileAndLevel()
128 hasDecoder(MIMETYPE_VIDEO_AVC, AVCProfileMain, AVCLevel31)); in testH264DecoderProfileAndLevel()
131 hasDecoder(MIMETYPE_VIDEO_AVC, AVCProfileBaseline, AVCLevel31)); in testH264DecoderProfileAndLevel()
163 hasDecoder(MIMETYPE_VIDEO_H263, H263ProfileBaseline, H263Level30)); in testH263DecoderProfileAndLevel()
176 hasDecoder(MIMETYPE_VIDEO_MPEG4, MPEG4ProfileSimple, MPEG4Level3)); in testMpeg4DecoderProfileAndLevel()
193 hasDecoder(MIMETYPE_VIDEO_HEVC, HEVCProfileMain, HEVCMainTierLevel3)); in testH265DecoderProfileAndLevel()
198 hasDecoder(MIMETYPE_VIDEO_HEVC, HEVCProfileMain, HEVCMainTierLevel41)); in testH265DecoderProfileAndLevel()
204 hasDecoder(MIMETYPE_VIDEO_HEVC, HEVCProfileMain10, HEVCMainTierLevel5)); in testH265DecoderProfileAndLevel()
417 if (!hasDecoder(mime, profile, level)) { in checkDecoder()
425 private boolean hasDecoder(String mime, int profile, int level) { in hasDecoder() method in MediaCodecCapabilitiesTest
/cts/tests/media/src/android/mediav2/cts/
DCodecListTest.java68 CodecTestBase.hasDecoder(mediaType)); in testCddRequiredCodecsAvailability()
DExtractorTest.java19 import static android.mediav2.common.cts.CodecTestBase.hasDecoder;
1477 if (hasDecoder(MediaFormat.MIMETYPE_VIDEO_MPEG2)) {
1487 if (hasDecoder(MediaFormat.MIMETYPE_VIDEO_AVC)) {
1526 if (hasDecoder(MediaFormat.MIMETYPE_VIDEO_HEVC)) {
1549 if (hasDecoder(MediaFormat.MIMETYPE_VIDEO_VP9)) {
1568 if (hasDecoder(MediaFormat.MIMETYPE_VIDEO_H263)) {
1579 if (hasDecoder(MediaFormat.MIMETYPE_VIDEO_MPEG4)) {
1589 if (hasDecoder(MediaFormat.MIMETYPE_AUDIO_AAC)) {
1622 if (hasDecoder(MediaFormat.MIMETYPE_VIDEO_DOLBY_VISION)) {
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DThumbnailUtilsTest.java175 if (!MediaUtils.hasDecoder(MIMETYPE_VIDEO_HEVC)) { in testCreateImageThumbnail_HEICSample()
DMediaSyncTest.java652 if (!MediaUtils.hasDecoder(mimeType)) { in setup()
DMediaMetadataRetrieverTest.java1178 if (!MediaUtils.hasDecoder(MediaFormat.MIMETYPE_VIDEO_HEVC)) { in testGetImageAtIndex()
/cts/tests/tests/media/extractor/src/android/media/extractor/cts/
DMediaExtractorTest.java144 if (MediaUtils.hasDecoder(MIMETYPE_VIDEO_DOLBY_VISION)) { in advertisesDolbyVision()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapRegionDecoderTest.java671 if (!MediaUtils.hasDecoder(MediaFormat.MIMETYPE_VIDEO_HEVC)) { in testHeif()
DImageDecoderTest.java2807 MediaUtils.hasDecoder(MediaFormat.MIMETYPE_VIDEO_HEVC)); in testIsMimeTypeSupported()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java698 public static boolean hasDecoder(String... mimes) { in hasDecoder() method in MediaUtils
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecTestBase.java495 public static boolean hasDecoder(String mediaType) { in hasDecoder() method in CodecTestBase