Searched refs:sVp8Media1280x0720 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 578 private static final String[] sVp8Media1280x0720 = { field in VideoDecoderPerfTest 583 public void testVp8Count1280x0720() throws Exception { count(sVp8Media1280x0720, 2, 2); } in testVp8Count1280x0720() 584 public void testVp8Goog0Perf1280x0720() throws Exception { perf(sVp8Media1280x0720, GOOG, 0); } in testVp8Goog0Perf1280x0720() 585 public void testVp8Goog1Perf1280x0720() throws Exception { perf(sVp8Media1280x0720, GOOG, 1); } in testVp8Goog1Perf1280x0720() 586 … public void testVp8Other0Perf1280x0720() throws Exception { perf(sVp8Media1280x0720, OTHER, 0); } in testVp8Other0Perf1280x0720() 587 … public void testVp8Other1Perf1280x0720() throws Exception { perf(sVp8Media1280x0720, OTHER, 1); } in testVp8Other1Perf1280x0720()
|