Home
last modified time | relevance | path

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

/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()
Djmem-android.c86 return cinfo->mem->max_memory_to_use - already_allocated; in jpeg_mem_available()
Djmem-ashmem.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()
Ddjpeg.c297 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()
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/skia/src/images/
DSkImageDecoder_libjpeg.cpp131 cinfo->mem->max_memory_to_use = 30 * 1024 * 1024; in overwrite_mem_buffer_size()
133 cinfo->mem->max_memory_to_use = 5 * 1024 * 1024; in overwrite_mem_buffer_size()