Searched refs:RT_FORMAT_RGB (Results 1 – 3 of 3) sorted by relevance
96 avctx->pix_fmt = (type == RT_FORMAT_RGB) ? AV_PIX_FMT_RGB24 : AV_PIX_FMT_BGR24; in sunrast_decode_frame()99 avctx->pix_fmt = (type == RT_FORMAT_RGB) ? AV_PIX_FMT_0RGB : AV_PIX_FMT_0BGR; in sunrast_decode_frame()
43 #define RT_FORMAT_RGB 3 macro
31 #define RT_FORMAT_RGB 3 /* XRGB or RGB instead of XBGR or BGR */ macro295 else if (ras_depth == 24 && ras_type != RT_FORMAT_RGB) in _cupsImageReadSunRaster()