Home
last modified time | relevance | path

Searched refs:flexYuv (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/encoder/src/android/media/encoder/cts/
DVideoEncoderTest.java1327 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() argument
1354 mFlexYuv = flexYuv; in VideoEncoderTest()