Searched refs:mHas10bitOutput (Results 1 – 1 of 1) sorted by relevance
32 private final boolean mHas10bitOutput; field in ImageReaderArgs42 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