Searched refs:mFpsMax (Results 1 – 1 of 1) sorted by relevance
58 mFpsMax = fpsMax; in HighSpeedVideoConfiguration()64 mFpsRange = new Range<Integer>(mFpsMin, mFpsMax); in HighSpeedVideoConfiguration()100 return mFpsMax; in getFpsMax()151 mFpsMax == other.mFpsMax && in equals()162 return HashCodeHelpers.hashCode(mWidth, mHeight, mFpsMin, mFpsMax); in hashCode()168 private final int mFpsMax; field in HighSpeedVideoConfiguration