Home | History | Annotate | Download | only in camera

Lines Matching refs:left

123                                size_t &left,
133 hRange = CameraArea::RIGHT - CameraArea::LEFT;
139 left = ( mLeft + hRange / 2 ) * hScale;
143 areaWidth -= left;
151 ssize_t left,
158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
177 if ( ( CameraArea::LEFT > left ) || ( CameraArea::RIGHT < left ) ) {
178 CAMHAL_LOGEB("Camera area left coordinate is invalid %d", left );
182 if ( ( CameraArea::LEFT > right ) || ( CameraArea::RIGHT < right ) ) {
187 if ( left >= right ) {
188 CAMHAL_LOGEA("Camera area left larger than right");
212 ssize_t top, left, bottom, right, weight;
240 CAMHAL_LOGEA("Parsing of the left area coordinate failed!");
246 left = static_cast<ssize_t>(strtol(pStart, &pEnd, 10));
300 ret = checkArea(top, left, bottom, right, weight);
305 currentArea = new CameraArea(top, left, bottom, right, weight);
308 ( int ) left,