Lines Matching refs:pDecConfig
4176 … const DCMIPP_DecimationConfTypeDef *pDecConfig) in HAL_DCMIPP_PIPE_SetISPDecimationConfig() argument
4179 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() argument
4285 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()
7266 DCMIPP_DecimationConfTypeDef *pDecConfig) in HAL_DCMIPP_PIPE_GetISPDecimationConfig() argument
7275 pDecConfig->HRatio = (p1decr & DCMIPP_P1DECR_HDEC); in HAL_DCMIPP_PIPE_GetISPDecimationConfig()
7276 pDecConfig->VRatio = (p1decr & DCMIPP_P1DECR_VDEC); in HAL_DCMIPP_PIPE_GetISPDecimationConfig()