Searched refs:max_to_use (Results 1 - 2 of 2) sorted by relevance

/external/jpeg/
H A Djmemmgr.c1031 long max_to_use; local
1056 max_to_use = jpeg_mem_init(cinfo); /* system-dependent initialization */
1083 mem->pub.max_memory_to_use = max_to_use;
1109 if (sscanf(memenv, "%ld%c", &max_to_use, &ch) > 0) {
1111 max_to_use *= 1000L;
1112 mem->pub.max_memory_to_use = max_to_use * 1000L;
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jmemmgr.c1034 long max_to_use; local
1059 max_to_use = jpeg_mem_init(cinfo); /* system-dependent initialization */
1086 mem->pub.max_memory_to_use = max_to_use;
1112 if (sscanf(memenv, "%ld%c", &max_to_use, &ch) > 0) {
1114 max_to_use *= 1000L;
1115 mem->pub.max_memory_to_use = max_to_use * 1000L;

Completed in 177 milliseconds