Searched refs:sVp9Media1280x0720 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 590 private static final int[] sVp9Media1280x0720 = { field in VideoDecoderPerfTest 594 public void testVp9Count1280x0720() throws Exception { count(sVp9Media1280x0720, 1, 4); } in testVp9Count1280x0720() 595 public void testVp9Goog0Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, GOOG, 0); } in testVp9Goog0Perf1280x0720() 596 … public void testVp9Other0Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, OTHER, 0); } in testVp9Other0Perf1280x0720() 597 … public void testVp9Other1Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, OTHER, 1); } in testVp9Other1Perf1280x0720() 598 … public void testVp9Other2Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, OTHER, 2); } in testVp9Other2Perf1280x0720() 599 … public void testVp9Other3Perf1280x0720() throws Exception { perf(sVp9Media1280x0720, OTHER, 3); } in testVp9Other3Perf1280x0720()
|