Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1055 IMapper::Rect inputCrop; in cropAndScaleLocked() local
1056 ret = getCropRect(mCroppingType, inSz, outSz, &inputCrop); in cropAndScaleLocked()
1064 ret = in->getCroppedLayout(inputCrop, &croppedLayout); in cropAndScaleLocked()
1106 inputCrop.width, in cropAndScaleLocked()
1107 inputCrop.height, in cropAndScaleLocked()
1121 __FUNCTION__, inputCrop.width, inputCrop.height, in cropAndScaleLocked()
1196 IMapper::Rect inputCrop { in cropAndScaleThumbLocked() local
1202 if ((inputCrop.top < 0) || in cropAndScaleThumbLocked()
1203 (inputCrop.top >= static_cast<int32_t>(inSz.height)) || in cropAndScaleThumbLocked()
1204 (inputCrop.left < 0) || in cropAndScaleThumbLocked()
[all …]