OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_memory_to_use
(Results
1 - 8
of
8
) sorted by null
/external/libjpeg-turbo/
jmemnobs.c
74
if (cinfo->mem->
max_memory_to_use
) {
75
if (cinfo->mem->
max_memory_to_use
> already_allocated)
76
return cinfo->mem->
max_memory_to_use
- already_allocated;
108
return 0; /* just set
max_memory_to_use
to 0 */
jpegtran.c
252
cinfo->mem->
max_memory_to_use
= lval * 1000L;
415
srcinfo.mem->
max_memory_to_use
= dstinfo.mem->
max_memory_to_use
;
cjpeg.c
321
cinfo->mem->
max_memory_to_use
= lval * 1000L;
jmemmgr.c
[
all
...]
djpeg.c
337
cinfo->mem->
max_memory_to_use
= lval * 1000L;
jpeglib.h
867
long
max_memory_to_use
;
member in struct:jpeg_memory_mgr
[
all
...]
/external/honggfuzz/examples/libjpeg/
persistent-jpeg.c
71
cinfo.mem->
max_memory_to_use
= (1024 * 1024 * 1024);
/external/pdfium/third_party/libtiff/
tif_jpeg.c
[
all
...]
Completed in 459 milliseconds