Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_jpeg.h242 #define JPEG_YCBCR_COLORSPACE JPEG_CONFR1_COLORSPACE_0 macro
609 ((COLORSPACE) == JPEG_YCBCR_COLORSPACE) || \
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_jpeg.h242 #define JPEG_YCBCR_COLORSPACE JPEG_CONFR1_COLORSPACE_0 macro
610 ((COLORSPACE) == JPEG_YCBCR_COLORSPACE) || \
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_jpeg.h242 #define JPEG_YCBCR_COLORSPACE JPEG_CONFR1_COLORSPACE_0 macro
609 ((COLORSPACE) == JPEG_YCBCR_COLORSPACE) || \
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_jpeg.c1147 else if (hjpeg->Conf.ColorSpace == JPEG_YCBCR_COLORSPACE) in HAL_JPEG_ConfigEncoding()
1305 pInfo->ColorSpace = JPEG_YCBCR_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.c1176 else if (hjpeg->Conf.ColorSpace == JPEG_YCBCR_COLORSPACE) in HAL_JPEG_ConfigEncoding()
1334 pInfo->ColorSpace = JPEG_YCBCR_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.c1163 else if (hjpeg->Conf.ColorSpace == JPEG_YCBCR_COLORSPACE) in HAL_JPEG_ConfigEncoding()
1321 pInfo->ColorSpace = JPEG_YCBCR_COLORSPACE; in HAL_JPEG_GetInfo()
1339 if ((pInfo->ColorSpace == JPEG_YCBCR_COLORSPACE) || (pInfo->ColorSpace == JPEG_CMYK_COLORSPACE)) in HAL_JPEG_GetInfo()