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

  /external/jpeg/
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...]
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.
djpeg.c 576 (void) jpeg_start_decompress(&cinfo);
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 188 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))
  /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...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 454 milliseconds