D | VideoEncoderDecoderTest.java | 81 private static final boolean OTHER = false; field in VideoEncoderDecoderTest 233 public void testAvcOther0Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 0); } in testAvcOther0Qual0320x0240() 234 public void testAvcOther0Perf0320x0240() throws Exception { perf(AVC, 320, 240, OTHER, 0); } in testAvcOther0Perf0320x0240() 235 public void testAvcOther1Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 1); } in testAvcOther1Qual0320x0240() 236 public void testAvcOther1Perf0320x0240() throws Exception { perf(AVC, 320, 240, OTHER, 1); } in testAvcOther1Perf0320x0240() 237 public void testAvcOther2Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 2); } in testAvcOther2Qual0320x0240() 238 public void testAvcOther2Perf0320x0240() throws Exception { perf(AVC, 320, 240, OTHER, 2); } in testAvcOther2Perf0320x0240() 239 public void testAvcOther3Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 3); } in testAvcOther3Qual0320x0240() 240 public void testAvcOther3Perf0320x0240() throws Exception { perf(AVC, 320, 240, OTHER, 3); } in testAvcOther3Perf0320x0240() 247 public void testAvcOther0Qual0720x0480() throws Exception { qual(AVC, 720, 480, OTHER, 0); } in testAvcOther0Qual0720x0480() [all …]
|