Searched refs:otherVP9 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1212 private Encoder[] otherVP9() { return other(MediaFormat.MIMETYPE_VIDEO_VP9); } in otherVP9() method in VideoEncoderTest 1291 public void testOtherVP9FlexMinMin() { minmin(otherVP9(), true /* flex */); } in testOtherVP9FlexMinMin() 1293 public void testOtherVP9SurfMinMin() { minmin(otherVP9(), false /* flex */); } in testOtherVP9SurfMinMin() 1329 public void testOtherVP9FlexMinMax() { minmax(otherVP9(), true /* flex */); } in testOtherVP9FlexMinMax() 1331 public void testOtherVP9SurfMinMax() { minmax(otherVP9(), false /* flex */); } in testOtherVP9SurfMinMax() 1367 public void testOtherVP9FlexMaxMin() { maxmin(otherVP9(), true /* flex */); } in testOtherVP9FlexMaxMin() 1369 public void testOtherVP9SurfMaxMin() { maxmin(otherVP9(), false /* flex */); } in testOtherVP9SurfMaxMin() 1405 public void testOtherVP9FlexMaxMax() { maxmax(otherVP9(), true /* flex */); } in testOtherVP9FlexMaxMax() 1407 public void testOtherVP9SurfMaxMax() { maxmax(otherVP9(), false /* flex */); } in testOtherVP9SurfMaxMax() 1443 public void testOtherVP9FlexNearMinMin() { nearminmin(otherVP9(), true /* flex */); } in testOtherVP9FlexNearMinMin() [all …]
|
D | ImageReaderDecoderTest.java | 375 private Decoder[] otherVP9() { return other(VP9_ASSETS); } in otherVP9() method in ImageReaderDecoderTest 389 public void testOtherVP9Image() { swirlTest(otherVP9(), MODE_IMAGE); } in testOtherVP9Image() 408 public void testOtherVP9ImageReader() { swirlTest(otherVP9(), MODE_IMAGEREADER); } in testOtherVP9ImageReader()
|