Searched refs:rotateAndCropEntry (Results 1 – 1 of 1) sorted by relevance
1393 auto rotateAndCropEntry = filteredParams.find(ANDROID_SCALER_ROTATE_AND_CROP); in filterParamsAndConfigureLocked() local1394 if (rotateAndCropEntry.count > 0 && in filterParamsAndConfigureLocked()1395 rotateAndCropEntry.data.u8[0] == ANDROID_SCALER_ROTATE_AND_CROP_AUTO) { in filterParamsAndConfigureLocked()2195 auto rotateAndCropEntry = in createCaptureRequest() local2197 if (rotateAndCropEntry.count > 0 && in createCaptureRequest()2198 rotateAndCropEntry.data.u8[0] == ANDROID_SCALER_ROTATE_AND_CROP_AUTO) { in createCaptureRequest()4911 auto rotateAndCropEntry = metadata.find(ANDROID_SCALER_ROTATE_AND_CROP); in overrideAutoRotateAndCrop() local4912 if (rotateAndCropEntry.count > 0) { in overrideAutoRotateAndCrop()4913 if (rotateAndCropEntry.data.u8[0] == rotateAndCropOverride) { in overrideAutoRotateAndCrop()4916 rotateAndCropEntry.data.u8[0] = rotateAndCropOverride; in overrideAutoRotateAndCrop()