Home
last modified time | relevance | path

Searched refs:nearmaxmin (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DVideoEncoderTest.java1330 public void testGoogH265FlexNearMaxMin() { nearmaxmin(googH265(), true /* flex */); } in testGoogH265FlexNearMaxMin()
1331 public void testGoogH265SurfNearMaxMin() { nearmaxmin(googH265(), false /* flex */); } in testGoogH265SurfNearMaxMin()
1332 public void testGoogH264FlexNearMaxMin() { nearmaxmin(googH264(), true /* flex */); } in testGoogH264FlexNearMaxMin()
1333 public void testGoogH264SurfNearMaxMin() { nearmaxmin(googH264(), false /* flex */); } in testGoogH264SurfNearMaxMin()
1334 public void testGoogH263FlexNearMaxMin() { nearmaxmin(googH263(), true /* flex */); } in testGoogH263FlexNearMaxMin()
1335 public void testGoogH263SurfNearMaxMin() { nearmaxmin(googH263(), false /* flex */); } in testGoogH263SurfNearMaxMin()
1336 public void testGoogMpeg4FlexNearMaxMin() { nearmaxmin(googMpeg4(), true /* flex */); } in testGoogMpeg4FlexNearMaxMin()
1337 public void testGoogMpeg4SurfNearMaxMin() { nearmaxmin(googMpeg4(), false /* flex */); } in testGoogMpeg4SurfNearMaxMin()
1338 public void testGoogVP8FlexNearMaxMin() { nearmaxmin(googVP8(), true /* flex */); } in testGoogVP8FlexNearMaxMin()
1339 public void testGoogVP8SurfNearMaxMin() { nearmaxmin(googVP8(), false /* flex */); } in testGoogVP8SurfNearMaxMin()
[all …]