Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaCodecCapabilitiesTest.java95 hasDecoder(MIMETYPE_VIDEO_AVC, AVCProfileMain, AVCLevel4)); in testH264EncoderProfileAndLevel()
108 hasDecoder(MIMETYPE_VIDEO_AVC, AVCProfileBaseline, AVCLevel3)); in testH264DecoderProfileAndLevel()
136 hasDecoder(MIMETYPE_VIDEO_H263, MPEG4ProfileSimple, H263Level30)); in testH263DecoderProfileAndLevel()
147 hasDecoder(MIMETYPE_VIDEO_MPEG4, MPEG4ProfileSimple, MPEG4Level3)); in testMpeg4DecoderProfileAndLevel()
162 hasDecoder(MIMETYPE_VIDEO_HEVC, HEVCProfileMain, HEVCMainTierLevel3)); in testH265DecoderProfileAndLevel()
167 hasDecoder(MIMETYPE_VIDEO_HEVC, HEVCProfileMain, HEVCMainTierLevel41)); in testH265DecoderProfileAndLevel()
173 hasDecoder(MIMETYPE_VIDEO_HEVC, HEVCProfileMain10, HEVCMainTierLevel5)); in testH265DecoderProfileAndLevel()
316 if (!hasDecoder(mime, profile, level)) { in checkDecoder()
324 private boolean hasDecoder(String mime, int profile, int level) { in hasDecoder() method in MediaCodecCapabilitiesTest
DMediaSyncTest.java650 if (!MediaUtils.hasDecoder(mimeType)) { in setup()
DMediaMetadataRetrieverTest.java603 if (!MediaUtils.hasDecoder(MediaFormat.MIMETYPE_VIDEO_HEVC)) { in testGetImageAtIndex()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaUtils.java542 public static boolean hasDecoder(String... mimes) { in hasDecoder() method in MediaUtils