Home
last modified time | relevance | path

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

/external/syslinux/com32/include/
Dtinyjpeg.h58 int tinyjpeg_parse_header(struct jdec_private *priv, const unsigned char *buf, unsigned int size);
/external/syslinux/com32/lib/sys/vesa/
Dbackground.c215 if (tinyjpeg_parse_header(jdec, jpeg_file, length_of_file) < 0) in read_jpeg_file()
/external/syslinux/com32/lib/jpeg/
Dtinyjpeg.c854 int tinyjpeg_parse_header(struct jdec_private *priv, const unsigned char *buf, unsigned int size) in tinyjpeg_parse_header() function