Searched refs:arbitraryh (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1599 public void testGoogH265FlexArbitraryH() { arbitraryh(googH265(), true /* flex */); } in testGoogH265FlexArbitraryH() 1600 public void testGoogH265SurfArbitraryH() { arbitraryh(googH265(), false /* flex */); } in testGoogH265SurfArbitraryH() 1601 public void testGoogH264FlexArbitraryH() { arbitraryh(googH264(), true /* flex */); } in testGoogH264FlexArbitraryH() 1602 public void testGoogH264SurfArbitraryH() { arbitraryh(googH264(), false /* flex */); } in testGoogH264SurfArbitraryH() 1603 public void testGoogH263FlexArbitraryH() { arbitraryh(googH263(), true /* flex */); } in testGoogH263FlexArbitraryH() 1604 public void testGoogH263SurfArbitraryH() { arbitraryh(googH263(), false /* flex */); } in testGoogH263SurfArbitraryH() 1605 public void testGoogMpeg4FlexArbitraryH() { arbitraryh(googMpeg4(), true /* flex */); } in testGoogMpeg4FlexArbitraryH() 1606 public void testGoogMpeg4SurfArbitraryH() { arbitraryh(googMpeg4(), false /* flex */); } in testGoogMpeg4SurfArbitraryH() 1607 public void testGoogVP8FlexArbitraryH() { arbitraryh(googVP8(), true /* flex */); } in testGoogVP8FlexArbitraryH() 1608 public void testGoogVP8SurfArbitraryH() { arbitraryh(googVP8(), false /* flex */); } in testGoogVP8SurfArbitraryH() [all …]
|