Searched refs:sVp9Media1920x1080 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 639 private static final String[] sVp9Media1920x1080 = { field in VideoDecoderPerfTest 643 public void testVp9Count1920x1080() throws Exception { count(sVp9Media1920x1080, 2, 4); } in testVp9Count1920x1080() 644 public void testVp9Goog0Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, GOOG, 0); } in testVp9Goog0Perf1920x1080() 645 public void testVp9Goog1Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, GOOG, 1); } in testVp9Goog1Perf1920x1080() 646 … public void testVp9Other0Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, OTHER, 0); } in testVp9Other0Perf1920x1080() 647 … public void testVp9Other1Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, OTHER, 1); } in testVp9Other1Perf1920x1080() 648 … public void testVp9Other2Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, OTHER, 2); } in testVp9Other2Perf1920x1080() 649 … public void testVp9Other3Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, OTHER, 3); } in testVp9Other3Perf1920x1080()
|