HomeSort by relevance Sort by last modified time
    Searched refs:jpeg_mem_available (Results 1 - 18 of 18) sorted by null

  /external/jpeg/
jmemnobs.c 73 jpeg_mem_available (j_common_ptr cinfo, long min_bytes_needed, function
82 * Since jpeg_mem_available always promised the moon,
jmemsys.h 29 #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,
182 * (If jpeg_mem_available always returns a large value, this routine can
198 * jpeg_mem_available chooses to consult it ... no one else will.)
jmemansi.c 81 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
jmem-android.c 83 jpeg_mem_available (j_common_ptr cinfo, long min_bytes_needed, function
93 * jpeg_mem_available is less than the total space needed. You can dispense
jmem-ashmem.c 81 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
jmemmac.c 19 * 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
jmemname.c 188 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
jmemdos.c 208 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
jmemmgr.c 594 * 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().
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemnobs.c 73 jpeg_mem_available (j_common_ptr cinfo, long min_bytes_needed, function
82 * Since jpeg_mem_available always promised the moon,
jmemsys.h 29 #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,
182 * (If jpeg_mem_available always returns a large value, this routine can
198 * jpeg_mem_available chooses to consult it ... no one else will.)
jmemansi.c 81 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
jmem-android.c 83 jpeg_mem_available (j_common_ptr cinfo, long min_bytes_needed, function
93 * jpeg_mem_available is less than the total space needed. You can dispense
jmem-ashmem.c 80 jpeg_mem_available (j_common_ptr cinfo, long min_bytes_needed, function
90 * jpeg_mem_available is less than the total space needed. You can dispense
jmemmac.c 19 * 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
jmemname.c 188 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
jmemdos.c 208 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
jmemmgr.c 594 * 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().
    [all...]

Completed in 88 milliseconds