Searched defs:flexYUV (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 988 public boolean testExtreme(int x, int y, boolean flexYUV, boolean near) { in testExtreme() 998 public boolean testArbitrary(boolean flexYUV, boolean widths) { in testArbitrary() 1008 public boolean testSpecific(int width, int height, boolean flexYUV) { in testSpecific() 1062 int width, int height, int frameRate, int bitRate, boolean flexYUV) { in testDetailed() 1081 int width, int height, boolean optional, boolean flexYUV) { in test() 1096 boolean flexYUV, Consumer<VideoProcessorBase> configureVideoProcessor) { in test() 1664 private void minmin(Encoder[] encoders, boolean flexYUV) { in minmin() 1668 private void minmax(Encoder[] encoders, boolean flexYUV) { in minmax() 1672 private void maxmin(Encoder[] encoders, boolean flexYUV) { in maxmin() 1676 private void maxmax(Encoder[] encoders, boolean flexYUV) { in maxmax() [all …]
|