Searched refs:sVp9Media0320x0180 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 603 private static final String[] sVp9Media0320x0180 = { field in VideoDecoderPerfTest 607 public void testVp9Count0320x0180() throws Exception { count(sVp9Media0320x0180, 2, 4); } in testVp9Count0320x0180() 608 public void testVp9Goog0Perf0320x0180() throws Exception { perf(sVp9Media0320x0180, GOOG, 0); } in testVp9Goog0Perf0320x0180() 609 public void testVp9Goog1Perf0320x0180() throws Exception { perf(sVp9Media0320x0180, GOOG, 1); } in testVp9Goog1Perf0320x0180() 610 … public void testVp9Other0Perf0320x0180() throws Exception { perf(sVp9Media0320x0180, OTHER, 0); } in testVp9Other0Perf0320x0180() 611 … public void testVp9Other1Perf0320x0180() throws Exception { perf(sVp9Media0320x0180, OTHER, 1); } in testVp9Other1Perf0320x0180() 612 … public void testVp9Other2Perf0320x0180() throws Exception { perf(sVp9Media0320x0180, OTHER, 2); } in testVp9Other2Perf0320x0180() 613 … public void testVp9Other3Perf0320x0180() throws Exception { perf(sVp9Media0320x0180, OTHER, 3); } in testVp9Other3Perf0320x0180()
|