Searched refs:sMpeg4Media1280x0720 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 489 private static final int[] sMpeg4Media1280x0720 = { field in VideoDecoderPerfTest 493 public void testMpeg4Count1280x0720() throws Exception { count(sMpeg4Media1280x0720, 1, 4); } in testMpeg4Count1280x0720() 494 …public void testMpeg4Goog0Perf1280x0720() throws Exception { perf(sMpeg4Media1280x0720, GOOG, 0); } in testMpeg4Goog0Perf1280x0720() 495 …public void testMpeg4Other0Perf1280x0720() throws Exception { perf(sMpeg4Media1280x0720, OTHER, 0)… in testMpeg4Other0Perf1280x0720() 496 …public void testMpeg4Other1Perf1280x0720() throws Exception { perf(sMpeg4Media1280x0720, OTHER, 1)… in testMpeg4Other1Perf1280x0720() 497 …public void testMpeg4Other2Perf1280x0720() throws Exception { perf(sMpeg4Media1280x0720, OTHER, 2)… in testMpeg4Other2Perf1280x0720() 498 …public void testMpeg4Other3Perf1280x0720() throws Exception { perf(sMpeg4Media1280x0720, OTHER, 3)… in testMpeg4Other3Perf1280x0720()
|