Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dwrgif.c67 char packetbuf[256]; /* workspace for accumulating packet */ member
87 dinfo->packetbuf[0] = (char) dinfo->bytesinpkt++; in flush_packet()
88 if (JFWRITE(dinfo->pub.output_file, dinfo->packetbuf, dinfo->bytesinpkt) in flush_packet()
98 { (dinfo)->packetbuf[++(dinfo)->bytesinpkt] = (char) (c); \