Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaCodecListTest.java801 MediaCodecInfo info, String mediaType, in verifyPerformancePoints() argument
849 + " for media type " + mediaType + " covers standard " + pp, in verifyPerformancePoints()
869 + mediaType + " covers standard " + spp in verifyPerformancePoints()
878 + " for media type " + mediaType + " covers " + pp, in verifyPerformancePoints()
909 String mediaType = types[j]; in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints() local
910 CodecCapabilities cap = info.getCapabilitiesForType(mediaType); in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()
927 String mediaType = types[j]; in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints() local
928 CodecCapabilities cap = info.getCapabilitiesForType(mediaType); in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()
933 + " type: " + mediaType); in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()
936 assertFalse("no video capabilities for video media type " + mediaType + " of " in testAllHardwareAcceleratedVideoCodecsPublishPerformancePoints()
[all …]
DMediaRecorderTest.java882 private int testLevel(String mediaType, int width, int height, int framerate, int bitrate, in testLevel() argument
884 CodecCapabilities cap = getCapsForPreferredCodecForMediaType(mediaType); in testLevel()
954 (mediaType.equals(AVC) in testLevel()
957 (mediaType.equals(AVC) in testLevel()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java162 final int mediaType = getMediaType(mediaStoreUri); in getMediaStoreColumnValue() local
165 switch (mediaType) { in getMediaStoreColumnValue()