Home
last modified time | relevance | path

Searched refs:sVp8Media1920x1080 (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java556 private static final int[] sVp8Media1920x1080 = { field in VideoDecoderPerfTest
561 public void testVp8Count1920x1080() throws Exception { count(sVp8Media1920x1080, 1, 2); } in testVp8Count1920x1080()
562 public void testVp8Goog0Perf1920x1080() throws Exception { perf(sVp8Media1920x1080, GOOG, 0); } in testVp8Goog0Perf1920x1080()
563 … public void testVp8Other0Perf1920x1080() throws Exception { perf(sVp8Media1920x1080, OTHER, 0); } in testVp8Other0Perf1920x1080()
564 … public void testVp8Other1Perf1920x1080() throws Exception { perf(sVp8Media1920x1080, OTHER, 1); } in testVp8Other1Perf1920x1080()