Searched refs:maxmax (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1371 public void testGoogH265FlexMaxMax() { maxmax(googH265(), true /* flex */); } in testGoogH265FlexMaxMax() 1372 public void testGoogH265SurfMaxMax() { maxmax(googH265(), false /* flex */); } in testGoogH265SurfMaxMax() 1373 public void testGoogH264FlexMaxMax() { maxmax(googH264(), true /* flex */); } in testGoogH264FlexMaxMax() 1374 public void testGoogH264SurfMaxMax() { maxmax(googH264(), false /* flex */); } in testGoogH264SurfMaxMax() 1375 public void testGoogH263FlexMaxMax() { maxmax(googH263(), true /* flex */); } in testGoogH263FlexMaxMax() 1376 public void testGoogH263SurfMaxMax() { maxmax(googH263(), false /* flex */); } in testGoogH263SurfMaxMax() 1377 public void testGoogMpeg4FlexMaxMax() { maxmax(googMpeg4(), true /* flex */); } in testGoogMpeg4FlexMaxMax() 1378 public void testGoogMpeg4SurfMaxMax() { maxmax(googMpeg4(), false /* flex */); } in testGoogMpeg4SurfMaxMax() 1379 public void testGoogVP8FlexMaxMax() { maxmax(googVP8(), true /* flex */); } in testGoogVP8FlexMaxMax() 1380 public void testGoogVP8SurfMaxMax() { maxmax(googVP8(), false /* flex */); } in testGoogVP8SurfMaxMax() [all …]
|