Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DImageReaderArgs.java32 private final boolean mHas10bitOutput; field in ImageReaderArgs
42 mHas10bitOutput = has10bitOutput; in ImageReaderArgs()
76 return mHas10bitOutput; in getHas10bitOutput()
92 mHas10bitOutput == other.mHas10bitOutput); in equals()
101 mInputSize, mInputFormat, mMaxInputBuffers, mHas10bitOutput); in hashCode()
118 "has10bitOutput: %s", mHas10bitOutput)); in toString() local