Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java367 private static final int[] sAvcMedia1920x1080 = { field in VideoDecoderPerfTest
374 public void testAvcCount1920x1080() throws Exception { count(sAvcMedia1920x1080, 1, 4); } in testAvcCount1920x1080()
375 public void testAvcGoog0Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, GOOG, 0); } in testAvcGoog0Perf1920x1080()
376 … public void testAvcOther0Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, OTHER, 0); } in testAvcOther0Perf1920x1080()
377 … public void testAvcOther1Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, OTHER, 1); } in testAvcOther1Perf1920x1080()
378 … public void testAvcOther2Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, OTHER, 2); } in testAvcOther2Perf1920x1080()
379 … public void testAvcOther3Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, OTHER, 3); } in testAvcOther3Perf1920x1080()