Searched refs:INPUT_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
523 #define INPUT_BUF_SIZE 4096 /* choose an efficiently fread'able size */ macro585 memset(src->buffer, 0, INPUT_BUF_SIZE); in fill_input_buffer()587 while (nbytes < INPUT_BUF_SIZE) { in fill_input_buffer()588 int got = gdGetBuf(src->buffer + nbytes, INPUT_BUF_SIZE - nbytes, src->infile); in fill_input_buffer()700 …) (*cinfo->mem->alloc_small) ((j_common_ptr) cinfo, JPOOL_PERMANENT, INPUT_BUF_SIZE * sizeof (unsi… in jpeg_gdIOCtx_src()
Completed in 5 milliseconds