Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java538 int res, int testId, int expectRange, int expectStandard, int expectTransfer) in testColorAspects() argument
541 res, testId, expectRange, expectStandard, expectTransfer, null /*surface*/); in testColorAspects()
545 int res, int testId, int expectRange, int expectStandard, int expectTransfer, in testColorAspects() argument
556 expectRange, expectStandard, expectTransfer, surface); in testColorAspects()
563 int expectStandard, int expectTransfer, Surface surface) throws Exception { in testColorAspects() argument
612 transferMatch = colorTransfer == expectTransfer; in testColorAspects()
629 … " (Expect R: " + expectRange + " S: " + expectStandard + " T: " + expectTransfer + ")"; in testColorAspects()
639 "rst_expected", new int[] { expectRange, expectStandard, expectTransfer }, in testColorAspects()