OUTPUT_BUF_SIZE    50 third_party/libjpeg/jdatadst.c 				  OUTPUT_BUF_SIZE * SIZEOF(JOCTET));
OUTPUT_BUF_SIZE    53 third_party/libjpeg/jdatadst.c   dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
OUTPUT_BUF_SIZE    85 third_party/libjpeg/jdatadst.c   if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) !=
OUTPUT_BUF_SIZE    86 third_party/libjpeg/jdatadst.c       (size_t) OUTPUT_BUF_SIZE)
OUTPUT_BUF_SIZE    90 third_party/libjpeg/jdatadst.c   dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
OUTPUT_BUF_SIZE   109 third_party/libjpeg/jdatadst.c   size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer;