Searched refs:IS_JPEG_COLORSPACE (Results 1 – 6 of 6) sorted by relevance
608 #define IS_JPEG_COLORSPACE(COLORSPACE) (((COLORSPACE) == JPEG_GRAYSCALE_COLORSPACE) || \ macro
609 #define IS_JPEG_COLORSPACE(COLORSPACE) (((COLORSPACE) == JPEG_GRAYSCALE_COLORSPACE) || \ macro
1117 assert_param(IS_JPEG_COLORSPACE(pConf->ColorSpace)); in HAL_JPEG_ConfigEncoding()
1146 assert_param(IS_JPEG_COLORSPACE(pConf->ColorSpace)); in HAL_JPEG_ConfigEncoding()
1133 assert_param(IS_JPEG_COLORSPACE(pConf->ColorSpace)); in HAL_JPEG_ConfigEncoding()