Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaCodecCapabilitiesTest.java93 hasDecoder(MIMETYPE_VIDEO_AVC, AVCProfileMain, AVCLevel4)); in testH264EncoderProfileAndLevel()
106 hasDecoder(MIMETYPE_VIDEO_AVC, AVCProfileBaseline, AVCLevel3)); in testH264DecoderProfileAndLevel()
134 hasDecoder(MIMETYPE_VIDEO_H263, MPEG4ProfileSimple, H263Level30)); in testH263DecoderProfileAndLevel()
145 hasDecoder(MIMETYPE_VIDEO_MPEG4, MPEG4ProfileSimple, MPEG4Level3)); in testMpeg4DecoderProfileAndLevel()
160 hasDecoder(MIMETYPE_VIDEO_HEVC, HEVCProfileMain, HEVCMainTierLevel3)); in testH265DecoderProfileAndLevel()
165 hasDecoder(MIMETYPE_VIDEO_HEVC, HEVCProfileMain, HEVCMainTierLevel41)); in testH265DecoderProfileAndLevel()
171 hasDecoder(MIMETYPE_VIDEO_HEVC, HEVCProfileMain10, HEVCMainTierLevel5)); in testH265DecoderProfileAndLevel()
306 if (!hasDecoder(mime, profile, level)) { in checkDecoder()
314 private boolean hasDecoder(String mime, int profile, int level) { in hasDecoder() method in MediaCodecCapabilitiesTest
DMediaSyncTest.java648 if (!MediaUtils.hasDecoder(mimeType)) { in setup()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaUtils.java524 public static boolean hasDecoder(String... mimes) { in hasDecoder() method in MediaUtils