Searched refs:sAvcMedia1920x1080 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 386 private static final String[] sAvcMedia1920x1080 = { field in VideoDecoderPerfTest 393 public void testAvcCount1920x1080() throws Exception { count(sAvcMedia1920x1080, 2, 4); } in testAvcCount1920x1080() 394 public void testAvcGoog0Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, GOOG, 0); } in testAvcGoog0Perf1920x1080() 395 public void testAvcGoog1Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, GOOG, 1); } in testAvcGoog1Perf1920x1080() 396 … public void testAvcOther0Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, OTHER, 0); } in testAvcOther0Perf1920x1080() 397 … public void testAvcOther1Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, OTHER, 1); } in testAvcOther1Perf1920x1080() 398 … public void testAvcOther2Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, OTHER, 2); } in testAvcOther2Perf1920x1080() 399 … public void testAvcOther3Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, OTHER, 3); } in testAvcOther3Perf1920x1080()
|