Searched defs:flexYUV (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1062 public boolean testExtreme(int x, int y, boolean flexYUV, boolean near) { in testExtreme() 1072 public boolean testArbitrary(boolean flexYUV, boolean widths) { in testArbitrary() 1082 public boolean testSpecific(int width, int height, boolean flexYUV) { in testSpecific() 1144 int width, int height, int frameRate, int bitRate, boolean flexYUV) { in testDetailed() 1163 int width, int height, boolean optional, boolean flexYUV) { in test() 1178 boolean flexYUV, Consumer<VideoProcessorBase> configureVideoProcessor) { in test() 1950 private void minmin(Encoder[] encoders, boolean flexYUV) { in minmin() 1954 private void minmax(Encoder[] encoders, boolean flexYUV) { in minmax() 1958 private void maxmin(Encoder[] encoders, boolean flexYUV) { in maxmin() 1962 private void maxmax(Encoder[] encoders, boolean flexYUV) { in maxmax() [all …]
|