Searched refs:arbitraryw (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1382 public void testGoogH265FlexArbitraryW() { arbitraryw(googH265(), true /* flex */); } in testGoogH265FlexArbitraryW() 1383 public void testGoogH265SurfArbitraryW() { arbitraryw(googH265(), false /* flex */); } in testGoogH265SurfArbitraryW() 1384 public void testGoogH264FlexArbitraryW() { arbitraryw(googH264(), true /* flex */); } in testGoogH264FlexArbitraryW() 1385 public void testGoogH264SurfArbitraryW() { arbitraryw(googH264(), false /* flex */); } in testGoogH264SurfArbitraryW() 1386 public void testGoogH263FlexArbitraryW() { arbitraryw(googH263(), true /* flex */); } in testGoogH263FlexArbitraryW() 1387 public void testGoogH263SurfArbitraryW() { arbitraryw(googH263(), false /* flex */); } in testGoogH263SurfArbitraryW() 1388 public void testGoogMpeg4FlexArbitraryW() { arbitraryw(googMpeg4(), true /* flex */); } in testGoogMpeg4FlexArbitraryW() 1389 public void testGoogMpeg4SurfArbitraryW() { arbitraryw(googMpeg4(), false /* flex */); } in testGoogMpeg4SurfArbitraryW() 1390 public void testGoogVP8FlexArbitraryW() { arbitraryw(googVP8(), true /* flex */); } in testGoogVP8FlexArbitraryW() 1391 public void testGoogVP8SurfArbitraryW() { arbitraryw(googVP8(), false /* flex */); } in testGoogVP8SurfArbitraryW() [all …]
|