HomeSort by relevance Sort by last modified time
    Searched full:jpeg_start_compress (Results 26 - 50 of 58) sorted by null

12 3

  /external/chromium_org/third_party/iccjpeg/
iccjpeg.c 45 * It *must* be called AFTER calling jpeg_start_compress() and BEFORE
  /external/chromium_org/third_party/libjpeg_turbo/
jdatadst.c 63 * Initialize destination --- called by jpeg_start_compress
jpeglib.h 320 * jpeg_start_compress(). We recommend calling jpeg_set_defaults() to
334 * These fields are computed by jpeg_start_compress().
336 * in advance of calling jpeg_start_compress().
938 #define jpeg_start_compress macro
    [all...]
turbojpegl.c 188 jpeg_start_compress(&j->cinfo, TRUE);
jcmaster.c 517 * write frame/scan headers during jpeg_start_compress; we want to let the
518 * application write COM markers etc. between jpeg_start_compress and the
turbojpeg.c 626 jpeg_start_compress(cinfo, TRUE);
733 /* Execute only the parts of jpeg_start_compress() that we need. If we
734 were to call the whole jpeg_start_compress() function, then it would try
    [all...]
cjpeg.c 609 jpeg_start_compress(&cinfo, TRUE);
example.c 144 jpeg_start_compress(&cinfo, TRUE);
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 41 jpeg_start_compress(&cinfo, TRUE);
  /packages/apps/Camera2/jni/
jpegutil.cpp 252 jpeg_start_compress(&cinfo, true);
  /external/chromium_org/ui/gfx/codec/
jpeg_codec.cc 85 // "Initialize destination. This is called by jpeg_start_compress() before
276 jpeg_start_compress(&cinfo, 1);
  /external/jpeg/
jcmaster.c 482 * write frame/scan headers during jpeg_start_compress; we want to let the
483 * application write COM markers etc. between jpeg_start_compress and the
jpeglib.h 291 * jpeg_start_compress(). We recommend calling jpeg_set_defaults() to
914 #define jpeg_start_compress macro
    [all...]
cjpeg.c 580 jpeg_start_compress(&cinfo, TRUE);
example.c 144 jpeg_start_compress(&cinfo, TRUE);
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcmaster.c 483 * write frame/scan headers during jpeg_start_compress; we want to let the
484 * application write COM markers etc. between jpeg_start_compress and the
jpeglib.h 354 * jpeg_start_compress(). We recommend calling jpeg_set_defaults() to
917 #define jpeg_start_compress macro
    [all...]
  /external/qemu/distrib/jpeg-6b/
jcmaster.c 482 * write frame/scan headers during jpeg_start_compress; we want to let the
483 * application write COM markers etc. between jpeg_start_compress and the
jpeglib.h 291 * jpeg_start_compress(). We recommend calling jpeg_set_defaults() to
914 #define jpeg_start_compress macro
    [all...]
cjpeg.c 580 jpeg_start_compress(&cinfo, TRUE);
example.c 144 jpeg_start_compress(&cinfo, TRUE);
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 354 * jpeg_start_compress(). We recommend calling jpeg_set_defaults() to
917 #define jpeg_start_compress macro
    [all...]
  /hardware/ti/omap4-aah/camera/
Encoder_libjpeg.cpp 499 jpeg_start_compress(&cinfo, TRUE);
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 429 jpeg_start_compress(&cinfo, TRUE);
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 228 jpeg_start_compress(&cinfo, TRUE);

Completed in 653 milliseconds

12 3