Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_dcmipp.c4640 assert_param(IS_DCMIPP_RAWBAYER2RGB_STRENGTH(pRawBayer2RGBConfig->PeakStrength)); in HAL_DCMIPP_PIPE_SetISPRawBayer2RGBConfig()
4641 assert_param(IS_DCMIPP_RAWBAYER2RGB_STRENGTH(pRawBayer2RGBConfig->VLineStrength)); in HAL_DCMIPP_PIPE_SetISPRawBayer2RGBConfig()
4642 assert_param(IS_DCMIPP_RAWBAYER2RGB_STRENGTH(pRawBayer2RGBConfig->HLineStrength)); in HAL_DCMIPP_PIPE_SetISPRawBayer2RGBConfig()
4643 assert_param(IS_DCMIPP_RAWBAYER2RGB_STRENGTH(pRawBayer2RGBConfig->EdgeStrength)); in HAL_DCMIPP_PIPE_SetISPRawBayer2RGBConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_dcmipp.h2396 #define IS_DCMIPP_RAWBAYER2RGB_STRENGTH(STRENGTH) (((STRENGTH) == DCMIPP_RAWBAYER_ALGO_NONE) … macro