Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_jpeg.h243 #define JPEG_CMYK_COLORSPACE JPEG_CONFR1_COLORSPACE macro
610 ((COLORSPACE) == JPEG_CMYK_COLORSPACE))
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_jpeg.h243 #define JPEG_CMYK_COLORSPACE JPEG_CONFR1_COLORSPACE macro
611 ((COLORSPACE) == JPEG_CMYK_COLORSPACE))
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_jpeg.h243 #define JPEG_CMYK_COLORSPACE JPEG_CONFR1_COLORSPACE macro
610 ((COLORSPACE) == JPEG_CMYK_COLORSPACE))
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_jpeg.c1313 pInfo->ColorSpace = JPEG_CMYK_COLORSPACE; in HAL_JPEG_GetInfo()
1323 if ((pInfo->ColorSpace == JPEG_YCBCR_COLORSPACE) || (pInfo->ColorSpace == JPEG_CMYK_COLORSPACE)) in HAL_JPEG_GetInfo()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_jpeg.c1342 pInfo->ColorSpace = JPEG_CMYK_COLORSPACE; in HAL_JPEG_GetInfo()
1352 if ((pInfo->ColorSpace == JPEG_YCBCR_COLORSPACE) || (pInfo->ColorSpace == JPEG_CMYK_COLORSPACE)) in HAL_JPEG_GetInfo()
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_jpeg.c1329 pInfo->ColorSpace = JPEG_CMYK_COLORSPACE; in HAL_JPEG_GetInfo()
1339 if ((pInfo->ColorSpace == JPEG_YCBCR_COLORSPACE) || (pInfo->ColorSpace == JPEG_CMYK_COLORSPACE)) in HAL_JPEG_GetInfo()