Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching defs:iobuffer

73   char *iobuffer;		/* fwrite's I/O buffer */
96 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
115 bufferptr = dest->iobuffer;
119 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
142 bufferptr = dest->iobuffer;
149 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
164 bufferptr = dest->iobuffer;
168 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
237 dest->iobuffer = (char *) (*cinfo->mem->alloc_small)
260 dest->pixrow = (JSAMPROW) dest->iobuffer;