Searched refs:h264 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1182 private Encoder[] h264() { in h264() method in VideoEncoderTest 1620 support(h264(), 320, 240, 20, 384 * 1000); in testH264LowQualitySDSupport() 1624 support(h264(), 720, 480, 30, 2 * 1000000); in testH264HighQualitySDSupport() 1628 detailed(h264(), 320, 240, 20, 384 * 1000, true /* flex */); in testH264FlexQVGA20fps384kbps() 1632 detailed(h264(), 320, 240, 20, 384 * 1000, false /* flex */); in testH264SurfQVGA20fps384kbps() 1636 detailed(h264(), 720, 480, 30, 2 * 1000000, true /* flex */); in testH264Flex480p30fps2Mbps() 1640 detailed(h264(), 720, 480, 30, 2 * 1000000, false /* flex */); in testH264Surf480p30fps2Mbps() 1644 detailed(h264(), 1280, 720, 30, 4 * 1000000, true /* flex */); in testH264Flex720p30fps4Mbps() 1648 detailed(h264(), 1280, 720, 30, 4 * 1000000, false /* flex */); in testH264Surf720p30fps4Mbps() 1652 detailed(h264(), 1920, 1080, 30, 10 * 1000000, true /* flex */); in testH264Flex1080p30fps10Mbps() [all …]
|