Home | History | Annotate | Download | only in HAL

Lines Matching refs:af_roi_value

8930     cam_roi_info_t af_roi_value;
8931 memset(&af_roi_value, 0, sizeof(cam_roi_info_t));
8932 af_roi_value.num_roi = (uint8_t)num_areas_found;
8940 af_roi_value.roi[i].left =
8943 af_roi_value.roi[i].top =
8946 af_roi_value.roi[i].width =
8949 af_roi_value.roi[i].height =
8952 af_roi_value.weight[i] = areas[i].weight;
8955 if (ADD_SET_PARAM_ENTRY_TO_BATCH(m_pParamBuf, CAM_INTF_PARM_AF_ROI, af_roi_value)) {