Searched refs:otherVP8 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1127 private Encoder[] otherVP8() { return other(MediaFormat.MIMETYPE_VIDEO_VP8); } in otherVP8() method in VideoEncoderTest 1150 return combineArray(googVP8(), otherVP8()); in vp8() 1195 public void testOtherVP8FlexMinMin() { minmin(otherVP8(), true /* flex */); } in testOtherVP8FlexMinMin() 1196 public void testOtherVP8SurfMinMin() { minmin(otherVP8(), false /* flex */); } in testOtherVP8SurfMinMin() 1221 public void testOtherVP8FlexMinMax() { minmax(otherVP8(), true /* flex */); } in testOtherVP8FlexMinMax() 1222 public void testOtherVP8SurfMinMax() { minmax(otherVP8(), false /* flex */); } in testOtherVP8SurfMinMax() 1247 public void testOtherVP8FlexMaxMin() { maxmin(otherVP8(), true /* flex */); } in testOtherVP8FlexMaxMin() 1248 public void testOtherVP8SurfMaxMin() { maxmin(otherVP8(), false /* flex */); } in testOtherVP8SurfMaxMin() 1273 public void testOtherVP8FlexMaxMax() { maxmax(otherVP8(), true /* flex */); } in testOtherVP8FlexMaxMax() 1274 public void testOtherVP8SurfMaxMax() { maxmax(otherVP8(), false /* flex */); } in testOtherVP8SurfMaxMax() [all …]
|
D | ImageReaderDecoderTest.java | 357 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()
|