Searched refs:googH264 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1117 private Encoder[] googH264() { return goog(MediaFormat.MIMETYPE_VIDEO_AVC); } in googH264() method in VideoEncoderTest 1146 return combineArray(googH264(), otherH264()); in h264() 1176 public void testGoogH264FlexMinMin() { minmin(googH264(), true /* flex */); } in testGoogH264FlexMinMin() 1177 public void testGoogH264SurfMinMin() { minmin(googH264(), false /* flex */); } in testGoogH264SurfMinMin() 1202 public void testGoogH264FlexMinMax() { minmax(googH264(), true /* flex */); } in testGoogH264FlexMinMax() 1203 public void testGoogH264SurfMinMax() { minmax(googH264(), false /* flex */); } in testGoogH264SurfMinMax() 1228 public void testGoogH264FlexMaxMin() { maxmin(googH264(), true /* flex */); } in testGoogH264FlexMaxMin() 1229 public void testGoogH264SurfMaxMin() { maxmin(googH264(), false /* flex */); } in testGoogH264SurfMaxMin() 1254 public void testGoogH264FlexMaxMax() { maxmax(googH264(), true /* flex */); } in testGoogH264FlexMaxMax() 1255 public void testGoogH264SurfMaxMax() { maxmax(googH264(), false /* flex */); } in testGoogH264SurfMaxMax() [all …]
|
D | ImageReaderDecoderTest.java | 347 private Decoder[] googH264() { return goog(H264_ASSETS); } in googH264() method in ImageReaderDecoderTest 361 public void testGoogH264Image() { swirlTest(googH264(), MODE_IMAGE); } in testGoogH264Image() 375 public void testGoogH264ImageReader() { swirlTest(googH264(), MODE_IMAGEREADER); } in testGoogH264ImageReader()
|