Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dwrgif.c99 char packetbuf[256]; /* workspace for accumulating packet */ member
116 dinfo->packetbuf[0] = (char)dinfo->bytesinpkt++; in flush_packet()
117 if (JFWRITE(dinfo->pub.output_file, dinfo->packetbuf, dinfo->bytesinpkt) != in flush_packet()
127 (dinfo)->packetbuf[++(dinfo)->bytesinpkt] = (char)(c); \