Searched refs:perf (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 276 private void perf(int[] resources, boolean isGoog, int ix) throws Exception { in perf() method in VideoDecoderPerfTest 311 public void testAvcGoog0Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, GOOG, 0); } in testAvcGoog0Perf0320x0240() 312 … public void testAvcOther0Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, OTHER, 0); } in testAvcOther0Perf0320x0240() 313 … public void testAvcOther1Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, OTHER, 1); } in testAvcOther1Perf0320x0240() 314 … public void testAvcOther2Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, OTHER, 2); } in testAvcOther2Perf0320x0240() 315 … public void testAvcOther3Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, OTHER, 3); } in testAvcOther3Perf0320x0240() 322 public void testAvcGoog0Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, GOOG, 0); } in testAvcGoog0Perf0720x0480() 323 … public void testAvcOther0Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, OTHER, 0); } in testAvcOther0Perf0720x0480() 324 … public void testAvcOther1Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, OTHER, 1); } in testAvcOther1Perf0720x0480() 325 … public void testAvcOther2Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, OTHER, 2); } in testAvcOther2Perf0720x0480() [all …]
|
/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 176 private void perf(String mimeType, int w, int h, boolean isGoog, int ix) throws Exception { in perf() method in VideoEncoderDecoderTest 200 public void testAvcGoog0Perf0320x0240() throws Exception { perf(AVC, 320, 240, GOOG, 0); } in testAvcGoog0Perf0320x0240() 202 public void testAvcOther0Perf0320x0240() throws Exception { perf(AVC, 320, 240, OTHER, 0); } in testAvcOther0Perf0320x0240() 204 public void testAvcOther1Perf0320x0240() throws Exception { perf(AVC, 320, 240, OTHER, 1); } in testAvcOther1Perf0320x0240() 206 public void testAvcOther2Perf0320x0240() throws Exception { perf(AVC, 320, 240, OTHER, 2); } in testAvcOther2Perf0320x0240() 208 public void testAvcOther3Perf0320x0240() throws Exception { perf(AVC, 320, 240, OTHER, 3); } in testAvcOther3Perf0320x0240() 211 public void testAvcGoog0Perf0720x0480() throws Exception { perf(AVC, 720, 480, GOOG, 0); } in testAvcGoog0Perf0720x0480() 213 public void testAvcOther0Perf0720x0480() throws Exception { perf(AVC, 720, 480, OTHER, 0); } in testAvcOther0Perf0720x0480() 215 public void testAvcOther1Perf0720x0480() throws Exception { perf(AVC, 720, 480, OTHER, 1); } in testAvcOther1Perf0720x0480() 217 public void testAvcOther2Perf0720x0480() throws Exception { perf(AVC, 720, 480, OTHER, 2); } in testAvcOther2Perf0720x0480() [all …]
|