Home | History | Annotate | Download | only in HAL3

Lines Matching refs:crop_top

121  *   @crop_top    : y coordinate of top left corner of rectangle
127 void QCamera3CropRegionMapper::toActiveArray(int32_t& crop_left, int32_t& crop_top,
137 crop_top = crop_top * mActiveArrayH / mSensorH;
141 boundToSize(crop_left, crop_top, crop_width, crop_height,
152 * @crop_top : y coordinate of top left corner of rectangle
159 void QCamera3CropRegionMapper::toSensor(int32_t& crop_left, int32_t& crop_top,
169 crop_top = crop_top * mSensorH / mActiveArrayH;
174 crop_left, crop_top, crop_width, crop_height);
175 boundToSize(crop_left, crop_top, crop_width, crop_height,
178 crop_left, crop_top, crop_width, crop_height);