Home | History | Annotate | Download | only in HAL3

Lines Matching refs:crop_left

116  *   @crop_left   : x coordinate of top left corner of rectangle
123 void QCamera3CropRegionMapper::toActiveArray(int32_t& crop_left, int32_t& crop_top,
132 crop_left = crop_left * mActiveArrayW / mSensorW;
137 boundToSize(crop_left, crop_top, crop_width, crop_height,
147 * @crop_left : x coordinate of top left corner of rectangle
155 void QCamera3CropRegionMapper::toSensor(int32_t& crop_left, int32_t& crop_top,
164 crop_left = crop_left * mSensorW / mActiveArrayW;
170 __func__, crop_left, crop_top, crop_width, crop_height);
171 boundToSize(crop_left, crop_top, crop_width, crop_height,
174 __func__, crop_left, crop_top, crop_width, crop_height);