Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DVideoEncoderTest.java1211 private Encoder[] otherVP8() { return other(MediaFormat.MIMETYPE_VIDEO_VP8); } in otherVP8() method in VideoEncoderTest
1234 return combineArray(googVP8(), otherVP8()); in vp8()
1287 public void testOtherVP8FlexMinMin() { minmin(otherVP8(), true /* flex */); } in testOtherVP8FlexMinMin()
1289 public void testOtherVP8SurfMinMin() { minmin(otherVP8(), false /* flex */); } in testOtherVP8SurfMinMin()
1325 public void testOtherVP8FlexMinMax() { minmax(otherVP8(), true /* flex */); } in testOtherVP8FlexMinMax()
1327 public void testOtherVP8SurfMinMax() { minmax(otherVP8(), false /* flex */); } in testOtherVP8SurfMinMax()
1363 public void testOtherVP8FlexMaxMin() { maxmin(otherVP8(), true /* flex */); } in testOtherVP8FlexMaxMin()
1365 public void testOtherVP8SurfMaxMin() { maxmin(otherVP8(), false /* flex */); } in testOtherVP8SurfMaxMin()
1401 public void testOtherVP8FlexMaxMax() { maxmax(otherVP8(), true /* flex */); } in testOtherVP8FlexMaxMax()
1403 public void testOtherVP8SurfMaxMax() { maxmax(otherVP8(), false /* flex */); } in testOtherVP8SurfMaxMax()
[all …]
DImageReaderDecoderTest.java374 private Decoder[] otherVP8() { return other(VP8_ASSETS); } in otherVP8() method in ImageReaderDecoderTest
388 public void testOtherVP8Image() { swirlTest(otherVP8(), MODE_IMAGE); } in testOtherVP8Image()
406 public void testOtherVP8ImageReader() { swirlTest(otherVP8(), MODE_IMAGEREADER); } in testOtherVP8ImageReader()