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

1 2 3

  /external/chromium_org/third_party/libjpeg_turbo/
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 122 * by a subsequent jpeg_start_compress call.
126 * since it is called by jpeg_start_compress, we put it here --- otherwise
199 * Must be called after jpeg_start_compress() and before
256 * jpeg_start_compress(cinfo, FALSE);
jpeglibmangler.h 74 #define jpeg_start_compress chromium_jpeg_start_compress macro
jdatadst-tj.c 51 * Initialize destination --- called by jpeg_start_compress
jcmarker.c 105 * calling jpeg_start_compress, and enough space to write the trailing EOI
469 * jpeg_start_compress returns.
  /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...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcapistd.c 13 * jpeg_start_compress, it will end up linking in the entire compressor.
39 jpeg_start_compress (j_compress_ptr cinfo, boolean write_all_tables) function
98 * jpeg_start_compress and jpeg_write_scanlines.
143 * jpeg_start_compress and jpeg_write_raw_data.
fpdfapi_jcapimin.c 111 * by a subsequent jpeg_start_compress call.
115 * since it is called by jpeg_start_compress, we put it here --- otherwise
188 * Must be called after jpeg_start_compress() and before
245 * jpeg_start_compress(cinfo, FALSE);
fpdfapi_jcmarker.c 102 * calling jpeg_start_compress, and enough space to write the trailing EOI
466 * jpeg_start_compress returns.
  /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...]
  /external/chromium_org/third_party/iccjpeg/
iccjpeg.h 30 * 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/platform/image-encoders/skia/
JPEGImageEncoder.cpp 157 jpeg_start_compress(&cinfo, TRUE);
183 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);

Completed in 793 milliseconds

1 2 3