Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_jpeg.h255 #define JPEG_444_SUBSAMPLING ((uint32_t)0x00000000U) /*!< Chroma Subsampling 4:4:4 */ macro
602 #define IS_JPEG_CHROMASUBSAMPLING(SUBSAMPLING) (((SUBSAMPLING) == JPEG_444_SUBSAMPLING) || \
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_jpeg.h255 #define JPEG_444_SUBSAMPLING ((uint32_t)0x00000000U) /*!< Chroma Subsampling 4:4:4 */ macro
603 #define IS_JPEG_CHROMASUBSAMPLING(SUBSAMPLING) (((SUBSAMPLING) == JPEG_444_SUBSAMPLING) || \
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_jpeg.h255 #define JPEG_444_SUBSAMPLING ((uint32_t)0x00000000U) /*!< Chroma Subsampling 4:4:4 */ macro
602 #define IS_JPEG_CHROMASUBSAMPLING(SUBSAMPLING) (((SUBSAMPLING) == JPEG_444_SUBSAMPLING) || \
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_jpeg.c1141 hjpeg->Conf.ChromaSubsampling = JPEG_444_SUBSAMPLING; in HAL_JPEG_ConfigEncoding()
1335 pInfo->ChromaSubsampling = JPEG_444_SUBSAMPLING; in HAL_JPEG_GetInfo()
1343 pInfo->ChromaSubsampling = JPEG_444_SUBSAMPLING; in HAL_JPEG_GetInfo()
1348 pInfo->ChromaSubsampling = JPEG_444_SUBSAMPLING; in HAL_JPEG_GetInfo()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_jpeg.c1170 hjpeg->Conf.ChromaSubsampling = JPEG_444_SUBSAMPLING; in HAL_JPEG_ConfigEncoding()
1364 pInfo->ChromaSubsampling = JPEG_444_SUBSAMPLING; in HAL_JPEG_GetInfo()
1372 pInfo->ChromaSubsampling = JPEG_444_SUBSAMPLING; in HAL_JPEG_GetInfo()
1377 pInfo->ChromaSubsampling = JPEG_444_SUBSAMPLING; in HAL_JPEG_GetInfo()
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_jpeg.c1157 hjpeg->Conf.ChromaSubsampling = JPEG_444_SUBSAMPLING; in HAL_JPEG_ConfigEncoding()
1351 pInfo->ChromaSubsampling = JPEG_444_SUBSAMPLING; in HAL_JPEG_GetInfo()
1359 pInfo->ChromaSubsampling = JPEG_444_SUBSAMPLING; in HAL_JPEG_GetInfo()
1364 pInfo->ChromaSubsampling = JPEG_444_SUBSAMPLING; in HAL_JPEG_GetInfo()