Searched refs:flexYuv (Results 1 – 1 of 1) sorted by relevance
1327 for (boolean flexYuv : new boolean[] {false, true}) { in input()1330 flexYuv, TestMode.TEST_MODE_DETAILED}); in input()1338 for (boolean flexYuv : new boolean[] {false, true}) { in input()1341 flexYuv, TestMode.TEST_MODE_SPECIFIC}); in input()1349 public VideoEncoderTest(String encoderName, String mime, int width, int height, boolean flexYuv, in VideoEncoderTest() argument1354 mFlexYuv = flexYuv; in VideoEncoderTest()