HomeSort by relevance Sort by last modified time
    Searched full:jpeg_start_decompress (Results 1 - 14 of 14) sorted by null

  /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).
djpeg.c 576 (void) jpeg_start_decompress(&cinfo);
  /external/webkit/Source/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 74 JPEG_START_DECOMPRESS,
249 m_state = JPEG_START_DECOMPRESS;
267 case JPEG_START_DECOMPRESS:
278 if (!jpeg_start_decompress(&m_info))
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 188 jpeg_start_decompress(&cinfo);
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 287 jpeg_start_decompress(), and then read output_width and output_height.
289 if (!jpeg_start_decompress(&cinfo)) {
531 //jpeg_start_decompress(cinfo);
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 385 jpeg_start_decompress( cinfo );
    [all...]

Completed in 455 milliseconds