Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DVideoEncoderTest.java1126 private Encoder[] otherMpeg4() { return other(MediaFormat.MIMETYPE_VIDEO_MPEG4); } in otherMpeg4() method in VideoEncoderTest
1193 public void testOtherMpeg4FlexMinMin() { minmin(otherMpeg4(), true /* flex */); } in testOtherMpeg4FlexMinMin()
1194 public void testOtherMpeg4SurfMinMin() { minmin(otherMpeg4(), false /* flex */); } in testOtherMpeg4SurfMinMin()
1219 public void testOtherMpeg4FlexMinMax() { minmax(otherMpeg4(), true /* flex */); } in testOtherMpeg4FlexMinMax()
1220 public void testOtherMpeg4SurfMinMax() { minmax(otherMpeg4(), false /* flex */); } in testOtherMpeg4SurfMinMax()
1245 public void testOtherMpeg4FlexMaxMin() { maxmin(otherMpeg4(), true /* flex */); } in testOtherMpeg4FlexMaxMin()
1246 public void testOtherMpeg4SurfMaxMin() { maxmin(otherMpeg4(), false /* flex */); } in testOtherMpeg4SurfMaxMin()
1271 public void testOtherMpeg4FlexMaxMax() { maxmax(otherMpeg4(), true /* flex */); } in testOtherMpeg4FlexMaxMax()
1272 public void testOtherMpeg4SurfMaxMax() { maxmax(otherMpeg4(), false /* flex */); } in testOtherMpeg4SurfMaxMax()
1297 public void testOtherMpeg4FlexNearMinMin() { nearminmin(otherMpeg4(), true /* flex */); } in testOtherMpeg4FlexNearMinMin()
[all …]
DImageReaderDecoderTest.java356 private Decoder[] otherMpeg4() { return other(MPEG4_ASSETS); } in otherMpeg4() method in ImageReaderDecoderTest
370 public void testOtherMpeg4Image() { swirlTest(otherMpeg4(), MODE_IMAGE); } in testOtherMpeg4Image()
384 public void testOtherMpeg4ImageReader() { swirlTest(otherMpeg4(), MODE_IMAGEREADER); } in testOtherMpeg4ImageReader()