Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java329 private static final int[] sAvcMedia1280x0720 = { field in VideoDecoderPerfTest
335 public void testAvcCount1280x0720() throws Exception { count(sAvcMedia1280x0720, 1, 4); } in testAvcCount1280x0720()
336 public void testAvcGoog0Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, GOOG, 0); } in testAvcGoog0Perf1280x0720()
337 … public void testAvcOther0Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, OTHER, 0); } in testAvcOther0Perf1280x0720()
338 … public void testAvcOther1Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, OTHER, 1); } in testAvcOther1Perf1280x0720()
339 … public void testAvcOther2Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, OTHER, 2); } in testAvcOther2Perf1280x0720()
340 … public void testAvcOther3Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, OTHER, 3); } in testAvcOther3Perf1280x0720()