Searched refs:rotateValue (Results 1 – 1 of 1) sorted by relevance
4501 int rotateValue = atoi(String8(args[1])); in handleSetRotateAndCrop() local4502 if (rotateValue < ANDROID_SCALER_ROTATE_AND_CROP_NONE || in handleSetRotateAndCrop()4503 rotateValue > ANDROID_SCALER_ROTATE_AND_CROP_AUTO) return BAD_VALUE; in handleSetRotateAndCrop()4506 mOverrideRotateAndCropMode = rotateValue; in handleSetRotateAndCrop()4508 if (rotateValue == ANDROID_SCALER_ROTATE_AND_CROP_AUTO) return OK; in handleSetRotateAndCrop()4515 basicClient->setRotateAndCropOverride(rotateValue); in handleSetRotateAndCrop()