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.java76 CodecTestBase.hasDecoder(mediaType)); in testCddRequiredCodecsAvailability()
/cts/tests/tests/media/extractor/src/android/media/extractor/cts/
DExtractorTest.java19 import static android.mediav2.common.cts.CodecTestBase.hasDecoder;
1362 if (hasDecoder(MediaFormat.MIMETYPE_VIDEO_MPEG2)) {
1372 if (hasDecoder(MediaFormat.MIMETYPE_VIDEO_AVC)) {
1411 if (hasDecoder(MediaFormat.MIMETYPE_VIDEO_HEVC)) {
1434 if (hasDecoder(MediaFormat.MIMETYPE_VIDEO_VP9)) {
1453 if (hasDecoder(MediaFormat.MIMETYPE_VIDEO_H263)) {
1464 if (hasDecoder(MediaFormat.MIMETYPE_VIDEO_MPEG4)) {
1474 if (hasDecoder(MediaFormat.MIMETYPE_AUDIO_AAC)) {
1507 if (hasDecoder(MediaFormat.MIMETYPE_VIDEO_DOLBY_VISION)) {
DMediaExtractorTest.java171 if (MediaUtils.hasDecoder(MIMETYPE_VIDEO_DOLBY_VISION)) { in advertisesDolbyVision()
/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/graphics/src/android/graphics/cts/
DBitmapRegionDecoderTest.java676 if (!MediaUtils.hasDecoder(MediaFormat.MIMETYPE_VIDEO_HEVC)) { in testHeif()
DImageDecoderTest.java2840 MediaUtils.hasDecoder(MediaFormat.MIMETYPE_VIDEO_HEVC));
/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.java548 public static boolean hasDecoder(String mediaType) { in hasDecoder() method in CodecTestBase