HomeSort by relevance Sort by last modified time
    Searched refs:jpeg_destroy (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/third_party/libjpeg_turbo/
jcomapi.c 69 jpeg_destroy (j_common_ptr cinfo) function
75 cinfo->mem = NULL; /* be safe if jpeg_destroy is called twice */
cdjpeg.c 40 jpeg_destroy(sig_cinfo); /* clean up memory allocation & temp files */
jerror.c 66 * or jpeg_destroy) at some point.
76 jpeg_destroy(cinfo);
jpeglibmangler.h 102 #define jpeg_destroy chromium_jpeg_destroy macro
jcapimin.c 36 cinfo->mem = NULL; /* so jpeg_destroy knows mem mgr not called */
102 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */
jdapimin.c 35 cinfo->mem = NULL; /* so jpeg_destroy knows mem mgr not called */
93 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */
224 * jpeg_destroy to release any temporary space.)
jpeglib.h 972 #define jpeg_destroy macro
    [all...]
  /external/jpeg/
jcomapi.c 69 jpeg_destroy (j_common_ptr cinfo) function
75 cinfo->mem = NULL; /* be safe if jpeg_destroy is called twice */
cdjpeg.c 40 jpeg_destroy(sig_cinfo); /* clean up memory allocation & temp files */
jerror.c 66 * or jpeg_destroy) at some point.
76 jpeg_destroy(cinfo);
jcapimin.c 35 cinfo->mem = NULL; /* so jpeg_destroy knows mem mgr not called */
90 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */
jdapimin.c 35 cinfo->mem = NULL; /* so jpeg_destroy knows mem mgr not called */
94 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */
225 * jpeg_destroy to release any temporary space.)
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcomapi.c 70 jpeg_destroy (j_common_ptr cinfo) function
76 cinfo->mem = NULL; /* be safe if jpeg_destroy is called twice */
fpdfapi_jerror.c 63 * or jpeg_destroy) at some point.
73 jpeg_destroy(cinfo);
jpeglib.h 43 #define jpeg_destroy FOXIT_PREFIX(jpeg_destroy) macro
945 #define jpeg_destroy macro
    [all...]
fpdfapi_jcapimin.c 36 cinfo->mem = NULL; /* so jpeg_destroy knows mem mgr not called */
91 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */
fpdfapi_jdapimin.c 36 cinfo->mem = NULL; /* so jpeg_destroy knows mem mgr not called */
94 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */
225 * jpeg_destroy to release any temporary space.)
  /external/qemu/distrib/jpeg-6b/
jcomapi.c 69 jpeg_destroy (j_common_ptr cinfo) function
75 cinfo->mem = NULL; /* be safe if jpeg_destroy is called twice */
cdjpeg.c 40 jpeg_destroy(sig_cinfo); /* clean up memory allocation & temp files */
jerror.c 66 * or jpeg_destroy) at some point.
76 jpeg_destroy(cinfo);
jcapimin.c 35 cinfo->mem = NULL; /* so jpeg_destroy knows mem mgr not called */
90 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */
jdapimin.c 35 cinfo->mem = NULL; /* so jpeg_destroy knows mem mgr not called */
94 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */
225 * jpeg_destroy to release any temporary space.)
  /external/chromium_org/third_party/skia/src/images/
SkJpegUtility.cpp 167 jpeg_destroy(cinfo);
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 43 #define jpeg_destroy FOXIT_PREFIX(jpeg_destroy) macro
945 #define jpeg_destroy macro
    [all...]
  /external/skia/src/images/
SkJpegUtility.cpp 167 jpeg_destroy(cinfo);

Completed in 112 milliseconds

1 2