|
OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <ojph_params_local.h>
Public Member Functions | |
| void | init (ui32 payload_length=0, ui16 tile_idx=0, ui8 tile_part_index=0, ui8 num_tile_parts=0) |
| bool | write (outfile_base *file, ui32 payload_len) |
| bool | write (outfile_base *file, ui32 payload_len, ui8 TPsot, ui8 TNsot) |
| bool | read (infile_base *file, bool resilient) |
| ui16 | get_tile_index () const |
| ui32 | get_payload_length () const |
| ui8 | get_tile_part_index () const |
| ui8 | get_num_tile_parts () const |
Private Attributes | |
| ui16 | Lsot |
| ui16 | Isot |
| ui32 | Psot |
| ui8 | TPsot |
| ui8 | TNsot |
Definition at line 1060 of file ojph_params_local.h.
|
inline |
Definition at line 1080 of file ojph_params_local.h.
References TNsot.
Referenced by ojph::local::codestream::read().
|
inline |
Definition at line 1078 of file ojph_params_local.h.
References Psot.
Referenced by ojph::local::tile::parse_tile_header().
|
inline |
Definition at line 1077 of file ojph_params_local.h.
References Isot.
Referenced by ojph::local::tile::fill_tlm(), and ojph::local::codestream::read().
|
inline |
Definition at line 1079 of file ojph_params_local.h.
References TPsot.
Referenced by ojph::local::tile::parse_tile_header(), and ojph::local::codestream::read().
|
inline |
Definition at line 1063 of file ojph_params_local.h.
References Isot, Lsot, Psot, TNsot, and TPsot.
Referenced by ojph::local::tile::finalize_alloc().
| bool ojph::local::param_sot::read | ( | infile_base * | file, |
| bool | resilient ) |
Definition at line 2859 of file ojph_params.cpp.
References Isot, Lsot, OJPH_ERROR, OJPH_INFO, Psot, ojph::infile_base::read(), TNsot, and TPsot.
Referenced by ojph::local::codestream::read().
| bool ojph::local::param_sot::write | ( | outfile_base * | file, |
| ui32 | payload_len ) |
Definition at line 2812 of file ojph_params.cpp.
References Isot, Lsot, Psot, ojph::local::SOT, TNsot, TPsot, and ojph::outfile_base::write().
Referenced by ojph::local::tile::flush().
| bool ojph::local::param_sot::write | ( | outfile_base * | file, |
| ui32 | payload_len, | ||
| ui8 | TPsot, | ||
| ui8 | TNsot ) |
Definition at line 2836 of file ojph_params.cpp.
References Isot, Lsot, ojph::local::SOT, TNsot, TPsot, and ojph::outfile_base::write().
|
private |
Definition at line 1084 of file ojph_params_local.h.
Referenced by get_tile_index(), init(), read(), write(), and write().
|
private |
|
private |
Definition at line 1085 of file ojph_params_local.h.
Referenced by get_payload_length(), init(), read(), and write().
|
private |
Definition at line 1087 of file ojph_params_local.h.
Referenced by get_num_tile_parts(), init(), read(), write(), and write().
|
private |
Definition at line 1086 of file ojph_params_local.h.
Referenced by get_tile_part_index(), init(), read(), write(), and write().