Searched refs:vp8 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1149 private Encoder[] vp8() { in vp8() method in VideoEncoderTest 1625 support(vp8(), 320, 180, 30, 800 * 1000); in testVP8LowQualitySDSupport() 1629 support(vp8(), 640, 360, 30, 2 * 1000000); in testVP8HighQualitySDSupport() 1633 detailed(vp8(), 320, 180, 30, 800 * 1000, true /* flex */); in testVP8Flex180p30fps800kbps() 1637 detailed(vp8(), 320, 180, 30, 800 * 1000, false /* flex */); in testVP8Surf180p30fps800kbps() 1641 detailed(vp8(), 640, 360, 30, 2 * 1000000, true /* flex */); in testVP8Flex360p30fps2Mbps() 1645 detailed(vp8(), 640, 360, 30, 2 * 1000000, false /* flex */); in testVP8Surf360p30fps2Mbps() 1649 detailed(vp8(), 1280, 720, 30, 4 * 1000000, true /* flex */); in testVP8Flex720p30fps4Mbps() 1653 detailed(vp8(), 1280, 720, 30, 4 * 1000000, false /* flex */); in testVP8Surf720p30fps4Mbps() 1657 detailed(vp8(), 1920, 1080, 30, 10 * 1000000, true /* flex */); in testVP8Flex1080p30fps10Mbps() [all …]
|