HomeSort by relevance Sort by last modified time
    Searched full:jpeg_start_compress (Results 1 - 25 of 35) sorted by null

1 2

  /external/jpeg/
jcapistd.c 12 * jpeg_start_compress, it will end up linking in the entire compressor.
38 jpeg_start_compress (j_compress_ptr cinfo, boolean write_all_tables) function
97 * jpeg_start_compress and jpeg_write_scanlines.
142 * jpeg_start_compress and jpeg_write_raw_data.
jcapimin.c 110 * by a subsequent jpeg_start_compress call.
114 * since it is called by jpeg_start_compress, we put it here --- otherwise
187 * Must be called after jpeg_start_compress() and before
244 * jpeg_start_compress(cinfo, FALSE);
jdatadst.c 38 * Initialize destination --- called by jpeg_start_compress
jcmarker.c 101 * calling jpeg_start_compress, and enough space to write the trailing EOI
465 * jpeg_start_compress returns.
libjpeg.doc 118 jpeg_start_compress(...);
314 calling jpeg_start_compress() and jpeg_finish_compress().
344 jpeg_start_compress(). There's no harm in calling jpeg_set_defaults() more
358 4. jpeg_start_compress(...);
361 source image info and other parameters, call jpeg_start_compress() to begin
367 jpeg_start_compress(&cinfo, TRUE);
374 Once you have called jpeg_start_compress(), you may not alter any JPEG
    [all...]
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...]
  /external/qemu/distrib/jpeg-6b/
jcapistd.c 12 * jpeg_start_compress, it will end up linking in the entire compressor.
38 jpeg_start_compress (j_compress_ptr cinfo, boolean write_all_tables) function
97 * jpeg_start_compress and jpeg_write_scanlines.
142 * jpeg_start_compress and jpeg_write_raw_data.
jcapimin.c 110 * by a subsequent jpeg_start_compress call.
114 * since it is called by jpeg_start_compress, we put it here --- otherwise
187 * Must be called after jpeg_start_compress() and before
244 * jpeg_start_compress(cinfo, FALSE);
jdatadst.c 38 * Initialize destination --- called by jpeg_start_compress
jcmarker.c 101 * calling jpeg_start_compress, and enough space to write the trailing EOI
465 * jpeg_start_compress returns.
libjpeg.doc 118 jpeg_start_compress(...);
314 calling jpeg_start_compress() and jpeg_finish_compress().
344 jpeg_start_compress(). There's no harm in calling jpeg_set_defaults() more
358 4. jpeg_start_compress(...);
361 source image info and other parameters, call jpeg_start_compress() to begin
367 jpeg_start_compress(&cinfo, TRUE);
374 Once you have called jpeg_start_compress(), you may not alter any JPEG
    [all...]
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...]
  /external/chromium_org/third_party/iccjpeg/
iccjpeg.h 30 * It *must* be called AFTER calling jpeg_start_compress() and BEFORE
iccjpeg.c 45 * It *must* be called AFTER calling jpeg_start_compress() and BEFORE
  /frameworks/av/cmds/stagefright/
jpeg.cpp 71 jpeg_start_compress(&cinfo, TRUE);
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-encoders/skia/
JPEGImageEncoder.cpp 145 jpeg_start_compress(&cinfo, TRUE);
170 jpeg_start_compress(&cinfo, TRUE);
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 173 jpeg_start_compress(&mCInfo, TRUE);
  /external/qemu/android/utils/
jpeg-compress.c 188 jpeg_start_compress(&cinfo, TRUE);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.cpp 113 jpeg_start_compress(&mCInfo, TRUE);
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_writer.cpp 111 jpeg_start_compress(&mInfo, TRUE);
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 41 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
281 jpeg_start_compress(&cinfo, 1);
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 429 jpeg_start_compress(&cinfo, TRUE);

Completed in 1302 milliseconds

1 2