Home
last modified time | relevance | path

Searched refs:otherH264 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DVideoEncoderTest.java1124 private Encoder[] otherH264() { return other(MediaFormat.MIMETYPE_VIDEO_AVC); } in otherH264() method in VideoEncoderTest
1146 return combineArray(googH264(), otherH264()); in h264()
1189 public void testOtherH264FlexMinMin() { minmin(otherH264(), true /* flex */); } in testOtherH264FlexMinMin()
1190 public void testOtherH264SurfMinMin() { minmin(otherH264(), false /* flex */); } in testOtherH264SurfMinMin()
1215 public void testOtherH264FlexMinMax() { minmax(otherH264(), true /* flex */); } in testOtherH264FlexMinMax()
1216 public void testOtherH264SurfMinMax() { minmax(otherH264(), false /* flex */); } in testOtherH264SurfMinMax()
1241 public void testOtherH264FlexMaxMin() { maxmin(otherH264(), true /* flex */); } in testOtherH264FlexMaxMin()
1242 public void testOtherH264SurfMaxMin() { maxmin(otherH264(), false /* flex */); } in testOtherH264SurfMaxMin()
1267 public void testOtherH264FlexMaxMax() { maxmax(otherH264(), true /* flex */); } in testOtherH264FlexMaxMax()
1268 public void testOtherH264SurfMaxMax() { maxmax(otherH264(), false /* flex */); } in testOtherH264SurfMaxMax()
[all …]
DImageReaderDecoderTest.java354 private Decoder[] otherH264() { return other(H264_ASSETS); } in otherH264() method in ImageReaderDecoderTest
368 public void testOtherH264Image() { swirlTest(otherH264(), MODE_IMAGE); } in testOtherH264Image()
382 public void testOtherH264ImageReader() { swirlTest(otherH264(), MODE_IMAGEREADER); } in testOtherH264ImageReader()