Searched refs:rotateValue (Results 1 – 1 of 1) sorted by relevance
4037 int rotateValue = atoi(String8(args[1])); in handleSetRotateAndCrop() local4038 if (rotateValue < ANDROID_SCALER_ROTATE_AND_CROP_NONE || in handleSetRotateAndCrop()4039 rotateValue > ANDROID_SCALER_ROTATE_AND_CROP_AUTO) return BAD_VALUE; in handleSetRotateAndCrop()4042 mOverrideRotateAndCropMode = rotateValue; in handleSetRotateAndCrop()4044 if (rotateValue == ANDROID_SCALER_ROTATE_AND_CROP_AUTO) return OK; in handleSetRotateAndCrop()4051 basicClient->setRotateAndCropOverride(rotateValue); in handleSetRotateAndCrop()