#include <j2kmarkers.hpp>
|
| POC_marker () |
|
| POC_marker (uint8_t RS, uint16_t CS, uint16_t LYE, uint8_t RE, uint16_t CE, uint8_t P) |
|
| POC_marker (j2c_src_memory &in, uint16_t Csiz) |
|
void | add (uint8_t RS, uint16_t CS, uint16_t LYE, uint8_t RE, uint16_t CE, uint8_t P) |
|
unsigned long | get_num_poc () const |
|
| j2k_marker_io_base (uint16_t mar) |
|
| ~j2k_marker_io_base ()=default |
|
void | set_buf (uint8_t *p) |
|
uint16_t | get_marker () const |
|
uint16_t | get_length () const |
|
uint8_t * | get_buf () |
|
uint8_t | get_byte () |
|
uint16_t | get_word () |
|
uint32_t | get_dword () |
|
|
std::vector< uint8_t > | RSpoc |
|
std::vector< uint16_t > | CSpoc |
|
std::vector< uint16_t > | LYEpoc |
|
std::vector< uint8_t > | REpoc |
|
std::vector< uint16_t > | CEpoc |
|
std::vector< uint8_t > | Ppoc |
|
unsigned long | nPOC |
|
◆ POC_marker() [1/3]
POC_marker::POC_marker |
( |
| ) |
|
◆ POC_marker() [2/3]
POC_marker::POC_marker |
( |
uint8_t |
RS, |
|
|
uint16_t |
CS, |
|
|
uint16_t |
LYE, |
|
|
uint8_t |
RE, |
|
|
uint16_t |
CE, |
|
|
uint8_t |
P |
|
) |
| |
◆ POC_marker() [3/3]
References CEpoc, CSpoc, j2k_marker_io_base::get_buf(), j2c_src_memory::get_buf_pos(), j2k_marker_io_base::get_byte(), j2c_src_memory::get_N_byte(), j2k_marker_io_base::get_word(), j2c_src_memory::get_word(), j2k_marker_io_base::is_set, j2k_marker_io_base::Lmar, LYEpoc, nPOC, Ppoc, REpoc, RSpoc, and j2k_marker_io_base::set_buf().
◆ add()
void POC_marker::add |
( |
uint8_t |
RS, |
|
|
uint16_t |
CS, |
|
|
uint16_t |
LYE, |
|
|
uint8_t |
RE, |
|
|
uint16_t |
CE, |
|
|
uint8_t |
P |
|
) |
| |
◆ get_num_poc()
unsigned long POC_marker::get_num_poc |
( |
| ) |
const |
◆ CEpoc
std::vector<uint16_t> POC_marker::CEpoc |
◆ CSpoc
std::vector<uint16_t> POC_marker::CSpoc |
◆ LYEpoc
std::vector<uint16_t> POC_marker::LYEpoc |
◆ nPOC
unsigned long POC_marker::nPOC |
◆ Ppoc
std::vector<uint8_t> POC_marker::Ppoc |
◆ REpoc
std::vector<uint8_t> POC_marker::REpoc |
◆ RSpoc
std::vector<uint8_t> POC_marker::RSpoc |
The documentation for this class was generated from the following files: