Searched refs:mFpsMin (Results 1 – 1 of 1) sorted by relevance
61 mFpsMin = checkArgumentPositive(fpsMin, "fpsMin must be positive"); in HighSpeedVideoConfiguration()64 mFpsRange = new Range<Integer>(mFpsMin, mFpsMax); in HighSpeedVideoConfiguration()91 return mFpsMin; in getFpsMin()150 mFpsMin == other.mFpsMin && in equals()162 return HashCodeHelpers.hashCode(mWidth, mHeight, mFpsMin, mFpsMax); in hashCode()167 private final int mFpsMin; field in HighSpeedVideoConfiguration