Searched refs:sVp9Media1280x0720 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 627 private static final String[] sVp9Media1280x0720 = { field in VideoDecoderPerfTest 631 public void testVp9Count1280x0720() throws Exception { count(sVp9Media1280x0720, 2, 4); } in testVp9Count1280x0720() 632 public void testVp9Goog0Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, GOOG, 0); } in testVp9Goog0Perf1280x0720() 633 public void testVp9Goog1Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, GOOG, 1); } in testVp9Goog1Perf1280x0720() 634 … public void testVp9Other0Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, OTHER, 0); } in testVp9Other0Perf1280x0720() 635 … public void testVp9Other1Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, OTHER, 1); } in testVp9Other1Perf1280x0720() 636 … public void testVp9Other2Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, OTHER, 2); } in testVp9Other2Perf1280x0720() 637 … public void testVp9Other3Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, OTHER, 3); } in testVp9Other3Perf1280x0720()
|