Home | History | Annotate | Download | only in HAL3

Lines Matching refs:crop_top

117  *   @crop_top    : y coordinate of top left corner of rectangle
123 void QCamera3CropRegionMapper::toActiveArray(int32_t& crop_left, int32_t& crop_top,
133 crop_top = crop_top * mActiveArrayH / mSensorH;
137 boundToSize(crop_left, crop_top, crop_width, crop_height,
148 * @crop_top : y coordinate of top left corner of rectangle
155 void QCamera3CropRegionMapper::toSensor(int32_t& crop_left, int32_t& crop_top,
165 crop_top = crop_top * mSensorH / mActiveArrayH;
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);