Searched refs:minmin (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1209 public void testGoogH265FlexMinMin() { minmin(googH265(), true /* flex */); } in testGoogH265FlexMinMin() 1210 public void testGoogH265SurfMinMin() { minmin(googH265(), false /* flex */); } in testGoogH265SurfMinMin() 1211 public void testGoogH264FlexMinMin() { minmin(googH264(), true /* flex */); } in testGoogH264FlexMinMin() 1212 public void testGoogH264SurfMinMin() { minmin(googH264(), false /* flex */); } in testGoogH264SurfMinMin() 1213 public void testGoogH263FlexMinMin() { minmin(googH263(), true /* flex */); } in testGoogH263FlexMinMin() 1214 public void testGoogH263SurfMinMin() { minmin(googH263(), false /* flex */); } in testGoogH263SurfMinMin() 1215 public void testGoogMpeg4FlexMinMin() { minmin(googMpeg4(), true /* flex */); } in testGoogMpeg4FlexMinMin() 1216 public void testGoogMpeg4SurfMinMin() { minmin(googMpeg4(), false /* flex */); } in testGoogMpeg4SurfMinMin() 1217 public void testGoogVP8FlexMinMin() { minmin(googVP8(), true /* flex */); } in testGoogVP8FlexMinMin() 1218 public void testGoogVP8SurfMinMin() { minmin(googVP8(), false /* flex */); } in testGoogVP8SurfMinMin() [all …]
|