Home
last modified time | relevance | path

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

/cts/tests/tests/media/misc/src/android/media/misc/cts/
DCamcorderProfileTest.java192 assertTrue(videoProfile.getMediaType() != null); in checkAllProfiles()
196 assertEquals(MediaFormat.MIMETYPE_VIDEO_H263, videoProfile.getMediaType()); in checkAllProfiles()
199 assertEquals(MediaFormat.MIMETYPE_VIDEO_AVC, videoProfile.getMediaType()); in checkAllProfiles()
202 assertEquals(MediaFormat.MIMETYPE_VIDEO_MPEG4, videoProfile.getMediaType()); in checkAllProfiles()
205 assertEquals(MediaFormat.MIMETYPE_VIDEO_VP8, videoProfile.getMediaType()); in checkAllProfiles()
208 assertEquals(MediaFormat.MIMETYPE_VIDEO_HEVC, videoProfile.getMediaType()); in checkAllProfiles()
211 assertEquals(MediaFormat.MIMETYPE_VIDEO_VP9, videoProfile.getMediaType()); in checkAllProfiles()
214 … assertEquals(MediaFormat.MIMETYPE_VIDEO_DOLBY_VISION, videoProfile.getMediaType()); in checkAllProfiles()
217 assertEquals(MediaFormat.MIMETYPE_VIDEO_AV1, videoProfile.getMediaType()); in checkAllProfiles()
236 assertTrue(audioProfile.getMediaType() != null); in checkAllProfiles()
[all …]
/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java163 final int mediaType = getMediaType(mediaStoreUri); in getMediaStoreColumnValue()
197 private int getMediaType(Uri mediaStoreUri) throws Exception { in getMediaType() method in DownloadManagerTestBase
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java1625 ", video codec " + videoProfile.getMediaType() + ", and audio codec " + in doBasicRecordingByProfile()
1626 (audioProfile == null ? "(null)" : audioProfile.getMediaType())); in doBasicRecordingByProfile()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt22105 method @NonNull public String getMediaType();
22118 method @NonNull public String getMediaType();