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

/external/jpeg/
H A Djdatadst.c34 #define OUTPUT_BUF_SIZE 4096 /* choose an efficiently fwrite'able size */ macro
50 OUTPUT_BUF_SIZE * SIZEOF(JOCTET));
53 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
85 if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) !=
86 (size_t) OUTPUT_BUF_SIZE)
90 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
109 size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer;

Completed in 67 milliseconds