Go to the source code of this file.
Classes | |
struct | my_destination_mgr |
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 27 of file jdatadst.cpp.
Referenced by empty_output_buffer(), init_destination(), and term_destination().
typedef my_destination_mgr* my_dest_ptr |
Definition at line 25 of file jdatadst.cpp.
empty_output_buffer | ( | j_compress_ptr | cinfo | ) |
Definition at line 74 of file jdatadst.cpp.
References my_destination_mgr::buffer, ERREXIT, jpeg_destination_mgr::free_in_buffer, JFWRITE, jpeg_destination_mgr::next_output_byte, my_destination_mgr::outfile, OUTPUT_BUF_SIZE, my_destination_mgr::pub, and TRUE.
Referenced by jpeg_stdio_dest().
init_destination | ( | j_compress_ptr | cinfo | ) |
Definition at line 36 of file jdatadst.cpp.
References my_destination_mgr::buffer, jpeg_destination_mgr::free_in_buffer, JPOOL_IMAGE, jpeg_destination_mgr::next_output_byte, OUTPUT_BUF_SIZE, my_destination_mgr::pub, and SIZEOF.
Referenced by jpeg_stdio_dest().
jpeg_stdio_dest | ( | j_compress_ptr | cinfo, |
FILE * | outfile | ||
) |
Definition at line 123 of file jdatadst.cpp.
References empty_output_buffer(), init_destination(), JPOOL_PERMANENT, my_destination_mgr::outfile, outfile, my_destination_mgr::pub, SIZEOF, and term_destination().
term_destination | ( | j_compress_ptr | cinfo | ) |
Definition at line 99 of file jdatadst.cpp.
References my_destination_mgr::buffer, ERREXIT, jpeg_destination_mgr::free_in_buffer, JFWRITE, my_destination_mgr::outfile, OUTPUT_BUF_SIZE, and my_destination_mgr::pub.
Referenced by jpeg_stdio_dest().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |