Searched refs:pROIConfig (Results 1 – 2 of 2) sorted by relevance
4995 … const DCMIPP_RegionOfInterestConfTypeDef *pROIConfig) in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig() argument5009 assert_param(IS_DCMIPP_ROI(pROIConfig->RegionOfInterest)); in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()5010 assert_param(IS_DCMIPP_ROI_START(pROIConfig->HStart)); in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()5011 assert_param(IS_DCMIPP_ROI_START(pROIConfig->VStart)); in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()5012 assert_param(IS_DCMIPP_ROI_SIZE(pROIConfig->HSize)); in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()5013 assert_param(IS_DCMIPP_ROI_SIZE(pROIConfig->VSize)); in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()5014 assert_param(IS_DCMIPP_ROI_COLOR(pROIConfig->ColorLineBlue)); in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()5015 assert_param(IS_DCMIPP_ROI_COLOR(pROIConfig->ColorLineGreen)); in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()5016 assert_param(IS_DCMIPP_ROI_COLOR(pROIConfig->ColorLineRed)); in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()5017 assert_param(IS_DCMIPP_ROI_LINE_WIDTH(pROIConfig->LineSizeWidth)); in HAL_DCMIPP_PIPE_SetRegionOfInterestConfig()[all …]
2022 … const DCMIPP_RegionOfInterestConfTypeDef *pROIConfig);