Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp4211 cam_eis_crop_info_t eisCrop = iter->crop_info; in handleMetadataWithLock() local
4212 mStreamCropMapper.toSensor(eisCrop.delta_x, eisCrop.delta_y, in handleMetadataWithLock()
4213 eisCrop.delta_width, eisCrop.delta_height); in handleMetadataWithLock()
4216 crop_data->crop_info[j].crop.left + eisCrop.delta_x, in handleMetadataWithLock()
4217 crop_data->crop_info[j].crop.top + eisCrop.delta_y, in handleMetadataWithLock()
4218 crop_data->crop_info[j].crop.width - eisCrop.delta_width, in handleMetadataWithLock()
4219 crop_data->crop_info[j].crop.height - eisCrop.delta_height in handleMetadataWithLock()