Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DVideoEncoderTest.java1201 private Encoder[] googH264() { return goog(MediaFormat.MIMETYPE_VIDEO_AVC); } in googH264() method in VideoEncoderTest
1230 return combineArray(googH264(), otherH264()); in h264()
1259 public void testGoogH264FlexMinMin() { minmin(googH264(), true /* flex */); } in testGoogH264FlexMinMin()
1260 public void testGoogH264SurfMinMin() { minmin(googH264(), false /* flex */); } in testGoogH264SurfMinMin()
1297 public void testGoogH264FlexMinMax() { minmax(googH264(), true /* flex */); } in testGoogH264FlexMinMax()
1298 public void testGoogH264SurfMinMax() { minmax(googH264(), false /* flex */); } in testGoogH264SurfMinMax()
1335 public void testGoogH264FlexMaxMin() { maxmin(googH264(), true /* flex */); } in testGoogH264FlexMaxMin()
1336 public void testGoogH264SurfMaxMin() { maxmin(googH264(), false /* flex */); } in testGoogH264SurfMaxMin()
1373 public void testGoogH264FlexMaxMax() { maxmax(googH264(), true /* flex */); } in testGoogH264FlexMaxMax()
1374 public void testGoogH264SurfMaxMax() { maxmax(googH264(), false /* flex */); } in testGoogH264SurfMaxMax()
[all …]
DImageReaderDecoderTest.java364 private Decoder[] googH264() { return goog(H264_ASSETS); } in googH264() method in ImageReaderDecoderTest
378 public void testGoogH264Image() { swirlTest(googH264(), MODE_IMAGE); } in testGoogH264Image()
392 public void testGoogH264ImageReader() { swirlTest(googH264(), MODE_IMAGEREADER); } in testGoogH264ImageReader()