Go to the source code of this file.
Classes | |
struct | my_destination_mgr |
Defines | |
#define | OUTPUT_BUF_SIZE 4096 /* choose an efficiently fwrite'able size */ |
Typedefs | |
typedef my_destination_mgr * | my_dest_ptr |
Functions | |
empty_output_buffer (j_compress_ptr cinfo) | |
init_destination (j_compress_ptr cinfo) | |
jpeg_stdio_dest (j_compress_ptr cinfo, FILE *outfile) | |
term_destination (j_compress_ptr cinfo) |
#define OUTPUT_BUF_SIZE 4096 /* choose an efficiently fwrite'able size */ |
Definition at line 34 of file jdatadst.c.
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.
init_destination | ( | j_compress_ptr | cinfo | ) |
Definition at line 43 of file jdatadst.c.
jpeg_stdio_dest | ( | j_compress_ptr | cinfo, |
FILE * | outfile | ||
) |
Definition at line 130 of file jdatadst.c.
term_destination | ( | j_compress_ptr | cinfo | ) |
Definition at line 106 of file jdatadst.c.