Searched refs:googVP9 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1205 private Encoder[] googVP9() { return goog(MediaFormat.MIMETYPE_VIDEO_VP9); } in googVP9() method in VideoEncoderTest 1267 public void testGoogVP9FlexMinMin() { minmin(googVP9(), true /* flex */); } in testGoogVP9FlexMinMin() 1268 public void testGoogVP9SurfMinMin() { minmin(googVP9(), false /* flex */); } in testGoogVP9SurfMinMin() 1305 public void testGoogVP9FlexMinMax() { minmax(googVP9(), true /* flex */); } in testGoogVP9FlexMinMax() 1306 public void testGoogVP9SurfMinMax() { minmax(googVP9(), false /* flex */); } in testGoogVP9SurfMinMax() 1343 public void testGoogVP9FlexMaxMin() { maxmin(googVP9(), true /* flex */); } in testGoogVP9FlexMaxMin() 1344 public void testGoogVP9SurfMaxMin() { maxmin(googVP9(), false /* flex */); } in testGoogVP9SurfMaxMin() 1381 public void testGoogVP9FlexMaxMax() { maxmax(googVP9(), true /* flex */); } in testGoogVP9FlexMaxMax() 1382 public void testGoogVP9SurfMaxMax() { maxmax(googVP9(), false /* flex */); } in testGoogVP9SurfMaxMax() 1419 public void testGoogVP9FlexNearMinMin() { nearminmin(googVP9(), true /* flex */); } in testGoogVP9FlexNearMinMin() [all …]
|
D | ImageReaderDecoderTest.java | 368 private Decoder[] googVP9() { return goog(VP9_ASSETS); } in googVP9() method in ImageReaderDecoderTest 382 public void testGoogVP9Image() { swirlTest(googVP9(), MODE_IMAGE); } in testGoogVP9Image() 396 public void testGoogVP9ImageReader() { swirlTest(googVP9(), MODE_IMAGEREADER); } in testGoogVP9ImageReader()
|