Searched refs:sVp8Media1920x1080 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 590 private static final String[] sVp8Media1920x1080 = { field in VideoDecoderPerfTest 595 public void testVp8Count1920x1080() throws Exception { count(sVp8Media1920x1080, 2, 2); } in testVp8Count1920x1080() 596 public void testVp8Goog0Perf1920x1080() throws Exception { perf(sVp8Media1920x1080, GOOG, 0); } in testVp8Goog0Perf1920x1080() 597 public void testVp8Goog1Perf1920x1080() throws Exception { perf(sVp8Media1920x1080, GOOG, 1); } in testVp8Goog1Perf1920x1080() 598 … public void testVp8Other0Perf1920x1080() throws Exception { perf(sVp8Media1920x1080, OTHER, 0); } in testVp8Other0Perf1920x1080() 599 … public void testVp8Other1Perf1920x1080() throws Exception { perf(sVp8Media1920x1080, OTHER, 1); } in testVp8Other1Perf1920x1080()
|