Searched refs:nearminmax (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1166 public void testGoogH265FlexNearMinMax() { nearminmax(googH265(), true /* flex */); } in testGoogH265FlexNearMinMax() 1167 public void testGoogH265SurfNearMinMax() { nearminmax(googH265(), false /* flex */); } in testGoogH265SurfNearMinMax() 1168 public void testGoogH264FlexNearMinMax() { nearminmax(googH264(), true /* flex */); } in testGoogH264FlexNearMinMax() 1169 public void testGoogH264SurfNearMinMax() { nearminmax(googH264(), false /* flex */); } in testGoogH264SurfNearMinMax() 1170 public void testGoogH263FlexNearMinMax() { nearminmax(googH263(), true /* flex */); } in testGoogH263FlexNearMinMax() 1171 public void testGoogH263SurfNearMinMax() { nearminmax(googH263(), false /* flex */); } in testGoogH263SurfNearMinMax() 1172 public void testGoogMpeg4FlexNearMinMax() { nearminmax(googMpeg4(), true /* flex */); } in testGoogMpeg4FlexNearMinMax() 1173 public void testGoogMpeg4SurfNearMinMax() { nearminmax(googMpeg4(), false /* flex */); } in testGoogMpeg4SurfNearMinMax() 1174 public void testGoogVP8FlexNearMinMax() { nearminmax(googVP8(), true /* flex */); } in testGoogVP8FlexNearMinMax() 1175 public void testGoogVP8SurfNearMinMax() { nearminmax(googVP8(), false /* flex */); } in testGoogVP8SurfNearMinMax() [all …]
|