Searched refs:googVP8 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1120 private Encoder[] googVP8() { return goog(MediaFormat.MIMETYPE_VIDEO_VP8); } in googVP8() method in VideoEncoderTest 1150 return combineArray(googVP8(), otherVP8()); in vp8() 1182 public void testGoogVP8FlexMinMin() { minmin(googVP8(), true /* flex */); } in testGoogVP8FlexMinMin() 1183 public void testGoogVP8SurfMinMin() { minmin(googVP8(), false /* flex */); } in testGoogVP8SurfMinMin() 1208 public void testGoogVP8FlexMinMax() { minmax(googVP8(), true /* flex */); } in testGoogVP8FlexMinMax() 1209 public void testGoogVP8SurfMinMax() { minmax(googVP8(), false /* flex */); } in testGoogVP8SurfMinMax() 1234 public void testGoogVP8FlexMaxMin() { maxmin(googVP8(), true /* flex */); } in testGoogVP8FlexMaxMin() 1235 public void testGoogVP8SurfMaxMin() { maxmin(googVP8(), false /* flex */); } in testGoogVP8SurfMaxMin() 1260 public void testGoogVP8FlexMaxMax() { maxmax(googVP8(), true /* flex */); } in testGoogVP8FlexMaxMax() 1261 public void testGoogVP8SurfMaxMax() { maxmax(googVP8(), false /* flex */); } in testGoogVP8SurfMaxMax() [all …]
|
D | ImageReaderDecoderTest.java | 350 private Decoder[] googVP8() { return goog(VP8_ASSETS); } in googVP8() method in ImageReaderDecoderTest 364 public void testGoogVP8Image() { swirlTest(googVP8(), MODE_IMAGE); } in testGoogVP8Image() 378 public void testGoogVP8ImageReader() { swirlTest(googVP8(), MODE_IMAGEREADER); } in testGoogVP8ImageReader()
|