Lines Matching refs:buffer
686 DBG (2, "read_data: warning: buffer underrun or no checksum\n");
1285 JOCTET *buffer;
1301 if (read_data (Camera.fd, src->buffer, 512) == -1)
1304 src->buffer[0] = (JOCTET) 0xFF;
1305 src->buffer[1] = (JOCTET) JPEG_EOI;
1308 src->pub.next_input_byte = src->buffer;
1461 src->buffer = (JOCTET *) (*cinfo.mem->alloc_small) ((j_common_ptr) &
1499 /* If there is anything in the buffer, satisfy the read from there */
1564 (void) jpeg_read_scanlines (&cinfo, dest_mgr->buffer, lines);
1888 /* Determine if it's time to read another 256 byte buffer from the camera */
1894 DBG (127, "%s: reading additional directory buffer\n", f);