Lines Matching full:weight
154 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;
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);
305 currentArea = new CameraArea(top, left, bottom, right, weight);
311 ( int ) weight);