|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | my_destination_mgr |
| struct | my_mem_destination_mgr |
Macros | |
| #define | OUTPUT_BUF_SIZE 4096 /* choose an efficiently fwrite'able size */ |
Typedefs | |
| typedef my_destination_mgr * | my_dest_ptr |
| typedef my_mem_destination_mgr * | my_mem_dest_ptr |
Functions | |
| void *malloc | JPP ((size_t size)) |
| void free | JPP ((void *ptr)) |
| init_destination (j_compress_ptr cinfo) | |
| init_mem_destination (j_compress_ptr cinfo) | |
| empty_output_buffer (j_compress_ptr cinfo) | |
| empty_mem_output_buffer (j_compress_ptr cinfo) | |
| term_destination (j_compress_ptr cinfo) | |
| term_mem_destination (j_compress_ptr cinfo) | |
| jpeg_stdio_dest (j_compress_ptr cinfo, FILE *outfile) | |
| jpeg_mem_dest (j_compress_ptr cinfo, unsigned char **outbuffer, size_t *outsize) | |
Definition at line 40 of file jdatadst.c.
| typedef my_destination_mgr* my_dest_ptr |
Definition at line 38 of file jdatadst.c.
| typedef my_mem_destination_mgr* my_mem_dest_ptr |
Definition at line 55 of file jdatadst.c.
| empty_mem_output_buffer | ( | j_compress_ptr | cinfo | ) |
Definition at line 122 of file jdatadst.c.
Referenced by jpeg_mem_dest().
| empty_output_buffer | ( | j_compress_ptr | cinfo | ) |
Definition at line 107 of file jdatadst.c.
Referenced by jpeg_stdio_dest().
| init_destination | ( | j_compress_ptr | cinfo | ) |
Definition at line 64 of file jdatadst.c.
Referenced by jpeg_stdio_dest().
| init_mem_destination | ( | j_compress_ptr | cinfo | ) |
Definition at line 77 of file jdatadst.c.
Referenced by jpeg_mem_dest().
| jpeg_mem_dest | ( | j_compress_ptr | cinfo, |
| unsigned char ** | outbuffer, | ||
| size_t * | outsize | ||
| ) |
Definition at line 233 of file jdatadst.c.
| jpeg_stdio_dest | ( | j_compress_ptr | cinfo, |
| FILE * | outfile | ||
| ) |
Definition at line 195 of file jdatadst.c.
Referenced by main(), and write_JPEG_file().
| term_destination | ( | j_compress_ptr | cinfo | ) |
Definition at line 162 of file jdatadst.c.
Referenced by jpeg_stdio_dest().
| term_mem_destination | ( | j_compress_ptr | cinfo | ) |