Searched defs:flexYUV (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | VideoEncoderTest.java | 1017 public boolean testExtreme(int x, int y, boolean flexYUV, boolean near) { in testExtreme() 1027 public boolean testArbitrary(boolean flexYUV, boolean widths) { in testArbitrary() 1037 public boolean testSpecific(int width, int height, boolean flexYUV) { in testSpecific() 1099 int width, int height, int frameRate, int bitRate, boolean flexYUV) { in testDetailed() 1118 int width, int height, boolean optional, boolean flexYUV) { in test() 1133 boolean flexYUV, Consumer<VideoProcessorBase> configureVideoProcessor) { in test() 1700 private void minmin(Encoder[] encoders, boolean flexYUV) { in minmin() 1704 private void minmax(Encoder[] encoders, boolean flexYUV) { in minmax() 1708 private void maxmin(Encoder[] encoders, boolean flexYUV) { in maxmin() 1712 private void maxmax(Encoder[] encoders, boolean flexYUV) { in maxmax() [all …]
|