Searched refs:vp8 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1011 private Encoder[] vp8() { in vp8() method in VideoEncoderTest 1447 support(vp8(), 320, 180, 30, 800 * 1000); in testVP8LowQualitySDSupport() 1451 support(vp8(), 640, 360, 30, 2 * 1000000); in testVP8HighQualitySDSupport() 1455 detailed(vp8(), 320, 180, 30, 800 * 1000, true /* flex */); in testVP8Flex180p30fps800kbps() 1459 detailed(vp8(), 320, 180, 30, 800 * 1000, false /* flex */); in testVP8Surf180p30fps800kbps() 1463 detailed(vp8(), 640, 360, 30, 2 * 1000000, true /* flex */); in testVP8Flex360p30fps2Mbps() 1467 detailed(vp8(), 640, 360, 30, 2 * 1000000, false /* flex */); in testVP8Surf360p30fps2Mbps() 1471 detailed(vp8(), 1280, 720, 30, 4 * 1000000, true /* flex */); in testVP8Flex720p30fps4Mbps() 1475 detailed(vp8(), 1280, 720, 30, 4 * 1000000, false /* flex */); in testVP8Surf720p30fps4Mbps() 1479 detailed(vp8(), 1920, 1080, 30, 10 * 1000000, true /* flex */); in testVP8Flex1080p30fps10Mbps() [all …]
|