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.java1164 private Encoder[] otherVP8() { return other(MediaFormat.MIMETYPE_VIDEO_VP8); } in otherVP8() method in VideoEncoderTest
1187 return combineArray(googVP8(), otherVP8()); in vp8()
1231 public void testOtherVP8FlexMinMin() { minmin(otherVP8(), true /* flex */); } in testOtherVP8FlexMinMin()
1232 public void testOtherVP8SurfMinMin() { minmin(otherVP8(), false /* flex */); } in testOtherVP8SurfMinMin()
1257 public void testOtherVP8FlexMinMax() { minmax(otherVP8(), true /* flex */); } in testOtherVP8FlexMinMax()
1258 public void testOtherVP8SurfMinMax() { minmax(otherVP8(), false /* flex */); } in testOtherVP8SurfMinMax()
1283 public void testOtherVP8FlexMaxMin() { maxmin(otherVP8(), true /* flex */); } in testOtherVP8FlexMaxMin()
1284 public void testOtherVP8SurfMaxMin() { maxmin(otherVP8(), false /* flex */); } in testOtherVP8SurfMaxMin()
1309 public void testOtherVP8FlexMaxMax() { maxmax(otherVP8(), true /* flex */); } in testOtherVP8FlexMaxMax()
1310 public void testOtherVP8SurfMaxMax() { maxmax(otherVP8(), false /* flex */); } in testOtherVP8SurfMaxMax()
[all …]
DImageReaderDecoderTest.java357 private Decoder[] otherVP8() { return other(VP8_ASSETS); } in otherVP8() method in ImageReaderDecoderTest
371 public void testOtherVP8Image() { swirlTest(otherVP8(), MODE_IMAGE); } in testOtherVP8Image()
385 public void testOtherVP8ImageReader() { swirlTest(otherVP8(), MODE_IMAGEREADER); } in testOtherVP8ImageReader()