Home | History | Annotate | Download | only in HAL

Lines Matching refs:af_roi_value

8646     cam_roi_info_t af_roi_value;
8647 memset(&af_roi_value, 0, sizeof(cam_roi_info_t));
8648 af_roi_value.num_roi = (uint8_t)num_areas_found;
8656 af_roi_value.roi[i].left =
8659 af_roi_value.roi[i].top =
8662 af_roi_value.roi[i].width =
8665 af_roi_value.roi[i].height =
8668 af_roi_value.weight[i] = areas[i].weight;
8671 if (ADD_SET_PARAM_ENTRY_TO_BATCH(m_pParamBuf, CAM_INTF_PARM_AF_ROI, af_roi_value)) {