Searched refs:mActiveArea (Results 1 – 1 of 1) sorted by relevance
47 private Rect mActiveArea; field in CameraInfoCache105 … mActiveArea = mCameraCharacteristics.get(CameraCharacteristics.SENSOR_INFO_ACTIVE_ARRAY_SIZE); in CameraInfoCache()232 return (mActiveArea.width() - mLargestYuvSize.getWidth()) / 2; in faceOffsetX()236 return (mActiveArea.height() - mLargestYuvSize.getHeight()) / 2; in faceOffsetY()240 return mActiveArea.width(); in activeAreaWidth()244 return mActiveArea.height(); in activeAreaHeight()248 return mActiveArea; in getActiveAreaRect()