Home
last modified time | relevance | path

Searched refs:IMGTYPE_RGB24 (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlcldec.c193 if (c->imgtype == IMGTYPE_RGB24 && len == FFALIGN(width * 3, 4) * height || in decode_frame()
235 case IMGTYPE_RGB24: in decode_frame()
266 if (c->compression == COMP_ZLIB_NORMAL && c->imgtype == IMGTYPE_RGB24 && in decode_frame()
303 case IMGTYPE_RGB24: in decode_frame()
422 case IMGTYPE_RGB24: in decode_frame()
527 case IMGTYPE_RGB24: in decode_init()
H A Dlcl.h30 #define IMGTYPE_RGB24 2 macro
H A Dlclenc.c129 c->imgtype = IMGTYPE_RGB24; in encode_init()

Completed in 4 milliseconds