Home
last modified time | relevance | path

Searched refs:rotateAndCropEntry (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp1393 auto rotateAndCropEntry = filteredParams.find(ANDROID_SCALER_ROTATE_AND_CROP); in filterParamsAndConfigureLocked() local
1394 if (rotateAndCropEntry.count > 0 && in filterParamsAndConfigureLocked()
1395 rotateAndCropEntry.data.u8[0] == ANDROID_SCALER_ROTATE_AND_CROP_AUTO) { in filterParamsAndConfigureLocked()
2195 auto rotateAndCropEntry = in createCaptureRequest() local
2197 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() local
4912 if (rotateAndCropEntry.count > 0) { in overrideAutoRotateAndCrop()
4913 if (rotateAndCropEntry.data.u8[0] == rotateAndCropOverride) { in overrideAutoRotateAndCrop()
4916 rotateAndCropEntry.data.u8[0] = rotateAndCropOverride; in overrideAutoRotateAndCrop()