Searched refs:maxmax (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1114 public void testGoogH265FlexMaxMax() { maxmax(googH265(), true /* flex */); } in testGoogH265FlexMaxMax() 1115 public void testGoogH265SurfMaxMax() { maxmax(googH265(), false /* flex */); } in testGoogH265SurfMaxMax() 1116 public void testGoogH264FlexMaxMax() { maxmax(googH264(), true /* flex */); } in testGoogH264FlexMaxMax() 1117 public void testGoogH264SurfMaxMax() { maxmax(googH264(), false /* flex */); } in testGoogH264SurfMaxMax() 1118 public void testGoogH263FlexMaxMax() { maxmax(googH263(), true /* flex */); } in testGoogH263FlexMaxMax() 1119 public void testGoogH263SurfMaxMax() { maxmax(googH263(), false /* flex */); } in testGoogH263SurfMaxMax() 1120 public void testGoogMpeg4FlexMaxMax() { maxmax(googMpeg4(), true /* flex */); } in testGoogMpeg4FlexMaxMax() 1121 public void testGoogMpeg4SurfMaxMax() { maxmax(googMpeg4(), false /* flex */); } in testGoogMpeg4SurfMaxMax() 1122 public void testGoogVP8FlexMaxMax() { maxmax(googVP8(), true /* flex */); } in testGoogVP8FlexMaxMax() 1123 public void testGoogVP8SurfMaxMax() { maxmax(googVP8(), false /* flex */); } in testGoogVP8SurfMaxMax() [all …]
|