Home
last modified time | relevance | path

Searched refs:RT_FORMAT_RGB (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsunrast.c96 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()
Dsunrast.h43 #define RT_FORMAT_RGB 3 macro
/third_party/cups-filters/cupsfilters/
Dimage-sun.c31 #define RT_FORMAT_RGB 3 /* XRGB or RGB instead of XBGR or BGR */ macro
295 else if (ras_depth == 24 && ras_type != RT_FORMAT_RGB) in _cupsImageReadSunRaster()