/external/chromium_org/third_party/libjpeg_turbo/ |
example.c | 144 jpeg_start_compress(&cinfo, TRUE);
|
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.
|
jpeglibmangler.h | 74 #define jpeg_start_compress chromium_jpeg_start_compress macro
|
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...] |
cjpeg.c | 609 jpeg_start_compress(&cinfo, TRUE);
|
turbojpegl.c | 188 jpeg_start_compress(&j->cinfo, TRUE);
|
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...] |
/external/jpeg/ |
example.c | 144 jpeg_start_compress(&cinfo, TRUE);
|
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.
|
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);
|
/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/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/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_libjpeg.cpp | [all...] |
/external/opencv/otherlibs/highgui/ |
grfmt_jpeg.cpp | 462 jpeg_start_compress( &cinfo, TRUE ); [all...] |