Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java577 private static final int[] sVp9Media1920x1080 = { field in VideoDecoderPerfTest
581 public void testVp9Count1920x1080() throws Exception { count(sVp9Media1920x1080, 1, 4); } in testVp9Count1920x1080()
582 public void testVp9Goog0Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, GOOG, 0); } in testVp9Goog0Perf1920x1080()
583 … public void testVp9Other0Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, OTHER, 0); } in testVp9Other0Perf1920x1080()
584 … public void testVp9Other1Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, OTHER, 1); } in testVp9Other1Perf1920x1080()
585 … public void testVp9Other2Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, OTHER, 2); } in testVp9Other2Perf1920x1080()
586 … public void testVp9Other3Perf1920x1080() throws Exception { perf(sVp9Media1920x1080, OTHER, 3); } in testVp9Other3Perf1920x1080()