/external/jpeg/ |
jdapistd.c | 12 * jpeg_start_decompress, it will end up linking in the entire decompressor. 38 jpeg_start_decompress (j_decompress_ptr cinfo) 114 * Common subroutine for jpeg_start_decompress and jpeg_start_output.
|
change.log | 125 * We changed jpeg_start_decompress() to be able to suspend; this makes all 128 to check the return value from jpeg_start_decompress(). You don't need to
|
libjpeg.doc | 145 jpeg_start_decompress(...); 611 5. jpeg_start_decompress(...); 613 Once the parameter values are satisfactory, call jpeg_start_decompress() to 619 jpeg_start_decompress(&cinfo); 622 quantization, jpeg_start_decompress() will do everything needed before data 623 output can begin. In this case jpeg_start_decompress() may take quite a while 625 decompression parameters, this will not happen; jpeg_start_decompress() will 649 request large buffers *before* calling jpeg_start_decompress(). This is a [all...] |
cdjpeg.h | 48 /* start_output is called after jpeg_start_decompress finishes.
|
example.c | 349 (void) jpeg_start_decompress(&cinfo); 355 * the data. After jpeg_start_decompress() we have the correct scaled 418 * We cheated a bit by calling alloc_sarray() after jpeg_start_decompress(); 422 * know the output image dimensions before jpeg_start_decompress(), unless we
|
jpeglib.h | 433 * calling jpeg_start_decompress(). Note that jpeg_read_header() initializes 461 * These fields are computed by jpeg_start_decompress(). 463 * in advance of calling jpeg_start_decompress(). 481 * calling jpeg_start_decompress; otherwise a colormap is created during 482 * jpeg_start_decompress or jpeg_start_output. 923 #define jpeg_start_decompress macro [all...] |
jdmaster.c | 301 * This is done once at jpeg_start_decompress time. We determine 425 /* If jpeg_start_decompress will read the whole file, initialize 562 * This is performed at the start of jpeg_start_decompress.
|
jdapimin.c | 222 * adjust the decompression parameters and then call jpeg_start_decompress.
|
jdinput.c | 267 * the entire decompressor (during jpeg_start_decompress).
|
/external/qemu/distrib/jpeg-6b/ |
jdapistd.c | 12 * jpeg_start_decompress, it will end up linking in the entire decompressor. 38 jpeg_start_decompress (j_decompress_ptr cinfo) 114 * Common subroutine for jpeg_start_decompress and jpeg_start_output.
|
change.log | 125 * We changed jpeg_start_decompress() to be able to suspend; this makes all 128 to check the return value from jpeg_start_decompress(). You don't need to
|
libjpeg.doc | 145 jpeg_start_decompress(...); 611 5. jpeg_start_decompress(...); 613 Once the parameter values are satisfactory, call jpeg_start_decompress() to 619 jpeg_start_decompress(&cinfo); 622 quantization, jpeg_start_decompress() will do everything needed before data 623 output can begin. In this case jpeg_start_decompress() may take quite a while 625 decompression parameters, this will not happen; jpeg_start_decompress() will 649 request large buffers *before* calling jpeg_start_decompress(). This is a [all...] |
cdjpeg.h | 48 /* start_output is called after jpeg_start_decompress finishes.
|
example.c | 349 (void) jpeg_start_decompress(&cinfo); 355 * the data. After jpeg_start_decompress() we have the correct scaled 418 * We cheated a bit by calling alloc_sarray() after jpeg_start_decompress(); 422 * know the output image dimensions before jpeg_start_decompress(), unless we
|
jpeglib.h | 433 * calling jpeg_start_decompress(). Note that jpeg_read_header() initializes 461 * These fields are computed by jpeg_start_decompress(). 463 * in advance of calling jpeg_start_decompress(). 481 * calling jpeg_start_decompress; otherwise a colormap is created during 482 * jpeg_start_decompress or jpeg_start_output. 923 #define jpeg_start_decompress macro [all...] |
jdmaster.c | 301 * This is done once at jpeg_start_decompress time. We determine 425 /* If jpeg_start_decompress will read the whole file, initialize 562 * This is performed at the start of jpeg_start_decompress.
|
jdapimin.c | 222 * adjust the decompression parameters and then call jpeg_start_decompress.
|
jdinput.c | 267 * the entire decompressor (during jpeg_start_decompress).
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/ |
JPEGImageDecoder.cpp | 109 JPEG_START_DECOMPRESS, 374 m_state = JPEG_START_DECOMPRESS; 413 case JPEG_START_DECOMPRESS: 432 if (!jpeg_start_decompress(&m_info))
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
jpeg_reader.cpp | 102 jpeg_start_decompress(&mInfo);
|
/system/extras/tests/bionic/libc/other/ |
test_jpeg.c | 188 jpeg_start_decompress(&cinfo);
|
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_libjpeg.cpp | 590 jpeg_start_decompress(), and then read output_width and output_height. 592 if (!jpeg_start_decompress(&cinfo)) { 771 // instead of jpeg_start_decompress() we start a tiled decompress [all...] |
/external/skia/src/images/ |
SkImageDecoder_libjpeg.cpp | 590 jpeg_start_decompress(), and then read output_width and output_height. 592 if (!jpeg_start_decompress(&cinfo)) { 771 // instead of jpeg_start_decompress() we start a tiled decompress [all...] |
/external/libyuv/files/source/ |
mjpeg_decoder.cc | 525 if (!jpeg_start_decompress(decompress_struct_)) {
|
/external/chromium_org/ui/gfx/codec/ |
jpeg_codec.cc | 549 jpeg_start_decompress(&cinfo);
|