Searched refs:otherH265 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1123 private Encoder[] otherH265() { return other(MediaFormat.MIMETYPE_VIDEO_HEVC); } in otherH265() method in VideoEncoderTest 1187 public void testOtherH265FlexMinMin() { minmin(otherH265(), true /* flex */); } in testOtherH265FlexMinMin() 1188 public void testOtherH265SurfMinMin() { minmin(otherH265(), false /* flex */); } in testOtherH265SurfMinMin() 1213 public void testOtherH265FlexMinMax() { minmax(otherH265(), true /* flex */); } in testOtherH265FlexMinMax() 1214 public void testOtherH265SurfMinMax() { minmax(otherH265(), false /* flex */); } in testOtherH265SurfMinMax() 1239 public void testOtherH265FlexMaxMin() { maxmin(otherH265(), true /* flex */); } in testOtherH265FlexMaxMin() 1240 public void testOtherH265SurfMaxMin() { maxmin(otherH265(), false /* flex */); } in testOtherH265SurfMaxMin() 1265 public void testOtherH265FlexMaxMax() { maxmax(otherH265(), true /* flex */); } in testOtherH265FlexMaxMax() 1266 public void testOtherH265SurfMaxMax() { maxmax(otherH265(), false /* flex */); } in testOtherH265SurfMaxMax() 1291 public void testOtherH265FlexNearMinMin() { nearminmin(otherH265(), true /* flex */); } in testOtherH265FlexNearMinMin() [all …]
|
D | ImageReaderDecoderTest.java | 353 private Decoder[] otherH265() { return other(H265_ASSETS); } in otherH265() method in ImageReaderDecoderTest 367 public void testOtherH265Image() { swirlTest(otherH265(), MODE_IMAGE); } in testOtherH265Image() 381 public void testOtherH265ImageReader() { swirlTest(otherH265(), MODE_IMAGEREADER); } in testOtherH265ImageReader()
|