Searched refs:doTestGoog (Results 1 – 1 of 1) sorted by relevance
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/ |
D | VideoEncoderDecoderTest.java | 228 doTestGoog(VIDEO_AVC, 320, 240); in testAvc0320x0240Goog() 236 doTestGoog(VIDEO_AVC, 720, 480); in testAvc0720x0480Goog() 246 doTestGoog(VIDEO_AVC, 1280, 720); in testAvc1280x0720Goog() 256 doTestGoog(VIDEO_AVC, 1920, 1080); in testAvc1920x1080Goog() 265 doTestGoog(VIDEO_VP8, 320, 180); in testVp80320x0180Goog() 273 doTestGoog(VIDEO_VP8, 640, 360); in testVp80640x0360Goog() 283 doTestGoog(VIDEO_VP8, 1280, 720); in testVp81280x0720Goog() 293 doTestGoog(VIDEO_VP8, 1920, 1080); in testVp81920x1080Goog() 302 doTestGoog(VIDEO_H263, 176, 144); in testH2630176x0144Goog() 310 doTestGoog(VIDEO_H263, 352, 288); in testH2630352x0288Goog() [all …]
|