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

/external/chromium_org/third_party/libjpeg_turbo/
H A Dwrgif.c65 char packetbuf[256]; /* workspace for accumulating packet */ member in struct:__anon12779
85 dinfo->packetbuf[0] = (char) dinfo->bytesinpkt++;
86 if (JFWRITE(dinfo->pub.output_file, dinfo->packetbuf, dinfo->bytesinpkt)
96 { (dinfo)->packetbuf[++(dinfo)->bytesinpkt] = (char) (c); \
/external/jpeg/
H A Dwrgif.c65 char packetbuf[256]; /* workspace for accumulating packet */ member in struct:__anon22740
85 dinfo->packetbuf[0] = (char) dinfo->bytesinpkt++;
86 if (JFWRITE(dinfo->pub.output_file, dinfo->packetbuf, dinfo->bytesinpkt)
96 { (dinfo)->packetbuf[++(dinfo)->bytesinpkt] = (char) (c); \
/external/qemu/distrib/jpeg-6b/
H A Dwrgif.c65 char packetbuf[256]; /* workspace for accumulating packet */ member in struct:__anon29338
85 dinfo->packetbuf[0] = (char) dinfo->bytesinpkt++;
86 if (JFWRITE(dinfo->pub.output_file, dinfo->packetbuf, dinfo->bytesinpkt)
96 { (dinfo)->packetbuf[++(dinfo)->bytesinpkt] = (char) (c); \

Completed in 481 milliseconds