Searched refs:mInputFormat (Results 1 – 1 of 1) sorted by relevance
30 private final int mInputFormat; field in ImageReaderArgs40 mInputFormat = inputFormat; in ImageReaderArgs()68 return mInputFormat; in getInputFormat()90 mInputFormat == other.mInputFormat && in equals()101 mInputSize, mInputFormat, mMaxInputBuffers, mHas10bitOutput); in hashCode()114 "inputFormat: %d, ", mInputFormat)); in toString() local