Home
last modified time | relevance | path

Searched refs:googVP9 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DVideoEncoderTest.java1156 private Encoder[] googVP9() { return goog(MediaFormat.MIMETYPE_VIDEO_VP9); } in googVP9() method in VideoEncoderTest
1219 public void testGoogVP9FlexMinMin() { minmin(googVP9(), true /* flex */); } in testGoogVP9FlexMinMin()
1220 public void testGoogVP9SurfMinMin() { minmin(googVP9(), false /* flex */); } in testGoogVP9SurfMinMin()
1245 public void testGoogVP9FlexMinMax() { minmax(googVP9(), true /* flex */); } in testGoogVP9FlexMinMax()
1246 public void testGoogVP9SurfMinMax() { minmax(googVP9(), false /* flex */); } in testGoogVP9SurfMinMax()
1271 public void testGoogVP9FlexMaxMin() { maxmin(googVP9(), true /* flex */); } in testGoogVP9FlexMaxMin()
1272 public void testGoogVP9SurfMaxMin() { maxmin(googVP9(), false /* flex */); } in testGoogVP9SurfMaxMin()
1297 public void testGoogVP9FlexMaxMax() { maxmax(googVP9(), true /* flex */); } in testGoogVP9FlexMaxMax()
1298 public void testGoogVP9SurfMaxMax() { maxmax(googVP9(), false /* flex */); } in testGoogVP9SurfMaxMax()
1323 public void testGoogVP9FlexNearMinMin() { nearminmin(googVP9(), true /* flex */); } in testGoogVP9FlexNearMinMin()
[all …]
DImageReaderDecoderTest.java352 private Decoder[] googVP9() { return goog(VP9_ASSETS); } in googVP9() method in ImageReaderDecoderTest
366 public void testGoogVP9Image() { swirlTest(googVP9(), MODE_IMAGE); } in testGoogVP9Image()
380 public void testGoogVP9ImageReader() { swirlTest(googVP9(), MODE_IMAGEREADER); } in testGoogVP9ImageReader()