HomeSort by relevance Sort by last modified time
    Searched defs:jpeg_mem_available (Results 1 - 10 of 10) 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,
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
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.)
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
  /external/chromium_org/third_party/libjpeg_turbo/
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(size_t) 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.)
jpeglibmangler.h 108 #define jpeg_mem_available chromium_jpeg_mem_available macro

Completed in 696 milliseconds