Home
last modified time | relevance | path

Searched refs:max_memory_to_use (Results 1 – 11 of 11) sorted by relevance

/external/libjpeg-turbo/
Djmemnobs.c74 if (cinfo->mem->max_memory_to_use) { in jpeg_mem_available()
75 if ((size_t)cinfo->mem->max_memory_to_use > already_allocated) in jpeg_mem_available()
76 return cinfo->mem->max_memory_to_use - already_allocated; in jpeg_mem_available()
Djpegtran.c262 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()
428 srcinfo.mem->max_memory_to_use = dstinfo.mem->max_memory_to_use; in main()
Djmemmgr.c1143 mem->pub.max_memory_to_use = max_to_use; in jinit_memory_mgr()
1173 mem->pub.max_memory_to_use = max_to_use * 1000L; in jinit_memory_mgr()
Dcjpeg.c336 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()
Ddjpeg.c352 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()
Djpeglib.h867 long max_memory_to_use; member
Dlibjpeg.txt2186 initial max_memory_to_use specification to be exceeded, which in the worst
2219 not require this, the max_memory_to_use setting would be a complete fiction.)
2279 memory). If not, at least make sure that max_memory_to_use is set as high as
2594 ensure that the max_memory_to_use setting cannot be exceeded due to addition
2987 Your application can set this limit by setting cinfo->mem->max_memory_to_use
2995 should be left when setting max_memory_to_use.
3000 memory exceeds the limit specified in cinfo->mem->max_memory_to_use.
DChangeLog.md353 9. The libjpeg-turbo memory manager will now honor the `max_memory_to_use`
/external/honggfuzz/examples/libjpeg/
Dpersistent-jpeg.c72 cinfo.mem->max_memory_to_use = (1024ULL * 1024ULL * 1024ULL); in LLVMFuzzerTestOneInput()
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c2325 if( sp->cinfo.c.mem->max_memory_to_use < TIFF_JPEG_MAX_MEMORY_TO_USE ) in JPEGInitializeLibJPEG()
2326 sp->cinfo.c.mem->max_memory_to_use = TIFF_JPEG_MAX_MEMORY_TO_USE; in JPEGInitializeLibJPEG()
/external/ImageMagick/coders/
Djpeg.c1172 jpeg_info.mem->max_memory_to_use=(long) GetMaxMemoryRequest(); in ReadJPEGImage()