Home
last modified time | relevance | path

Searched refs:JPEG_GRAYSCALE_COLORSPACE (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_jpeg.h241 #define JPEG_GRAYSCALE_COLORSPACE ((uint32_t)0x00000000U) macro
608 #define IS_JPEG_COLORSPACE(COLORSPACE) (((COLORSPACE) == JPEG_GRAYSCALE_COLORSPACE) || \
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_jpeg.h241 #define JPEG_GRAYSCALE_COLORSPACE ((uint32_t)0x00000000U) macro
609 #define IS_JPEG_COLORSPACE(COLORSPACE) (((COLORSPACE) == JPEG_GRAYSCALE_COLORSPACE) || \
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_jpeg.h241 #define JPEG_GRAYSCALE_COLORSPACE ((uint32_t)0x00000000U) macro
608 #define IS_JPEG_COLORSPACE(COLORSPACE) (((COLORSPACE) == JPEG_GRAYSCALE_COLORSPACE) || \
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_jpeg.c1138 if (hjpeg->Conf.ColorSpace == JPEG_GRAYSCALE_COLORSPACE) in HAL_JPEG_ConfigEncoding()
1309 pInfo->ColorSpace = JPEG_GRAYSCALE_COLORSPACE; in HAL_JPEG_GetInfo()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_jpeg.c1167 if (hjpeg->Conf.ColorSpace == JPEG_GRAYSCALE_COLORSPACE) in HAL_JPEG_ConfigEncoding()
1338 pInfo->ColorSpace = JPEG_GRAYSCALE_COLORSPACE; in HAL_JPEG_GetInfo()
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_jpeg.c1154 if (hjpeg->Conf.ColorSpace == JPEG_GRAYSCALE_COLORSPACE) in HAL_JPEG_ConfigEncoding()
1325 pInfo->ColorSpace = JPEG_GRAYSCALE_COLORSPACE; in HAL_JPEG_GetInfo()