Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkJpegDecoderMgr.cpp39 dinfo->mem->max_memory_to_use = 30 * 1024 * 1024; in overwrite_mem_buffer_size()
41 dinfo->mem->max_memory_to_use = 5 * 1024 * 1024; in overwrite_mem_buffer_size()
/external/jpeg/
Djpegtran.c218 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()
381 srcinfo.mem->max_memory_to_use = dstinfo.mem->max_memory_to_use; in main()
Djmemansi.c84 return cinfo->mem->max_memory_to_use - already_allocated; in jpeg_mem_available()
Djmemname.c191 return cinfo->mem->max_memory_to_use - already_allocated; in jpeg_mem_available()
Djmemmac.c122 long limit = cinfo->mem->max_memory_to_use - already_allocated; in jpeg_mem_available()
Dcjpeg.c301 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()
Djmemmgr.c1083 mem->pub.max_memory_to_use = max_to_use; in jinit_memory_mgr()
1112 mem->pub.max_memory_to_use = max_to_use * 1000L; in jinit_memory_mgr()
Ddjpeg.c297 cinfo->mem->max_memory_to_use = lval * 1000L; in parse_switches()
Djmemdos.c211 return cinfo->mem->max_memory_to_use - already_allocated; in jpeg_mem_available()
Djpeglib.h863 long max_memory_to_use; member
Dlibjpeg.doc2020 initial max_memory_to_use specification to be exceeded, which in the worst
2053 not require this, the max_memory_to_use setting would be a complete fiction.)
2113 memory). If not, at least make sure that max_memory_to_use is set as high as
2428 ensure that the max_memory_to_use setting cannot be exceeded due to addition
2790 Your application can set this limit by setting cinfo->mem->max_memory_to_use
2798 should be left when setting max_memory_to_use.
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jmemmgr.c1086 mem->pub.max_memory_to_use = max_to_use; in jinit_memory_mgr()
1115 mem->pub.max_memory_to_use = max_to_use * 1000L; in jinit_memory_mgr()
Djpeglib.h866 long max_memory_to_use; member
/external/skia/src/images/
DSkImageDecoder_libjpeg.cpp66 cinfo->mem->max_memory_to_use = 30 * 1024 * 1024; in overwrite_mem_buffer_size()
68 cinfo->mem->max_memory_to_use = 5 * 1024 * 1024; in overwrite_mem_buffer_size()
/external/pdfium/core/include/thirdparties/libjpeg/
Djpeglib.h866 long max_memory_to_use; member