Lines Matching refs:crop_height
131 int32_t& crop_width, int32_t& crop_height, float zoom_ratio) in toActiveArray() argument
147 float height = crop_height * mActiveArrayH / mSensorH; in toActiveArray()
160 crop_height = std::round(height); in toActiveArray()
162 boundToSize(crop_left, crop_top, crop_width, crop_height, in toActiveArray()
182 int32_t& crop_width, int32_t& crop_height, float zoom_ratio) in toSensor() argument
190 applyZoomRatioHelper(crop_left, crop_top, crop_width, crop_height, zoom_ratio, in toSensor()
212 int32_t& crop_width, int32_t& crop_height, float zoom_ratio, bool to_sensor) in applyZoomRatioHelper() argument
227 float height = crop_height / zoom_ratio; in applyZoomRatioHelper()
240 crop_height = std::round(height); in applyZoomRatioHelper()
243 crop_left, crop_top, crop_width, crop_height); in applyZoomRatioHelper()
244 boundToSize(crop_left, crop_top, crop_width, crop_height, in applyZoomRatioHelper()
248 crop_left, crop_top, crop_width, crop_height); in applyZoomRatioHelper()
266 int32_t& crop_width, int32_t& crop_height, float zoom_ratio) in applyZoomRatio() argument
273 applyZoomRatioHelper(crop_left, crop_top, crop_width, crop_height, zoom_ratio, in applyZoomRatio()