Searched refs:IS_JPEG_CHROMASUBSAMPLING (Results 1 – 6 of 6) sorted by relevance
602 #define IS_JPEG_CHROMASUBSAMPLING(SUBSAMPLING) (((SUBSAMPLING) == JPEG_444_SUBSAMPLING) || \ macro
603 #define IS_JPEG_CHROMASUBSAMPLING(SUBSAMPLING) (((SUBSAMPLING) == JPEG_444_SUBSAMPLING) || \ macro
1118 assert_param(IS_JPEG_CHROMASUBSAMPLING(pConf->ChromaSubsampling)); in HAL_JPEG_ConfigEncoding()
1147 assert_param(IS_JPEG_CHROMASUBSAMPLING(pConf->ChromaSubsampling)); in HAL_JPEG_ConfigEncoding()
1134 assert_param(IS_JPEG_CHROMASUBSAMPLING(pConf->ChromaSubsampling)); in HAL_JPEG_ConfigEncoding()