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.java1162 private Encoder[] otherVP8() { return other(MediaFormat.MIMETYPE_VIDEO_VP8); } in otherVP8() method in VideoEncoderTest
1185 return combineArray(googVP8(), otherVP8()); in vp8()
1230 public void testOtherVP8FlexMinMin() { minmin(otherVP8(), true /* flex */); } in testOtherVP8FlexMinMin()
1231 public void testOtherVP8SurfMinMin() { minmin(otherVP8(), false /* flex */); } in testOtherVP8SurfMinMin()
1256 public void testOtherVP8FlexMinMax() { minmax(otherVP8(), true /* flex */); } in testOtherVP8FlexMinMax()
1257 public void testOtherVP8SurfMinMax() { minmax(otherVP8(), false /* flex */); } in testOtherVP8SurfMinMax()
1282 public void testOtherVP8FlexMaxMin() { maxmin(otherVP8(), true /* flex */); } in testOtherVP8FlexMaxMin()
1283 public void testOtherVP8SurfMaxMin() { maxmin(otherVP8(), false /* flex */); } in testOtherVP8SurfMaxMin()
1308 public void testOtherVP8FlexMaxMax() { maxmax(otherVP8(), true /* flex */); } in testOtherVP8FlexMaxMax()
1309 public void testOtherVP8SurfMaxMax() { maxmax(otherVP8(), false /* flex */); } in testOtherVP8SurfMaxMax()
[all …]
DImageReaderDecoderTest.java358 private Decoder[] otherVP8() { return other(VP8_ASSETS); } in otherVP8() method in ImageReaderDecoderTest
372 public void testOtherVP8Image() { swirlTest(otherVP8(), MODE_IMAGE); } in testOtherVP8Image()
386 public void testOtherVP8ImageReader() { swirlTest(otherVP8(), MODE_IMAGEREADER); } in testOtherVP8ImageReader()