Searched refs:otherH263 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1125 private Encoder[] otherH263() { return other(MediaFormat.MIMETYPE_VIDEO_H263); } in otherH263() method in VideoEncoderTest 1191 public void testOtherH263FlexMinMin() { minmin(otherH263(), true /* flex */); } in testOtherH263FlexMinMin() 1192 public void testOtherH263SurfMinMin() { minmin(otherH263(), false /* flex */); } in testOtherH263SurfMinMin() 1217 public void testOtherH263FlexMinMax() { minmax(otherH263(), true /* flex */); } in testOtherH263FlexMinMax() 1218 public void testOtherH263SurfMinMax() { minmax(otherH263(), false /* flex */); } in testOtherH263SurfMinMax() 1243 public void testOtherH263FlexMaxMin() { maxmin(otherH263(), true /* flex */); } in testOtherH263FlexMaxMin() 1244 public void testOtherH263SurfMaxMin() { maxmin(otherH263(), false /* flex */); } in testOtherH263SurfMaxMin() 1269 public void testOtherH263FlexMaxMax() { maxmax(otherH263(), true /* flex */); } in testOtherH263FlexMaxMax() 1270 public void testOtherH263SurfMaxMax() { maxmax(otherH263(), false /* flex */); } in testOtherH263SurfMaxMax() 1295 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()
|