Searched refs:nearminmax (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1304 public void testGoogH265FlexNearMinMax() { nearminmax(googH265(), true /* flex */); } in testGoogH265FlexNearMinMax() 1305 public void testGoogH265SurfNearMinMax() { nearminmax(googH265(), false /* flex */); } in testGoogH265SurfNearMinMax() 1306 public void testGoogH264FlexNearMinMax() { nearminmax(googH264(), true /* flex */); } in testGoogH264FlexNearMinMax() 1307 public void testGoogH264SurfNearMinMax() { nearminmax(googH264(), false /* flex */); } in testGoogH264SurfNearMinMax() 1308 public void testGoogH263FlexNearMinMax() { nearminmax(googH263(), true /* flex */); } in testGoogH263FlexNearMinMax() 1309 public void testGoogH263SurfNearMinMax() { nearminmax(googH263(), false /* flex */); } in testGoogH263SurfNearMinMax() 1310 public void testGoogMpeg4FlexNearMinMax() { nearminmax(googMpeg4(), true /* flex */); } in testGoogMpeg4FlexNearMinMax() 1311 public void testGoogMpeg4SurfNearMinMax() { nearminmax(googMpeg4(), false /* flex */); } in testGoogMpeg4SurfNearMinMax() 1312 public void testGoogVP8FlexNearMinMax() { nearminmax(googVP8(), true /* flex */); } in testGoogVP8FlexNearMinMax() 1313 public void testGoogVP8SurfNearMinMax() { nearminmax(googVP8(), false /* flex */); } in testGoogVP8SurfNearMinMax() [all …]
|