Searched refs:roi (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp2263 void QCamera3HardwareInterface::convertFromRegions(cam_area_t* roi, argument
2272 roi->weight = frame_settings.find(tag).data.i32[4];
2273 roi->rect.left = x_min;
2274 roi->rect.top = y_min;
2275 roi->rect.width = x_max - x_min;
2276 roi->rect.height = y_max - y_min;
2282 * DESCRIPTION: helper method to reset the roi if it is greater than scaler
2286 * @roi : cam_area_t struct to resize
2291 bool QCamera3HardwareInterface::resetIfNeededROI(cam_area_t* roi, argument
2294 int32_t roi_x_max = roi
3965 cam_area_t roi; local
3978 cam_area_t roi; local
3991 cam_area_t roi; local
[all...]
H A DQCamera3HWI.h106 static void convertFromRegions(cam_area_t* roi, const camera_metadata_t *settings,
108 static bool resetIfNeededROI(cam_area_t* roi, const cam_crop_region_t* scalerCropRegion);
/hardware/qcom/camera/
H A DQCamera_Intf.h715 roi_t roi[MAX_ROI]; member in struct:__anon680
976 struct fd_roi_t roi; member in union:__anon709::__anon710
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_types.h626 cam_rect_t roi[MAX_ROI]; member in struct:__anon496
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.cpp4310 af_roi_value.roi[i].left = (int32_t)((areas[i].rect.left + 1000.0f) * (previewWidth / 2000.0f));
4311 af_roi_value.roi[i].top = (int32_t)((areas[i].rect.top + 1000.0f) * (previewHeight / 2000.0f));
4312 af_roi_value.roi[i].width = (int32_t)(areas[i].rect.width * previewWidth / 2000.0f);
4313 af_roi_value.roi[i].height = (int32_t)(areas[i].rect.height * previewHeight / 2000.0f);

Completed in 414 milliseconds