Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c4176 … 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()
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h1945 … const DCMIPP_DecimationConfTypeDef *pDecConfig);
1950 … const DCMIPP_DecimationConfTypeDef *pDecConfig);
2061 DCMIPP_DecimationConfTypeDef *pDecConfig);