Searched refs:flexYUV (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/media/encoder/src/android/media/encoder/cts/ |
D | VideoEncoderTest.java | 1140 public boolean testSpecific(int width, int height, boolean flexYUV) { in testSpecific() argument 1141 return test(width, height, true /* optional */, flexYUV); in testSpecific() 1199 int width, int height, int frameRate, int bitRate, boolean flexYUV) { in testDetailed() argument 1201 mName + '_' + width + "x" + height + '_' + (flexYUV ? "flexYUV" : " surface"); in testDetailed() 1208 return test(width, height, frameRate, bitRate, true /* optional */, flexYUV, in testDetailed() 1218 int width, int height, boolean optional, boolean flexYUV) { in test() argument 1220 mName + '_' + width + "x" + height + '_' + (flexYUV ? "flexYUV" : " surface"); in test() 1228 optional, flexYUV, configureVideoProcessor); in test() 1233 boolean flexYUV, Consumer<VideoProcessorBase> configureVideoProcessor) { in test() argument 1235 + (flexYUV ? " flexYUV" : " surface")); in test() [all …]
|