Searched defs:weight (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap4xxx/camera/
H A DCameraHalUtilClasses.cpp154 ssize_t weight)
158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
162 if ( ( CameraArea::WEIGHT_MIN > weight ) || ( CameraArea::WEIGHT_MAX < weight ) ) {
163 CAMHAL_LOGEB("Camera area weight is invalid %d", weight);
212 ssize_t top, left, bottom, right, weight; local
284 CAMHAL_LOGEA("Parsing of the weight area coordinate failed!");
290 weight = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10));
300 ret = checkArea(top, left, bottom, right, weight);
150 checkArea(ssize_t top, ssize_t left, ssize_t bottom, ssize_t right, ssize_t weight) argument
[all...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMX3A.cpp587 size_t top, left, width, height, weight; local
696 size_t top, left, width, height, weight; local
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp2138 convertToRegions(hAeRegions->rect, aeRegions, hAeRegions->weight);
2164 convertToRegions(hAfRegions->rect, afRegions, hAfRegions->weight);
2200 convertToRegions(hAwbRegions->rect, awbRegions,hAwbRegions->weight);
2237 * @weight : if we are converting from cam_area_t, weight is valid
2238 * else weight = -1
2241 void QCamera3HardwareInterface::convertToRegions(cam_rect_t rect, int32_t* region, int weight){ argument
2246 if (weight > -1) {
2247 region[4] = weight;
2259 * @weight
[all...]
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h137 size_t weight) : mTop(top),
141 mWeight(weight) {}
176 ssize_t weight);
133 CameraArea(ssize_t top, ssize_t left, ssize_t bottom, ssize_t right, size_t weight) argument
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_types.h564 int32_t weight; /* weight of the area, valid for focusing/metering areas */ member in struct:__anon485
627 int32_t weight[MAX_ROI]; member in struct:__anon496
/hardware/qcom/camera/
H A DQCamera_Intf.h795 int weight[MAX_ROI]; member in struct:__anon689

Completed in 8545 milliseconds