OUTPUT_BUF_SIZE    71 3rdparty/libjpeg/jdatadst.c                                   OUTPUT_BUF_SIZE * SIZEOF(JOCTET));
OUTPUT_BUF_SIZE    74 3rdparty/libjpeg/jdatadst.c   dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
OUTPUT_BUF_SIZE   112 3rdparty/libjpeg/jdatadst.c   if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) !=
OUTPUT_BUF_SIZE   113 3rdparty/libjpeg/jdatadst.c       (size_t) OUTPUT_BUF_SIZE)
OUTPUT_BUF_SIZE   117 3rdparty/libjpeg/jdatadst.c   dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
OUTPUT_BUF_SIZE   166 3rdparty/libjpeg/jdatadst.c   size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer;
OUTPUT_BUF_SIZE   262 3rdparty/libjpeg/jdatadst.c     dest->newbuffer = *outbuffer = (unsigned char *) malloc(OUTPUT_BUF_SIZE);
OUTPUT_BUF_SIZE   265 3rdparty/libjpeg/jdatadst.c     *outsize = OUTPUT_BUF_SIZE;