Searched refs:IMGTYPE_RGB24 (Results 1 – 3 of 3) sorted by relevance
188 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()
30 #define IMGTYPE_RGB24 2 macro
135 c->imgtype = IMGTYPE_RGB24; in encode_init()