Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DImageReaderArgs.java29 private final Size mInputSize; field in ImageReaderArgs
39 mInputSize = inputSize; in ImageReaderArgs()
64 return mInputSize; in getInputSize()
89 Objects.equals(mInputSize, other.mInputSize) && in equals()
101 mInputSize, mInputFormat, mMaxInputBuffers, mHas10bitOutput); in hashCode()
112 "inputSize: %s, ", Objects.toString(mInputSize))); in toString()