Definition in file vil1_jpeg_source_mgr.cxx.
#include "vil1_jpeg_source_mgr.h"
#include <vcl_cassert.h>
#include <vcl_cstddef.h>
#include <vil1/vil1_stream.h>
Go to the source code of this file.
Defines | |
| #define | STATIC |
| #define | SIZEOF(object) ((vcl_size_t) sizeof(object)) |
| #define | vil1_jpeg_INPUT_BUF_SIZE 4096 |
Typedefs | |
| typedef vil1_jpeg_stream_source_mgr * | vil1_jpeg_srcptr |
Functions | |
| STATIC void | vil1_jpeg_init_source (j_decompress_ptr cinfo) |
| STATIC jpeg_boolean | vil1_jpeg_fill_input_buffer (j_decompress_ptr cinfo) |
| STATIC void | vil1_jpeg_skip_input_data (j_decompress_ptr cinfo, long num_bytes) |
| STATIC void | vil1_jpeg_term_source (j_decompress_ptr) |
| STATIC void | vil1_jpeg_stream_src_set (j_decompress_ptr cinfo, vil1_stream *vs) |
| STATIC void | vil1_jpeg_stream_src_rewind (j_decompress_ptr cinfo, vil1_stream *vs) |
| #define SIZEOF | ( | object | ) | ((vcl_size_t) sizeof(object)) |
Definition at line 22 of file vil1_jpeg_source_mgr.cxx.
| #define STATIC |
Definition at line 14 of file vil1_jpeg_source_mgr.cxx.
| #define vil1_jpeg_INPUT_BUF_SIZE 4096 |
Definition at line 27 of file vil1_jpeg_source_mgr.cxx.
Definition at line 28 of file vil1_jpeg_source_mgr.cxx.
| STATIC jpeg_boolean vil1_jpeg_fill_input_buffer | ( | j_decompress_ptr | cinfo | ) |
Definition at line 81 of file vil1_jpeg_source_mgr.cxx.
| STATIC void vil1_jpeg_init_source | ( | j_decompress_ptr | cinfo | ) |
Definition at line 35 of file vil1_jpeg_source_mgr.cxx.
| STATIC void vil1_jpeg_skip_input_data | ( | j_decompress_ptr | cinfo, | |
| long | num_bytes | |||
| ) |
Definition at line 115 of file vil1_jpeg_source_mgr.cxx.
| STATIC void vil1_jpeg_stream_src_rewind | ( | j_decompress_ptr | cinfo, | |
| vil1_stream * | vs | |||
| ) |
Definition at line 193 of file vil1_jpeg_source_mgr.cxx.
| STATIC void vil1_jpeg_stream_src_set | ( | j_decompress_ptr | cinfo, | |
| vil1_stream * | vs | |||
| ) |
Definition at line 151 of file vil1_jpeg_source_mgr.cxx.
| STATIC void vil1_jpeg_term_source | ( | j_decompress_ptr | ) |
Definition at line 144 of file vil1_jpeg_source_mgr.cxx.
1.5.1