Modifications
11 Oct 2002 Ian Scott - converted to vil
Definition in file vil_jpeg_destination_mgr.cxx.
#include "vil_jpeg_destination_mgr.h"
#include <vcl_cassert.h>
#include <vcl_cstddef.h>
#include <vil/vil_stream.h>
Go to the source code of this file.
Defines | |
| #define | STATIC |
| #define | SIZEOF(object) ((vcl_size_t) sizeof(object)) |
| #define | vil_jpeg_OUTPUT_BUF_SIZE 4096 |
Typedefs | |
| typedef vil_jpeg_stream_destination_mgr * | vil_jpeg_dstptr |
Functions | |
| STATIC void | vil_jpeg_init_destination (j_compress_ptr cinfo) |
| jpeg_boolean | vil_jpeg_empty_output_buffer (j_compress_ptr cinfo) |
| void | vil_jpeg_term_destination (j_compress_ptr cinfo) |
| void | vil_jpeg_stream_dst_set (j_compress_ptr cinfo, vil_stream *vs) |
| void | vil_jpeg_stream_dst_rewind (j_compress_ptr cinfo, vil_stream *vs) |
|
|
Definition at line 25 of file vil_jpeg_destination_mgr.cxx. |
|
|
Definition at line 17 of file vil_jpeg_destination_mgr.cxx. |
|
|
Definition at line 30 of file vil_jpeg_destination_mgr.cxx. |
|
|
Definition at line 31 of file vil_jpeg_destination_mgr.cxx. |
|
|
Definition at line 74 of file vil_jpeg_destination_mgr.cxx. |
|
|
Definition at line 38 of file vil_jpeg_destination_mgr.cxx. |
|
||||||||||||
|
Definition at line 138 of file vil_jpeg_destination_mgr.cxx. |
|
||||||||||||
|
Definition at line 112 of file vil_jpeg_destination_mgr.cxx. |
|
|
Definition at line 95 of file vil_jpeg_destination_mgr.cxx. |
1.4.4