Searched refs:arbitraryh (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1408 public void testGoogH265FlexArbitraryH() { arbitraryh(googH265(), true /* flex */); } in testGoogH265FlexArbitraryH() 1409 public void testGoogH265SurfArbitraryH() { arbitraryh(googH265(), false /* flex */); } in testGoogH265SurfArbitraryH() 1410 public void testGoogH264FlexArbitraryH() { arbitraryh(googH264(), true /* flex */); } in testGoogH264FlexArbitraryH() 1411 public void testGoogH264SurfArbitraryH() { arbitraryh(googH264(), false /* flex */); } in testGoogH264SurfArbitraryH() 1412 public void testGoogH263FlexArbitraryH() { arbitraryh(googH263(), true /* flex */); } in testGoogH263FlexArbitraryH() 1413 public void testGoogH263SurfArbitraryH() { arbitraryh(googH263(), false /* flex */); } in testGoogH263SurfArbitraryH() 1414 public void testGoogMpeg4FlexArbitraryH() { arbitraryh(googMpeg4(), true /* flex */); } in testGoogMpeg4FlexArbitraryH() 1415 public void testGoogMpeg4SurfArbitraryH() { arbitraryh(googMpeg4(), false /* flex */); } in testGoogMpeg4SurfArbitraryH() 1416 public void testGoogVP8FlexArbitraryH() { arbitraryh(googVP8(), true /* flex */); } in testGoogVP8FlexArbitraryH() 1417 public void testGoogVP8SurfArbitraryH() { arbitraryh(googVP8(), false /* flex */); } in testGoogVP8SurfArbitraryH() [all …]
|