D | VideoEncoderDecoderTest.java | 81 private static final boolean OTHER = false; field in VideoEncoderDecoderTest 206 public void testAvcOther0Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 0); } in testAvcOther0Qual0320x0240() 207 public void testAvcOther0Perf0320x0240() throws Exception { perf(AVC, 320, 240, OTHER, 0); } in testAvcOther0Perf0320x0240() 208 public void testAvcOther1Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 1); } in testAvcOther1Qual0320x0240() 209 public void testAvcOther1Perf0320x0240() throws Exception { perf(AVC, 320, 240, OTHER, 1); } in testAvcOther1Perf0320x0240() 210 public void testAvcOther2Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 2); } in testAvcOther2Qual0320x0240() 211 public void testAvcOther2Perf0320x0240() throws Exception { perf(AVC, 320, 240, OTHER, 2); } in testAvcOther2Perf0320x0240() 212 public void testAvcOther3Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 3); } in testAvcOther3Qual0320x0240() 213 public void testAvcOther3Perf0320x0240() throws Exception { perf(AVC, 320, 240, OTHER, 3); } in testAvcOther3Perf0320x0240() 220 public void testAvcOther0Qual0720x0480() throws Exception { qual(AVC, 720, 480, OTHER, 0); } in testAvcOther0Qual0720x0480() [all …]
|