Searched refs:maxmin (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1226 public void testGoogH265FlexMaxMin() { maxmin(googH265(), true /* flex */); } in testGoogH265FlexMaxMin() 1227 public void testGoogH265SurfMaxMin() { maxmin(googH265(), false /* flex */); } in testGoogH265SurfMaxMin() 1228 public void testGoogH264FlexMaxMin() { maxmin(googH264(), true /* flex */); } in testGoogH264FlexMaxMin() 1229 public void testGoogH264SurfMaxMin() { maxmin(googH264(), false /* flex */); } in testGoogH264SurfMaxMin() 1230 public void testGoogH263FlexMaxMin() { maxmin(googH263(), true /* flex */); } in testGoogH263FlexMaxMin() 1231 public void testGoogH263SurfMaxMin() { maxmin(googH263(), false /* flex */); } in testGoogH263SurfMaxMin() 1232 public void testGoogMpeg4FlexMaxMin() { maxmin(googMpeg4(), true /* flex */); } in testGoogMpeg4FlexMaxMin() 1233 public void testGoogMpeg4SurfMaxMin() { maxmin(googMpeg4(), false /* flex */); } in testGoogMpeg4SurfMaxMin() 1234 public void testGoogVP8FlexMaxMin() { maxmin(googVP8(), true /* flex */); } in testGoogVP8FlexMaxMin() 1235 public void testGoogVP8SurfMaxMin() { maxmin(googVP8(), false /* flex */); } in testGoogVP8SurfMaxMin() [all …]
|