Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:buffer

55 #define	ReadOK(file,buffer,len)	(JFREAD(file,buffer,len) == ((size_t) (len)))
61 * allocate the buffer in near data space, because we are assuming small-data
74 U_CHAR *iobuffer; /* non-FAR pointer to I/O buffer */
76 size_t buffer_width; /* width of I/O buffer */
150 ptr = source->pub.buffer[0];
168 ptr = source->pub.buffer[0];
190 ptr = source->pub.buffer[0];
211 ptr = source->pub.buffer[0];
225 * In this case we just read right into the JSAMPLE buffer!
249 ptr = source->pub.buffer[0];
273 ptr = source->pub.buffer[0];
333 need_iobuffer = TRUE; /* do we need an I/O buffer? */
334 use_raw_buffer = FALSE; /* do we map input buffer onto I/O buffer? */
385 /* Allocate space for I/O buffer: 1 or 3 bytes or words/pixel. */
394 /* Create compressor input buffer. */
396 /* For unscaled raw-input case, we can just map it onto the I/O buffer. */
400 source->pub.buffer = & source->pixrow;
403 /* Need to translate anyway, so make a separate sample buffer. */
404 source->pub.buffer = (*cinfo->mem->alloc_sarray)