Searched refs:sAvcMedia1280x0720 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 371 private static final String[] sAvcMedia1280x0720 = { field in VideoDecoderPerfTest 377 public void testAvcCount1280x0720() throws Exception { count(sAvcMedia1280x0720, 2, 4); } in testAvcCount1280x0720() 378 public void testAvcGoog0Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, GOOG, 0); } in testAvcGoog0Perf1280x0720() 379 public void testAvcGoog1Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, GOOG, 1); } in testAvcGoog1Perf1280x0720() 380 … public void testAvcOther0Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, OTHER, 0); } in testAvcOther0Perf1280x0720() 381 … public void testAvcOther1Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, OTHER, 1); } in testAvcOther1Perf1280x0720() 382 … public void testAvcOther2Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, OTHER, 2); } in testAvcOther2Perf1280x0720() 383 … public void testAvcOther3Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, OTHER, 3); } in testAvcOther3Perf1280x0720()
|