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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmemnobs.c77 jpeg_mem_available (j_common_ptr cinfo, size_t min_bytes_needed,
86 * Since jpeg_mem_available always promised the moon,
H A Djmemsys.h33 #define jpeg_mem_available jMemAvail macro
57 * memory (up to the total free space designated by jpeg_mem_available).
92 * jpeg_mem_available returns zero. The maximum space needed, enough to hold
98 * It is OK for jpeg_mem_available to underestimate the space available
107 EXTERN(size_t) jpeg_mem_available JPP((j_common_ptr cinfo,
180 * (If jpeg_mem_available always returns a large value, this routine can
196 * jpeg_mem_available chooses to consult it ... no one else will.)
H A Djmemmgr.c598 * These may be of use to the system-dependent jpeg_mem_available routine.
623 avail_mem = jpeg_mem_available(cinfo, space_per_minheight, maximum_space,
635 * anyway. This allows a "stub" implementation of jpeg_mem_available().

Completed in 43 milliseconds