HomeSort by relevance Sort by last modified time
    Searched full:jpeg_destroy (Results 1 - 24 of 24) sorted by null

  /external/jpeg/
jcomapi.c 69 jpeg_destroy (j_common_ptr cinfo) function
75 cinfo->mem = NULL; /* be safe if jpeg_destroy is called twice */
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.)
jcapimin.c 35 cinfo->mem = NULL; /* so jpeg_destroy knows mem mgr not called */
90 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */
jerror.c 66 * or jpeg_destroy) at some point.
76 jpeg_destroy(cinfo);
cdjpeg.c 40 jpeg_destroy(sig_cinfo); /* clean up memory allocation & temp files */
jdatadst.c 100 * NB: *not* called by jpeg_abort or jpeg_destroy; surrounding
jdatasrc.c 163 * NB: *not* called by jpeg_abort or jpeg_destroy; surrounding
libjpeg.doc 164 simply release it by calling jpeg_destroy().
168 jpeg_destroy() can work on either type of object.
468 the previous state of the object). Or you can call jpeg_destroy(), which
472 of the passed pointer. To avoid gripes from ANSI C compilers, jpeg_destroy()
476 it is your responsibility --- jpeg_destroy() won't. Ditto for the error
490 jpeg_destroy_compress() or jpeg_destroy() to release memory. This is
503 jpeg_destroy() and jpeg_abort() are the only safe calls to make on a JPEG
588 call jpeg_destroy() when you are done with the JPEG object, or call
716 jpeg_destroy_decompress() or jpeg_destroy(). The previous discussion of
727 jpeg_destroy() if you don't need the JPEG object any more, o
    [all...]
jpeglib.h 942 #define jpeg_destroy macro
    [all...]
example.c 397 * think that jpeg_destroy can do an error exit, but why assume anything...)
structure.doc     [all...]
  /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 */
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.)
jcapimin.c 35 cinfo->mem = NULL; /* so jpeg_destroy knows mem mgr not called */
90 jpeg_destroy((j_common_ptr) cinfo); /* use common routine */
jerror.c 66 * or jpeg_destroy) at some point.
76 jpeg_destroy(cinfo);
cdjpeg.c 40 jpeg_destroy(sig_cinfo); /* clean up memory allocation & temp files */
jdatadst.c 100 * NB: *not* called by jpeg_abort or jpeg_destroy; surrounding
jdatasrc.c 163 * NB: *not* called by jpeg_abort or jpeg_destroy; surrounding
libjpeg.doc 164 simply release it by calling jpeg_destroy().
168 jpeg_destroy() can work on either type of object.
468 the previous state of the object). Or you can call jpeg_destroy(), which
472 of the passed pointer. To avoid gripes from ANSI C compilers, jpeg_destroy()
476 it is your responsibility --- jpeg_destroy() won't. Ditto for the error
490 jpeg_destroy_compress() or jpeg_destroy() to release memory. This is
503 jpeg_destroy() and jpeg_abort() are the only safe calls to make on a JPEG
588 call jpeg_destroy() when you are done with the JPEG object, or call
716 jpeg_destroy_decompress() or jpeg_destroy(). The previous discussion of
727 jpeg_destroy() if you don't need the JPEG object any more, o
    [all...]
jpeglib.h 942 #define jpeg_destroy macro
    [all...]
example.c 397 * think that jpeg_destroy can do an error exit, but why assume anything...)
structure.doc     [all...]
  /external/skia/legacy/src/images/
SkJpegUtility.cpp 204 jpeg_destroy(cinfo);
  /external/skia/src/images/
SkJpegUtility.cpp 206 jpeg_destroy(cinfo);

Completed in 1657 milliseconds