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

  /external/jpeg/
jdatasrc.c 35 #define INPUT_BUF_SIZE 4096 /* choose an efficiently fread'able size */
95 nbytes = JFREAD(src->infile, src->buffer, INPUT_BUF_SIZE);
200 INPUT_BUF_SIZE * SIZEOF(JOCTET));
  /external/qemu/distrib/jpeg-6b/
jdatasrc.c 35 #define INPUT_BUF_SIZE 4096 /* choose an efficiently fread'able size */
95 nbytes = JFREAD(src->infile, src->buffer, INPUT_BUF_SIZE);
200 INPUT_BUF_SIZE * SIZEOF(JOCTET));

Completed in 574 milliseconds