Home | History | Annotate | Download | only in camera

Lines Matching refs:BOTTOM

132     vRange = CameraArea::BOTTOM - CameraArea::TOP;
150 ssize_t bottom,
156 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
165 if ( ( CameraArea::TOP > top ) || ( CameraArea::BOTTOM < top ) ) {
170 if ( ( CameraArea::TOP > bottom ) || ( CameraArea::BOTTOM < bottom ) ) {
171 CAMHAL_LOGEB("Camera area bottom coordinate is invalid %d", bottom );
190 if ( top >= bottom ) {
191 CAMHAL_LOGEA("Camera area top larger than bottom");
210 ssize_t top, left, bottom, right, weight;
271 CAMHAL_LOGEA("Parsing of the bottom area coordinate failed!");
277 bottom = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10));
298 ret = checkArea(top, left, bottom, right, weight);
303 currentArea = new CameraArea(top, left, bottom, right, weight);
307 ( int ) bottom,