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 - 12
of
12
) sorted by null
/external/jpeg/
jmemansi.c
84
return cinfo->mem->
max_memory_to_use
- already_allocated;
160
return DEFAULT_MAX_MEM; /* default for
max_memory_to_use
*/
jpegtran.c
218
cinfo->mem->
max_memory_to_use
= lval * 1000L;
381
srcinfo.mem->
max_memory_to_use
= dstinfo.mem->
max_memory_to_use
;
jmem-android.c
86
return cinfo->mem->
max_memory_to_use
- already_allocated;
179
return DEFAULT_MAX_MEM; /* default for
max_memory_to_use
*/
jmem-ashmem.c
84
return cinfo->mem->
max_memory_to_use
- already_allocated;
163
return DEFAULT_MAX_MEM; /* default for
max_memory_to_use
*/
jmemmac.c
20
* that more space is left over by reducing
max_memory_to_use
.
122
long limit = cinfo->mem->
max_memory_to_use
- already_allocated;
276
/*
max_memory_to_use
will be initialized to FreeMem()'s result;
jmemname.c
191
return cinfo->mem->
max_memory_to_use
- already_allocated;
269
return DEFAULT_MAX_MEM; /* default for
max_memory_to_use
*/
cjpeg.c
301
cinfo->mem->
max_memory_to_use
= lval * 1000L;
djpeg.c
297
cinfo->mem->
max_memory_to_use
= lval * 1000L;
jmemmgr.c
[
all
...]
jmemdos.c
211
return cinfo->mem->
max_memory_to_use
- already_allocated;
626
return DEFAULT_MAX_MEM; /* default for
max_memory_to_use
*/
jpeglib.h
863
long
max_memory_to_use
;
member in struct:jpeg_memory_mgr
[
all
...]
/external/skia/src/images/
SkImageDecoder_libjpeg.cpp
131
cinfo->mem->
max_memory_to_use
= 30 * 1024 * 1024;
133
cinfo->mem->
max_memory_to_use
= 5 * 1024 * 1024;
Completed in 764 milliseconds