Searched refs:otherH263 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1162 private Encoder[] otherH263() { return other(MediaFormat.MIMETYPE_VIDEO_H263); } in otherH263() method in VideoEncoderTest 1227 public void testOtherH263FlexMinMin() { minmin(otherH263(), true /* flex */); } in testOtherH263FlexMinMin() 1228 public void testOtherH263SurfMinMin() { minmin(otherH263(), false /* flex */); } in testOtherH263SurfMinMin() 1253 public void testOtherH263FlexMinMax() { minmax(otherH263(), true /* flex */); } in testOtherH263FlexMinMax() 1254 public void testOtherH263SurfMinMax() { minmax(otherH263(), false /* flex */); } in testOtherH263SurfMinMax() 1279 public void testOtherH263FlexMaxMin() { maxmin(otherH263(), true /* flex */); } in testOtherH263FlexMaxMin() 1280 public void testOtherH263SurfMaxMin() { maxmin(otherH263(), false /* flex */); } in testOtherH263SurfMaxMin() 1305 public void testOtherH263FlexMaxMax() { maxmax(otherH263(), true /* flex */); } in testOtherH263FlexMaxMax() 1306 public void testOtherH263SurfMaxMax() { maxmax(otherH263(), false /* flex */); } in testOtherH263SurfMaxMax() 1331 public void testOtherH263FlexNearMinMin() { nearminmin(otherH263(), true /* flex */); } in testOtherH263FlexNearMinMin() [all …]
|
D | ImageReaderDecoderTest.java | 355 private Decoder[] otherH263() { return other(H263_ASSETS); } in otherH263() method in ImageReaderDecoderTest 369 public void testOtherH263Image() { swirlTest(otherH263(), MODE_IMAGE); } in testOtherH263Image() 383 public void testOtherH263ImageReader() { swirlTest(otherH263(), MODE_IMAGEREADER); } in testOtherH263ImageReader()
|