Searched refs:nearminmax (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1447 public void testGoogH265FlexNearMinMax() { nearminmax(googH265(), true /* flex */); } in testGoogH265FlexNearMinMax() 1448 public void testGoogH265SurfNearMinMax() { nearminmax(googH265(), false /* flex */); } in testGoogH265SurfNearMinMax() 1449 public void testGoogH264FlexNearMinMax() { nearminmax(googH264(), true /* flex */); } in testGoogH264FlexNearMinMax() 1450 public void testGoogH264SurfNearMinMax() { nearminmax(googH264(), false /* flex */); } in testGoogH264SurfNearMinMax() 1451 public void testGoogH263FlexNearMinMax() { nearminmax(googH263(), true /* flex */); } in testGoogH263FlexNearMinMax() 1452 public void testGoogH263SurfNearMinMax() { nearminmax(googH263(), false /* flex */); } in testGoogH263SurfNearMinMax() 1453 public void testGoogMpeg4FlexNearMinMax() { nearminmax(googMpeg4(), true /* flex */); } in testGoogMpeg4FlexNearMinMax() 1454 public void testGoogMpeg4SurfNearMinMax() { nearminmax(googMpeg4(), false /* flex */); } in testGoogMpeg4SurfNearMinMax() 1455 public void testGoogVP8FlexNearMinMax() { nearminmax(googVP8(), true /* flex */); } in testGoogVP8FlexNearMinMax() 1456 public void testGoogVP8SurfNearMinMax() { nearminmax(googVP8(), false /* flex */); } in testGoogVP8SurfNearMinMax() [all …]
|