25 #define ERR_NOT_8BIT 2 26 #define ERR_HEIGHT_MISMATCH 3 27 #define ERR_WIDTH_MISMATCH 4 28 #define ERR_BAD_WIDTH_OR_HEIGHT 5 29 #define ERR_TOO_MANY_COMPPS 6 30 #define ERR_ILLEGAL_HV 7 31 #define ERR_QUANT_TABLE_SELECTOR 8 32 #define ERR_NOT_YCBCR_221111 9 33 #define ERR_UNKNOWN_CID_IN_SCAN 10 34 #define ERR_NOT_SEQUENTIAL_DCT 11 35 #define ERR_WRONG_MARKER 12 37 #define ERR_BAD_TABLES 14 38 #define ERR_DEPTH_MISMATCH 15 40 int jpeg_decode(
unsigned char **pic,
unsigned char *buf,
int *width,
int get_pictureYV2(unsigned char *buf, int width, int height)
int get_picture(unsigned char *buf, int size)
int jpeg_decode(unsigned char **pic, unsigned char *buf, int *width, int *height)