![]() |
doom3-gpl
Doom 3 GPL source release
|
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 | |
| METHODDEF void | init_destination (j_compress_ptr cinfo) |
| METHODDEF boolean | empty_output_buffer (j_compress_ptr cinfo) |
| METHODDEF void | term_destination (j_compress_ptr cinfo) |
| GLOBAL void | jpeg_stdio_dest (j_compress_ptr cinfo, FILE *outfile) |
Definition at line 34 of file jdatadst.c.
| typedef my_destination_mgr* my_dest_ptr |
Definition at line 32 of file jdatadst.c.
| METHODDEF boolean empty_output_buffer | ( | j_compress_ptr | cinfo | ) |
Definition at line 81 of file jdatadst.c.
| METHODDEF void init_destination | ( | j_compress_ptr | cinfo | ) |
Definition at line 43 of file jdatadst.c.
| GLOBAL void jpeg_stdio_dest | ( | j_compress_ptr | cinfo, |
| FILE * | outfile | ||
| ) |
Definition at line 130 of file jdatadst.c.
| METHODDEF void term_destination | ( | j_compress_ptr | cinfo | ) |
Definition at line 106 of file jdatadst.c.
1.8.6.