Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp4212 cam_eis_crop_info_t eisCrop = iter->crop_info; in handleMetadataWithLock() local
4215 mStreamCropMapper.toSensor(eisCrop.delta_x, eisCrop.delta_y, in handleMetadataWithLock()
4216 eisCrop.delta_width, eisCrop.delta_height, 1.0f); in handleMetadataWithLock()
4219 crop_data->crop_info[j].crop.left + eisCrop.delta_x, in handleMetadataWithLock()
4220 crop_data->crop_info[j].crop.top + eisCrop.delta_y, in handleMetadataWithLock()
4221 crop_data->crop_info[j].crop.width - eisCrop.delta_width, in handleMetadataWithLock()
4222 crop_data->crop_info[j].crop.height - eisCrop.delta_height in handleMetadataWithLock()