Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DVideoEncoderTest.java1158 private Encoder[] otherH265() { return other(MediaFormat.MIMETYPE_VIDEO_HEVC); } in otherH265() method in VideoEncoderTest
1222 public void testOtherH265FlexMinMin() { minmin(otherH265(), true /* flex */); } in testOtherH265FlexMinMin()
1223 public void testOtherH265SurfMinMin() { minmin(otherH265(), false /* flex */); } in testOtherH265SurfMinMin()
1248 public void testOtherH265FlexMinMax() { minmax(otherH265(), true /* flex */); } in testOtherH265FlexMinMax()
1249 public void testOtherH265SurfMinMax() { minmax(otherH265(), false /* flex */); } in testOtherH265SurfMinMax()
1274 public void testOtherH265FlexMaxMin() { maxmin(otherH265(), true /* flex */); } in testOtherH265FlexMaxMin()
1275 public void testOtherH265SurfMaxMin() { maxmin(otherH265(), false /* flex */); } in testOtherH265SurfMaxMin()
1300 public void testOtherH265FlexMaxMax() { maxmax(otherH265(), true /* flex */); } in testOtherH265FlexMaxMax()
1301 public void testOtherH265SurfMaxMax() { maxmax(otherH265(), false /* flex */); } in testOtherH265SurfMaxMax()
1326 public void testOtherH265FlexNearMinMin() { nearminmin(otherH265(), true /* flex */); } in testOtherH265FlexNearMinMin()
[all …]
DImageReaderDecoderTest.java354 private Decoder[] otherH265() { return other(H265_ASSETS); } in otherH265() method in ImageReaderDecoderTest
368 public void testOtherH265Image() { swirlTest(otherH265(), MODE_IMAGE); } in testOtherH265Image()
382 public void testOtherH265ImageReader() { swirlTest(otherH265(), MODE_IMAGEREADER); } in testOtherH265ImageReader()