Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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.c296 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()
509 srcinfo.mem->max_memory_to_use = dstinfo.mem->max_memory_to_use; in jpegtran()
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.c377 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()
Djpeglib.h873 long max_memory_to_use; member
Ddjpeg.c362 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()
Dlibjpeg.txt2204 initial max_memory_to_use specification to be exceeded, which in the worst
2237 not require this, the max_memory_to_use setting would be a complete fiction.)
2297 memory). If not, at least make sure that max_memory_to_use is set as high as
2612 ensure that the max_memory_to_use setting cannot be exceeded due to addition
3005 Your application can set this limit by setting cinfo->mem->max_memory_to_use
3013 should be left when setting max_memory_to_use.
3018 memory exceeds the limit specified in cinfo->mem->max_memory_to_use.
DChangeLog.md693 9. The libjpeg-turbo memory manager will now honor the `max_memory_to_use`