Searched refs:mFpsMin (Results 1 – 2 of 2) 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
23697 Landroid/hardware/camera2/params/HighSpeedVideoConfiguration;->mFpsMin:I