Searched refs:GOOG (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoDecoderPerfTest.java | 65 private static final boolean GOOG = true; field in VideoDecoderPerfTest 351 public void testAvcGoog0Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, GOOG, 0); } in testAvcGoog0Perf0320x0240() 352 public void testAvcGoog1Perf0320x0240() throws Exception { perf(sAvcMedia0320x0240, GOOG, 1); } in testAvcGoog1Perf0320x0240() 363 public void testAvcGoog0Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, GOOG, 0); } in testAvcGoog0Perf0720x0480() 364 public void testAvcGoog1Perf0720x0480() throws Exception { perf(sAvcMedia0720x0480, GOOG, 1); } in testAvcGoog1Perf0720x0480() 378 public void testAvcGoog0Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, GOOG, 0); } in testAvcGoog0Perf1280x0720() 379 public void testAvcGoog1Perf1280x0720() throws Exception { perf(sAvcMedia1280x0720, GOOG, 1); } in testAvcGoog1Perf1280x0720() 394 public void testAvcGoog0Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, GOOG, 0); } in testAvcGoog0Perf1920x1080() 395 public void testAvcGoog1Perf1920x1080() throws Exception { perf(sAvcMedia1920x1080, GOOG, 1); } in testAvcGoog1Perf1920x1080() 408 … public void testH263Goog0Perf0176x0144() throws Exception { perf(sH263Media0176x0144, GOOG, 0); } in testH263Goog0Perf0176x0144() [all …]
|
/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 80 private static final boolean GOOG = true; field in VideoEncoderDecoderTest 201 public void testAvcGoog0Qual0320x0240() throws Exception { qual(AVC, 320, 240, GOOG, 0); } in testAvcGoog0Qual0320x0240() 202 public void testAvcGoog0Perf0320x0240() throws Exception { perf(AVC, 320, 240, GOOG, 0); } in testAvcGoog0Perf0320x0240() 203 public void testAvcGoog1Qual0320x0240() throws Exception { qual(AVC, 320, 240, GOOG, 1); } in testAvcGoog1Qual0320x0240() 204 public void testAvcGoog1Perf0320x0240() throws Exception { perf(AVC, 320, 240, GOOG, 1); } in testAvcGoog1Perf0320x0240() 215 public void testAvcGoog0Qual0720x0480() throws Exception { qual(AVC, 720, 480, GOOG, 0); } in testAvcGoog0Qual0720x0480() 216 public void testAvcGoog0Perf0720x0480() throws Exception { perf(AVC, 720, 480, GOOG, 0); } in testAvcGoog0Perf0720x0480() 217 public void testAvcGoog1Qual0720x0480() throws Exception { qual(AVC, 720, 480, GOOG, 1); } in testAvcGoog1Qual0720x0480() 218 public void testAvcGoog1Perf0720x0480() throws Exception { perf(AVC, 720, 480, GOOG, 1); } in testAvcGoog1Perf0720x0480() 229 public void testAvcGoog0Qual1280x0720() throws Exception { qual(AVC, 1280, 720, GOOG, 0); } in testAvcGoog0Qual1280x0720() [all …]
|