Searched refs:googVP9 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1121 private Encoder[] googVP9() { return goog(MediaFormat.MIMETYPE_VIDEO_VP9); } in googVP9() method in VideoEncoderTest 1184 public void testGoogVP9FlexMinMin() { minmin(googVP9(), true /* flex */); } in testGoogVP9FlexMinMin() 1185 public void testGoogVP9SurfMinMin() { minmin(googVP9(), false /* flex */); } in testGoogVP9SurfMinMin() 1210 public void testGoogVP9FlexMinMax() { minmax(googVP9(), true /* flex */); } in testGoogVP9FlexMinMax() 1211 public void testGoogVP9SurfMinMax() { minmax(googVP9(), false /* flex */); } in testGoogVP9SurfMinMax() 1236 public void testGoogVP9FlexMaxMin() { maxmin(googVP9(), true /* flex */); } in testGoogVP9FlexMaxMin() 1237 public void testGoogVP9SurfMaxMin() { maxmin(googVP9(), false /* flex */); } in testGoogVP9SurfMaxMin() 1262 public void testGoogVP9FlexMaxMax() { maxmax(googVP9(), true /* flex */); } in testGoogVP9FlexMaxMax() 1263 public void testGoogVP9SurfMaxMax() { maxmax(googVP9(), false /* flex */); } in testGoogVP9SurfMaxMax() 1288 public void testGoogVP9FlexNearMinMin() { nearminmin(googVP9(), true /* flex */); } in testGoogVP9FlexNearMinMin() [all …]
|
D | ImageReaderDecoderTest.java | 351 private Decoder[] googVP9() { return goog(VP9_ASSETS); } in googVP9() method in ImageReaderDecoderTest 365 public void testGoogVP9Image() { swirlTest(googVP9(), MODE_IMAGE); } in testGoogVP9Image() 379 public void testGoogVP9ImageReader() { swirlTest(googVP9(), MODE_IMAGEREADER); } in testGoogVP9ImageReader()
|