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.java1207 private Encoder[] otherH265() { return other(MediaFormat.MIMETYPE_VIDEO_HEVC); } in otherH265() method in VideoEncoderTest
1271 public void testOtherH265FlexMinMin() { minmin(otherH265(), true /* flex */); } in testOtherH265FlexMinMin()
1273 public void testOtherH265SurfMinMin() { minmin(otherH265(), false /* flex */); } in testOtherH265SurfMinMin()
1309 public void testOtherH265FlexMinMax() { minmax(otherH265(), true /* flex */); } in testOtherH265FlexMinMax()
1311 public void testOtherH265SurfMinMax() { minmax(otherH265(), false /* flex */); } in testOtherH265SurfMinMax()
1347 public void testOtherH265FlexMaxMin() { maxmin(otherH265(), true /* flex */); } in testOtherH265FlexMaxMin()
1349 public void testOtherH265SurfMaxMin() { maxmin(otherH265(), false /* flex */); } in testOtherH265SurfMaxMin()
1385 public void testOtherH265FlexMaxMax() { maxmax(otherH265(), true /* flex */); } in testOtherH265FlexMaxMax()
1387 public void testOtherH265SurfMaxMax() { maxmax(otherH265(), false /* flex */); } in testOtherH265SurfMaxMax()
1423 public void testOtherH265FlexNearMinMin() { nearminmin(otherH265(), true /* flex */); } in testOtherH265FlexNearMinMin()
[all …]
DImageReaderDecoderTest.java370 private Decoder[] otherH265() { return other(H265_ASSETS); } in otherH265() method in ImageReaderDecoderTest
384 public void testOtherH265Image() { swirlTest(otherH265(), MODE_IMAGE); } in testOtherH265Image()
400 public void testOtherH265ImageReader() { swirlTest(otherH265(), MODE_IMAGEREADER); } in testOtherH265ImageReader()