Searched refs:maxmin (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1088 public void testGoogH265FlexMaxMin() { maxmin(googH265(), true /* flex */); } in testGoogH265FlexMaxMin() 1089 public void testGoogH265SurfMaxMin() { maxmin(googH265(), false /* flex */); } in testGoogH265SurfMaxMin() 1090 public void testGoogH264FlexMaxMin() { maxmin(googH264(), true /* flex */); } in testGoogH264FlexMaxMin() 1091 public void testGoogH264SurfMaxMin() { maxmin(googH264(), false /* flex */); } in testGoogH264SurfMaxMin() 1092 public void testGoogH263FlexMaxMin() { maxmin(googH263(), true /* flex */); } in testGoogH263FlexMaxMin() 1093 public void testGoogH263SurfMaxMin() { maxmin(googH263(), false /* flex */); } in testGoogH263SurfMaxMin() 1094 public void testGoogMpeg4FlexMaxMin() { maxmin(googMpeg4(), true /* flex */); } in testGoogMpeg4FlexMaxMin() 1095 public void testGoogMpeg4SurfMaxMin() { maxmin(googMpeg4(), false /* flex */); } in testGoogMpeg4SurfMaxMin() 1096 public void testGoogVP8FlexMaxMin() { maxmin(googVP8(), true /* flex */); } in testGoogVP8FlexMaxMin() 1097 public void testGoogVP8SurfMaxMin() { maxmin(googVP8(), false /* flex */); } in testGoogVP8SurfMaxMin() [all …]
|