Searched refs:jpeg_mem_available (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djmemnobs.c73 jpeg_mem_available (j_common_ptr cinfo, long min_bytes_needed, function
82 * Since jpeg_mem_available always promised the moon,
H A Djmemsys.h29 #define jpeg_mem_available jMemAvail macro
53 * memory (up to the total free space designated by jpeg_mem_available).
88 * jpeg_mem_available returns zero. The maximum space needed, enough to hold
94 * It is OK for jpeg_mem_available to underestimate the space available
103 EXTERN(long) jpeg_mem_available JPP((j_common_ptr cinfo,
176 * (If jpeg_mem_available always returns a large value, this routine can
192 * jpeg_mem_available chooses to consult it ... no one else will.)
H A Djmemansi.c81 jpeg_mem_available (j_common_ptr cinfo, long min_bytes_needed, function
91 * jpeg_mem_available is less than the total space needed. You can dispense
H A Djmemmac.c19 * factor computed in jpeg_mem_available(). The application can ensure
119 jpeg_mem_available (j_common_ptr cinfo, long min_bytes_needed, function
148 * jpeg_mem_available is less than the total space needed. You can dispense
H A Djmemname.c188 jpeg_mem_available (j_common_ptr cinfo, long min_bytes_needed, function
198 * jpeg_mem_available is less than the total space needed. You can dispense
H A Djmemdos.c208 jpeg_mem_available (j_common_ptr cinfo, long min_bytes_needed, function
218 * jpeg_mem_available is less than the total space needed. You can dispense
H A Djmemmgr.c594 * These may be of use to the system-dependent jpeg_mem_available routine.
619 avail_mem = jpeg_mem_available(cinfo, space_per_minheight, maximum_space,
631 * anyway. This allows a "stub" implementation of jpeg_mem_available().

Completed in 39 milliseconds