Lines Matching refs:right
131 hRange = CameraArea::RIGHT - CameraArea::LEFT;
151 ssize_t right,
156 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
175 if ( ( CameraArea::LEFT > left ) || ( CameraArea::RIGHT < left ) ) {
180 if ( ( CameraArea::LEFT > right ) || ( CameraArea::RIGHT < right ) ) {
181 CAMHAL_LOGEB("Camera area right coordinate is invalid %d", right );
185 if ( left >= right ) {
186 CAMHAL_LOGEA("Camera area left larger than right");
210 ssize_t top, left, bottom, right, weight;
260 CAMHAL_LOGEA("Parsing of the right area coordinate failed!");
266 right = 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);
308 ( int ) right,