Home
last modified time | relevance | path

Searched refs:INPUT_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/
Djdatasrc.c38 #define INPUT_BUF_SIZE 4096 /* choose an efficiently fread'able size */ macro
106 nbytes = JFREAD(src->infile, src->buffer, INPUT_BUF_SIZE); in fill_input_buffer()
234 INPUT_BUF_SIZE * sizeof(JOCTET)); in jpeg_stdio_src()
Ddjpeg.c96 #define INPUT_BUF_SIZE 4096 macro
596 inbuffer = (unsigned char *)realloc(inbuffer, insize + INPUT_BUF_SIZE); in main()
601 nbytes = JFREAD(input_file, &inbuffer[insize], INPUT_BUF_SIZE); in main()
602 if (nbytes < INPUT_BUF_SIZE && ferror(input_file)) { in main()
610 } while (nbytes == INPUT_BUF_SIZE); in main()
/external/opencv3/3rdparty/libjpeg/
Djdatasrc.c36 #define INPUT_BUF_SIZE 4096 /* choose an efficiently fread'able size */ macro
102 nbytes = JFREAD(src->infile, src->buffer, INPUT_BUF_SIZE); in fill_input_buffer()
228 INPUT_BUF_SIZE * SIZEOF(JOCTET)); in jpeg_stdio_src()