HomeSort by relevance Sort by last modified time
    Searched full:jpeg_create_compress (Results 26 - 34 of 34) sorted by null

12

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 187 jpeg_create_compress(&cinfo);
  /external/qemu/distrib/jpeg-6b/
cjpeg.c 485 jpeg_create_compress(&cinfo);
example.c 104 jpeg_create_compress(&cinfo);
libjpeg.doc 269 the JPEG object's "err" field, and then call jpeg_create_compress() to
278 jpeg_create_compress(&cinfo);
280 jpeg_create_compress allocates a small amount of memory, so it could fail
491 legitimate at any point after calling jpeg_create_compress() --- in fact,
492 it's safe even if jpeg_create_compress() fails.
    [all...]
  /external/jpeg/
libjpeg.doc 269 the JPEG object's "err" field, and then call jpeg_create_compress() to
278 jpeg_create_compress(&cinfo);
280 jpeg_create_compress allocates a small amount of memory, so it could fail
491 legitimate at any point after calling jpeg_create_compress() --- in fact,
492 it's safe even if jpeg_create_compress() fails.
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp     [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp     [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.c 493 jpeg_create_compress(&this->cinfo);
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 447 jpeg_create_compress(&cinfo);
    [all...]

Completed in 251 milliseconds

12