Home | History | Annotate | Download | only in camera

Lines Matching refs:right

133     hRange = CameraArea::RIGHT - CameraArea::LEFT;
153 ssize_t right,
158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
177 if ( ( CameraArea::LEFT > left ) || ( CameraArea::RIGHT < left ) ) {
182 if ( ( CameraArea::LEFT > right ) || ( CameraArea::RIGHT < right ) ) {
183 CAMHAL_LOGEB("Camera area right coordinate is invalid %d", right );
187 if ( left >= right ) {
188 CAMHAL_LOGEA("Camera area left larger than right");
212 ssize_t top, left, bottom, right, weight;
262 CAMHAL_LOGEA("Parsing of the right area coordinate failed!");
268 right = 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);
310 ( int ) right,