Searched refs:nearminmax (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1339 public void testGoogH265FlexNearMinMax() { nearminmax(googH265(), true /* flex */); } in testGoogH265FlexNearMinMax() 1340 public void testGoogH265SurfNearMinMax() { nearminmax(googH265(), false /* flex */); } in testGoogH265SurfNearMinMax() 1341 public void testGoogH264FlexNearMinMax() { nearminmax(googH264(), true /* flex */); } in testGoogH264FlexNearMinMax() 1342 public void testGoogH264SurfNearMinMax() { nearminmax(googH264(), false /* flex */); } in testGoogH264SurfNearMinMax() 1343 public void testGoogH263FlexNearMinMax() { nearminmax(googH263(), true /* flex */); } in testGoogH263FlexNearMinMax() 1344 public void testGoogH263SurfNearMinMax() { nearminmax(googH263(), false /* flex */); } in testGoogH263SurfNearMinMax() 1345 public void testGoogMpeg4FlexNearMinMax() { nearminmax(googMpeg4(), true /* flex */); } in testGoogMpeg4FlexNearMinMax() 1346 public void testGoogMpeg4SurfNearMinMax() { nearminmax(googMpeg4(), false /* flex */); } in testGoogMpeg4SurfNearMinMax() 1347 public void testGoogVP8FlexNearMinMax() { nearminmax(googVP8(), true /* flex */); } in testGoogVP8FlexNearMinMax() 1348 public void testGoogVP8SurfNearMinMax() { nearminmax(googVP8(), false /* flex */); } in testGoogVP8SurfNearMinMax() [all …]
|