Searched refs:pDecConfig (Results 1 – 2 of 2) sorted by relevance
4176 … const DCMIPP_DecimationConfTypeDef *pDecConfig) in HAL_DCMIPP_PIPE_SetISPDecimationConfig() argument4179 assert_param(IS_DCMIPP_VRATIO(pDecConfig->VRatio)); in HAL_DCMIPP_PIPE_SetISPDecimationConfig()4180 assert_param(IS_DCMIPP_HRATIO(pDecConfig->HRatio)); in HAL_DCMIPP_PIPE_SetISPDecimationConfig()4183 if ((hdcmipp == NULL) || (pDecConfig == NULL)) in HAL_DCMIPP_PIPE_SetISPDecimationConfig()4194 (pDecConfig->VRatio | pDecConfig->HRatio)); in HAL_DCMIPP_PIPE_SetISPDecimationConfig()4276 … const DCMIPP_DecimationConfTypeDef *pDecConfig) in HAL_DCMIPP_PIPE_SetDecimationConfig() argument4285 assert_param(IS_DCMIPP_VRATIO(pDecConfig->VRatio)); in HAL_DCMIPP_PIPE_SetDecimationConfig()4286 assert_param(IS_DCMIPP_HRATIO(pDecConfig->HRatio)); in HAL_DCMIPP_PIPE_SetDecimationConfig()4295 (pDecConfig->VRatio | pDecConfig->HRatio)); in HAL_DCMIPP_PIPE_SetDecimationConfig()4300 (pDecConfig->VRatio | pDecConfig->HRatio)); in HAL_DCMIPP_PIPE_SetDecimationConfig()[all …]
1945 … const DCMIPP_DecimationConfTypeDef *pDecConfig);1950 … const DCMIPP_DecimationConfTypeDef *pDecConfig);2061 DCMIPP_DecimationConfTypeDef *pDecConfig);