OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OUTPUT_BUF_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/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 */
184
dest->newbuffer = *outbuffer = (unsigned char *) malloc(
OUTPUT_BUF_SIZE
);
187
*outsize =
OUTPUT_BUF_SIZE
;
/external/opencv3/3rdparty/libjpeg/
jdatadst.c
40
#define
OUTPUT_BUF_SIZE
4096 /* choose an efficiently fwrite'able size */
71
OUTPUT_BUF_SIZE
* SIZEOF(JOCTET));
74
dest->pub.free_in_buffer =
OUTPUT_BUF_SIZE
;
112
if (JFWRITE(dest->outfile, dest->buffer,
OUTPUT_BUF_SIZE
) !=
113
(size_t)
OUTPUT_BUF_SIZE
)
117
dest->pub.free_in_buffer =
OUTPUT_BUF_SIZE
;
166
size_t datacount =
OUTPUT_BUF_SIZE
- dest->pub.free_in_buffer;
262
dest->newbuffer = *outbuffer = (unsigned char *) malloc(
OUTPUT_BUF_SIZE
);
265
*outsize =
OUTPUT_BUF_SIZE
;
Completed in 40 milliseconds