Searched refs:jpeg_destroy (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/third_party/libjpeg_turbo/
H A Djcomapi.c69 jpeg_destroy (j_common_ptr cinfo) function
75 cinfo->mem = NULL; /* be safe if jpeg_destroy is called twice */
H A Dcdjpeg.c40 jpeg_destroy(sig_cinfo); /* clean up memory allocation & temp files */
H A Djerror.c66 * or jpeg_destroy) at some point.
76 jpeg_destroy(cinfo);
H A Djpeglibmangler.h102 #define jpeg_destroy chromium_jpeg_destroy macro
H A Djcapimin.c36 cinfo->mem = NULL; /* so jpeg_destroy knows mem mgr not called */
102 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */
H A Djdapimin.c35 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.)
H A Djpeglib.h972 #define jpeg_destroy jDestroy macro
1146 /* Generic versions of jpeg_abort and jpeg_destroy that work on either
1150 EXTERN(void) jpeg_destroy JPP((j_common_ptr cinfo));
/external/jpeg/
H A Djcomapi.c69 jpeg_destroy (j_common_ptr cinfo) function
75 cinfo->mem = NULL; /* be safe if jpeg_destroy is called twice */
H A Dcdjpeg.c40 jpeg_destroy(sig_cinfo); /* clean up memory allocation & temp files */
H A Djerror.c66 * or jpeg_destroy) at some point.
76 jpeg_destroy(cinfo);
H A Djcapimin.c35 cinfo->mem = NULL; /* so jpeg_destroy knows mem mgr not called */
90 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */
H A Djdapimin.c35 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/
H A Dfpdfapi_jcomapi.c70 jpeg_destroy (j_common_ptr cinfo) function
76 cinfo->mem = NULL; /* be safe if jpeg_destroy is called twice */
H A Dfpdfapi_jerror.c63 * or jpeg_destroy) at some point.
73 jpeg_destroy(cinfo);
H A Djpeglib.h43 #define jpeg_destroy FOXIT_PREFIX(jpeg_destroy) macro
945 #define jpeg_destroy jDestroy macro
1099 /* Generic versions of jpeg_abort and jpeg_destroy that work on either
1103 EXTERN(void) jpeg_destroy JPP((j_common_ptr cinfo));
H A Dfpdfapi_jcapimin.c36 cinfo->mem = NULL; /* so jpeg_destroy knows mem mgr not called */
91 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */
H A Dfpdfapi_jdapimin.c36 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/
H A Djcomapi.c69 jpeg_destroy (j_common_ptr cinfo) function
75 cinfo->mem = NULL; /* be safe if jpeg_destroy is called twice */
H A Dcdjpeg.c40 jpeg_destroy(sig_cinfo); /* clean up memory allocation & temp files */
H A Djerror.c66 * or jpeg_destroy) at some point.
76 jpeg_destroy(cinfo);
H A Djcapimin.c35 cinfo->mem = NULL; /* so jpeg_destroy knows mem mgr not called */
90 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */
H A Djdapimin.c35 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/
H A DSkJpegUtility.cpp167 jpeg_destroy(cinfo);
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h43 #define jpeg_destroy FOXIT_PREFIX(jpeg_destroy) macro
945 #define jpeg_destroy jDestroy macro
1099 /* Generic versions of jpeg_abort and jpeg_destroy that work on either
1103 EXTERN(void) jpeg_destroy JPP((j_common_ptr cinfo));
/external/skia/src/images/
H A DSkJpegUtility.cpp167 jpeg_destroy(cinfo);

Completed in 1580 milliseconds

12