Searched refs:otherVP9 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1163 private Encoder[] otherVP9() { return other(MediaFormat.MIMETYPE_VIDEO_VP9); } in otherVP9() method in VideoEncoderTest 1232 public void testOtherVP9FlexMinMin() { minmin(otherVP9(), true /* flex */); } in testOtherVP9FlexMinMin() 1233 public void testOtherVP9SurfMinMin() { minmin(otherVP9(), false /* flex */); } in testOtherVP9SurfMinMin() 1258 public void testOtherVP9FlexMinMax() { minmax(otherVP9(), true /* flex */); } in testOtherVP9FlexMinMax() 1259 public void testOtherVP9SurfMinMax() { minmax(otherVP9(), false /* flex */); } in testOtherVP9SurfMinMax() 1284 public void testOtherVP9FlexMaxMin() { maxmin(otherVP9(), true /* flex */); } in testOtherVP9FlexMaxMin() 1285 public void testOtherVP9SurfMaxMin() { maxmin(otherVP9(), false /* flex */); } in testOtherVP9SurfMaxMin() 1310 public void testOtherVP9FlexMaxMax() { maxmax(otherVP9(), true /* flex */); } in testOtherVP9FlexMaxMax() 1311 public void testOtherVP9SurfMaxMax() { maxmax(otherVP9(), false /* flex */); } in testOtherVP9SurfMaxMax() 1336 public void testOtherVP9FlexNearMinMin() { nearminmin(otherVP9(), true /* flex */); } in testOtherVP9FlexNearMinMin() [all …]
|
D | ImageReaderDecoderTest.java | 359 private Decoder[] otherVP9() { return other(VP9_ASSETS); } in otherVP9() method in ImageReaderDecoderTest 373 public void testOtherVP9Image() { swirlTest(otherVP9(), MODE_IMAGE); } in testOtherVP9Image() 387 public void testOtherVP9ImageReader() { swirlTest(otherVP9(), MODE_IMAGEREADER); } in testOtherVP9ImageReader()
|