Searched defs:roi (Results 1 - 3 of 3) 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...]
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_types.h626 cam_rect_t roi[MAX_ROI]; member in struct:__anon496
/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

Completed in 78 milliseconds