Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/decode/
Dtinyjpeg.h59 int tinyjpeg_parse_header(struct jdec_private *priv, const unsigned char *buf, unsigned int size);
Dloadjpeg.c85 if (tinyjpeg_parse_header(jdec, buf, length_of_file)<0) in convert_one_image()
Dtinyjpeg.c537 int tinyjpeg_parse_header(struct jdec_private *priv, const unsigned char *buf, unsigned int size) in tinyjpeg_parse_header() function