Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.cpp3540 cam_eis_crop_info_t eisCrop = iter->crop_info; in handleMetadataWithLock() local
3541 mStreamCropMapper.toSensor(eisCrop.delta_x, eisCrop.delta_y, in handleMetadataWithLock()
3542 eisCrop.delta_width, eisCrop.delta_height); in handleMetadataWithLock()
3545 crop_data->crop_info[j].crop.left + eisCrop.delta_x, in handleMetadataWithLock()
3546 crop_data->crop_info[j].crop.top + eisCrop.delta_y, in handleMetadataWithLock()
3547 crop_data->crop_info[j].crop.width - eisCrop.delta_width, in handleMetadataWithLock()
3548 crop_data->crop_info[j].crop.height - eisCrop.delta_height in handleMetadataWithLock()