Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DImageReaderArgs.java30 private final int mInputFormat; field in ImageReaderArgs
40 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