Searched refs:weight (Results 1 – 10 of 10) sorted by relevance
/hardware/ti/omap4xxx/camera/ |
D | CameraHalUtilClasses.cpp | 154 ssize_t weight) in checkArea() argument 158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) { in checkArea() 162 if ( ( CameraArea::WEIGHT_MIN > weight ) || ( CameraArea::WEIGHT_MAX < weight ) ) { in checkArea() 163 CAMHAL_LOGEB("Camera area weight is invalid %d", weight); in checkArea() 212 ssize_t top, left, bottom, right, weight; in parseAreas() local 290 weight = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10)); in parseAreas() 300 ret = checkArea(top, left, bottom, right, weight); in parseAreas() 305 currentArea = new CameraArea(top, left, bottom, right, weight); in parseAreas() 311 ( int ) weight); in parseAreas()
|
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/ |
D | quat_accuracy_monitor.h | 39 void set_accuracy_weight(enum accuracy_signal_type_e type, int weight);
|
/hardware/invensense/60xx/libsensors_iio/software/core/mpl/ |
D | quat_accuracy_monitor.h | 39 void set_accuracy_weight(enum accuracy_signal_type_e type, int weight);
|
/hardware/ti/omap4xxx/camera/inc/ |
D | CameraHal.h | 137 size_t weight) : mTop(top), in CameraArea() argument 141 mWeight(weight) {} in CameraArea() 176 ssize_t weight);
|
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3HWI.h | 105 static void convertToRegions(cam_rect_t rect, int32_t* region, int weight);
|
D | QCamera3HWI.cpp | 2138 convertToRegions(hAeRegions->rect, aeRegions, hAeRegions->weight); in translateCbUrgentMetadataToResultMetadata() 2164 convertToRegions(hAfRegions->rect, afRegions, hAfRegions->weight); in translateCbUrgentMetadataToResultMetadata() 2200 convertToRegions(hAwbRegions->rect, awbRegions,hAwbRegions->weight); in translateCbUrgentMetadataToResultMetadata() 2241 void QCamera3HardwareInterface::convertToRegions(cam_rect_t rect, int32_t* region, int weight){ in convertToRegions() argument 2246 if (weight > -1) { in convertToRegions() 2247 region[4] = weight; in convertToRegions() 2272 roi->weight = frame_settings.find(tag).data.i32[4]; in convertFromRegions()
|
/hardware/qcom/camera/QCamera2/stack/common/ |
D | cam_types.h | 564 int32_t weight; /* weight of the area, valid for focusing/metering areas */ member 627 int32_t weight[MAX_ROI]; member
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 4295 areas[0].weight == 0) { in setFocusAreas() 4314 af_roi_value.weight[i] = areas[i].weight; in setFocusAreas() 4374 areas[0].weight == 0) { in setMeteringAreas() 5864 pAreas[index].weight = values[4]; in parseCameraAreaString() 5893 areas[0].weight == 0) { in validateCameraAreas() 5924 if (areas[i].weight < 1 || areas[i].weight > 1000) { in validateCameraAreas()
|
/hardware/qcom/camera/ |
D | QCamera_Intf.h | 795 int weight[MAX_ROI]; member
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMX3A.cpp | 587 size_t top, left, width, height, weight; in setFocusMode() local 696 size_t top, left, width, height, weight; in getFocusMode() local
|