Searched refs:otherH263 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1209 private Encoder[] otherH263() { return other(MediaFormat.MIMETYPE_VIDEO_H263); } in otherH263() method in VideoEncoderTest 1279 public void testOtherH263FlexMinMin() { minmin(otherH263(), true /* flex */); } in testOtherH263FlexMinMin() 1281 public void testOtherH263SurfMinMin() { minmin(otherH263(), false /* flex */); } in testOtherH263SurfMinMin() 1317 public void testOtherH263FlexMinMax() { minmax(otherH263(), true /* flex */); } in testOtherH263FlexMinMax() 1319 public void testOtherH263SurfMinMax() { minmax(otherH263(), false /* flex */); } in testOtherH263SurfMinMax() 1355 public void testOtherH263FlexMaxMin() { maxmin(otherH263(), true /* flex */); } in testOtherH263FlexMaxMin() 1357 public void testOtherH263SurfMaxMin() { maxmin(otherH263(), false /* flex */); } in testOtherH263SurfMaxMin() 1393 public void testOtherH263FlexMaxMax() { maxmax(otherH263(), true /* flex */); } in testOtherH263FlexMaxMax() 1395 public void testOtherH263SurfMaxMax() { maxmax(otherH263(), false /* flex */); } in testOtherH263SurfMaxMax() 1431 public void testOtherH263FlexNearMinMin() { nearminmin(otherH263(), true /* flex */); } in testOtherH263FlexNearMinMin() [all …]
|
D | ImageReaderDecoderTest.java | 372 private Decoder[] otherH263() { return other(H263_ASSETS); } in otherH263() method in ImageReaderDecoderTest 386 public void testOtherH263Image() { swirlTest(otherH263(), MODE_IMAGE); } in testOtherH263Image() 403 public void testOtherH263ImageReader() { swirlTest(otherH263(), MODE_IMAGEREADER); } in testOtherH263ImageReader()
|