Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlcldec.c188 if (c->imgtype == IMGTYPE_RGB24 && len == FFALIGN(width * 3, 4) * height || in decode_frame()
229 case IMGTYPE_RGB24: in decode_frame()
258 if (c->compression == COMP_ZLIB_NORMAL && c->imgtype == IMGTYPE_RGB24 && in decode_frame()
294 case IMGTYPE_RGB24: in decode_frame()
408 case IMGTYPE_RGB24: in decode_frame()
511 case IMGTYPE_RGB24: in decode_init()
Dlcl.h30 #define IMGTYPE_RGB24 2 macro
Dlclenc.c135 c->imgtype = IMGTYPE_RGB24; in encode_init()