OUTPUT_BUF_SIZE is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

OUTPUT_BUF_SIZE macro

Syntax

#define OUTPUT_BUF_SIZE 4096

References

LocationText
jdatadst.c:42
#define OUTPUT_BUF_SIZE 4096 /* choose an efficiently fwrite'able size */
jdatadst.c:73
OUTPUT_BUF_SIZE * SIZEOF(JOCTET));
jdatadst.c:76
dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
jdatadst.c:115
if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) !=
jdatadst.c:116
(size_t) OUTPUT_BUF_SIZE)
jdatadst.c:120
dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
jdatadst.c:170
size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer;
jdatadst.c:260
dest->newbuffer = *outbuffer = (unsigned char *) malloc(OUTPUT_BUF_SIZE);
jdatadst.c:263
*outsize = OUTPUT_BUF_SIZE;