Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Macros | |
#define | OUTPUT_BUF_SIZE 4096 /* choose an efficiently fwrite'able size */ |
Typedefs | |
typedef my_destination_mgr * | my_dest_ptr |
Functions | |
init_destination (j_compress_ptr cinfo) | |
empty_output_buffer (j_compress_ptr cinfo) | |
term_destination (j_compress_ptr cinfo) | |
jpeg_stdio_dest (j_compress_ptr cinfo, FILE *outfile) | |
#define OUTPUT_BUF_SIZE 4096 /* choose an efficiently fwrite'able size */ |
Definition at line 34 of file jdatadst.c.
Referenced by empty_output_buffer(), init_destination(), and term_destination().
typedef my_destination_mgr* my_dest_ptr |
Definition at line 32 of file jdatadst.c.
empty_output_buffer | ( | j_compress_ptr | cinfo | ) |
Definition at line 81 of file jdatadst.c.
References ERREXIT, if(), JFWRITE, METHODDEF, OUTPUT_BUF_SIZE, and TRUE.
Referenced by jpeg_stdio_dest().
init_destination | ( | j_compress_ptr | cinfo | ) |
Definition at line 43 of file jdatadst.c.
References JPOOL_IMAGE, METHODDEF, OUTPUT_BUF_SIZE, and SIZEOF.
Referenced by jpeg_stdio_dest().
jpeg_stdio_dest | ( | j_compress_ptr | cinfo, |
FILE * | outfile | ||
) |
Definition at line 130 of file jdatadst.c.
References empty_output_buffer(), init_destination(), JPOOL_PERMANENT, NULL, outfile, SIZEOF, and term_destination().
Referenced by write_JPEG_file().
term_destination | ( | j_compress_ptr | cinfo | ) |
Definition at line 106 of file jdatadst.c.
References ERREXIT, GLOBAL, if(), JFWRITE, and OUTPUT_BUF_SIZE.
Referenced by jpeg_stdio_dest().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:56.
© Copyright Michele Bosi. All rights reserved.