Searched refs:sVp8Media0320x0180 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 557 private static final String[] sVp8Media0320x0180 = { field in VideoDecoderPerfTest 561 public void testVp8Count0320x0180() throws Exception { count(sVp8Media0320x0180, 2, 2); } in testVp8Count0320x0180() 562 public void testVp8Goog0Perf0320x0180() throws Exception { perf(sVp8Media0320x0180, GOOG, 0); } in testVp8Goog0Perf0320x0180() 563 public void testVp8Goog1Perf0320x0180() throws Exception { perf(sVp8Media0320x0180, GOOG, 1); } in testVp8Goog1Perf0320x0180() 564 … public void testVp8Other0Perf0320x0180() throws Exception { perf(sVp8Media0320x0180, OTHER, 0); } in testVp8Other0Perf0320x0180() 565 … public void testVp8Other1Perf0320x0180() throws Exception { perf(sVp8Media0320x0180, OTHER, 1); } in testVp8Other1Perf0320x0180()
|