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.java1159 private Encoder[] otherH264() { return other(MediaFormat.MIMETYPE_VIDEO_AVC); } in otherH264() method in VideoEncoderTest
1181 return combineArray(googH264(), otherH264()); in h264()
1224 public void testOtherH264FlexMinMin() { minmin(otherH264(), true /* flex */); } in testOtherH264FlexMinMin()
1225 public void testOtherH264SurfMinMin() { minmin(otherH264(), false /* flex */); } in testOtherH264SurfMinMin()
1250 public void testOtherH264FlexMinMax() { minmax(otherH264(), true /* flex */); } in testOtherH264FlexMinMax()
1251 public void testOtherH264SurfMinMax() { minmax(otherH264(), false /* flex */); } in testOtherH264SurfMinMax()
1276 public void testOtherH264FlexMaxMin() { maxmin(otherH264(), true /* flex */); } in testOtherH264FlexMaxMin()
1277 public void testOtherH264SurfMaxMin() { maxmin(otherH264(), false /* flex */); } in testOtherH264SurfMaxMin()
1302 public void testOtherH264FlexMaxMax() { maxmax(otherH264(), true /* flex */); } in testOtherH264FlexMaxMax()
1303 public void testOtherH264SurfMaxMax() { maxmax(otherH264(), false /* flex */); } in testOtherH264SurfMaxMax()
[all …]
DImageReaderDecoderTest.java355 private Decoder[] otherH264() { return other(H264_ASSETS); } in otherH264() method in ImageReaderDecoderTest
369 public void testOtherH264Image() { swirlTest(otherH264(), MODE_IMAGE); } in testOtherH264Image()
383 public void testOtherH264ImageReader() { swirlTest(otherH264(), MODE_IMAGEREADER); } in testOtherH264ImageReader()