Searched refs:maxmin (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1333 public void testGoogH265FlexMaxMin() { maxmin(googH265(), true /* flex */); } in testGoogH265FlexMaxMin() 1334 public void testGoogH265SurfMaxMin() { maxmin(googH265(), false /* flex */); } in testGoogH265SurfMaxMin() 1335 public void testGoogH264FlexMaxMin() { maxmin(googH264(), true /* flex */); } in testGoogH264FlexMaxMin() 1336 public void testGoogH264SurfMaxMin() { maxmin(googH264(), false /* flex */); } in testGoogH264SurfMaxMin() 1337 public void testGoogH263FlexMaxMin() { maxmin(googH263(), true /* flex */); } in testGoogH263FlexMaxMin() 1338 public void testGoogH263SurfMaxMin() { maxmin(googH263(), false /* flex */); } in testGoogH263SurfMaxMin() 1339 public void testGoogMpeg4FlexMaxMin() { maxmin(googMpeg4(), true /* flex */); } in testGoogMpeg4FlexMaxMin() 1340 public void testGoogMpeg4SurfMaxMin() { maxmin(googMpeg4(), false /* flex */); } in testGoogMpeg4SurfMaxMin() 1341 public void testGoogVP8FlexMaxMin() { maxmin(googVP8(), true /* flex */); } in testGoogVP8FlexMaxMin() 1342 public void testGoogVP8SurfMaxMin() { maxmin(googVP8(), false /* flex */); } in testGoogVP8SurfMaxMin() [all …]
|