HomeSort by relevance Sort by last modified time
    Searched refs:OUTPUT_BUF_SIZE (Results 1 - 4 of 4) sorted by null

  /external/jpeg/
jdatadst.c 34 #define OUTPUT_BUF_SIZE 4096 /* choose an efficiently fwrite'able size */
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;
  /external/qemu/distrib/jpeg-6b/
jdatadst.c 34 #define OUTPUT_BUF_SIZE 4096 /* choose an efficiently fwrite'able size */
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;
  /external/chromium_org/third_party/libjpeg_turbo/
jdatadst.c 42 #define OUTPUT_BUF_SIZE 4096 /* choose an efficiently fwrite'able size */
75 OUTPUT_BUF_SIZE * SIZEOF(JOCTET));
78 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
118 if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) !=
119 (size_t) OUTPUT_BUF_SIZE)
123 dest->pub.free_in_buffer = OUTPUT_BUF_SIZE;
174 size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer;
270 dest->newbuffer = *outbuffer = (unsigned char *) malloc(OUTPUT_BUF_SIZE);
273 *outsize = OUTPUT_BUF_SIZE;
jdatadst-tj.c 31 #define OUTPUT_BUF_SIZE 4096 /* choose an efficiently fwrite'able size */
180 dest->newbuffer = *outbuffer = (unsigned char *) malloc(OUTPUT_BUF_SIZE);
183 *outsize = OUTPUT_BUF_SIZE;

Completed in 76 milliseconds