Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsunrast.h43 #define RT_FORMAT_RGB 3 macro
Dsunrast.c89 avctx->pix_fmt = (type == RT_FORMAT_RGB) ? AV_PIX_FMT_RGB24 : AV_PIX_FMT_BGR24; in sunrast_decode_frame()
92 avctx->pix_fmt = (type == RT_FORMAT_RGB) ? AV_PIX_FMT_0RGB : AV_PIX_FMT_0BGR; in sunrast_decode_frame()