Searched refs:googVP8 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1204 private Encoder[] googVP8() { return goog(MediaFormat.MIMETYPE_VIDEO_VP8); } in googVP8() method in VideoEncoderTest 1234 return combineArray(googVP8(), otherVP8()); in vp8() 1265 public void testGoogVP8FlexMinMin() { minmin(googVP8(), true /* flex */); } in testGoogVP8FlexMinMin() 1266 public void testGoogVP8SurfMinMin() { minmin(googVP8(), false /* flex */); } in testGoogVP8SurfMinMin() 1303 public void testGoogVP8FlexMinMax() { minmax(googVP8(), true /* flex */); } in testGoogVP8FlexMinMax() 1304 public void testGoogVP8SurfMinMax() { minmax(googVP8(), false /* flex */); } in testGoogVP8SurfMinMax() 1341 public void testGoogVP8FlexMaxMin() { maxmin(googVP8(), true /* flex */); } in testGoogVP8FlexMaxMin() 1342 public void testGoogVP8SurfMaxMin() { maxmin(googVP8(), false /* flex */); } in testGoogVP8SurfMaxMin() 1379 public void testGoogVP8FlexMaxMax() { maxmax(googVP8(), true /* flex */); } in testGoogVP8FlexMaxMax() 1380 public void testGoogVP8SurfMaxMax() { maxmax(googVP8(), false /* flex */); } in testGoogVP8SurfMaxMax() [all …]
|
D | ImageReaderDecoderTest.java | 367 private Decoder[] googVP8() { return goog(VP8_ASSETS); } in googVP8() method in ImageReaderDecoderTest 381 public void testGoogVP8Image() { swirlTest(googVP8(), MODE_IMAGE); } in testGoogVP8Image() 395 public void testGoogVP8ImageReader() { swirlTest(googVP8(), MODE_IMAGEREADER); } in testGoogVP8ImageReader()
|