Searched refs:otherH264 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1208 private Encoder[] otherH264() { return other(MediaFormat.MIMETYPE_VIDEO_AVC); } in otherH264() method in VideoEncoderTest 1230 return combineArray(googH264(), otherH264()); in h264() 1275 public void testOtherH264FlexMinMin() { minmin(otherH264(), true /* flex */); } in testOtherH264FlexMinMin() 1277 public void testOtherH264SurfMinMin() { minmin(otherH264(), false /* flex */); } in testOtherH264SurfMinMin() 1313 public void testOtherH264FlexMinMax() { minmax(otherH264(), true /* flex */); } in testOtherH264FlexMinMax() 1315 public void testOtherH264SurfMinMax() { minmax(otherH264(), false /* flex */); } in testOtherH264SurfMinMax() 1351 public void testOtherH264FlexMaxMin() { maxmin(otherH264(), true /* flex */); } in testOtherH264FlexMaxMin() 1353 public void testOtherH264SurfMaxMin() { maxmin(otherH264(), false /* flex */); } in testOtherH264SurfMaxMin() 1389 public void testOtherH264FlexMaxMax() { maxmax(otherH264(), true /* flex */); } in testOtherH264FlexMaxMax() 1391 public void testOtherH264SurfMaxMax() { maxmax(otherH264(), false /* flex */); } in testOtherH264SurfMaxMax() [all …]
|
D | ImageReaderDecoderTest.java | 371 private Decoder[] otherH264() { return other(H264_ASSETS); } in otherH264() method in ImageReaderDecoderTest 385 public void testOtherH264Image() { swirlTest(otherH264(), MODE_IMAGE); } in testOtherH264Image() 402 public void testOtherH264ImageReader() { swirlTest(otherH264(), MODE_IMAGEREADER); } in testOtherH264ImageReader()
|