|
OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <ojph_params.h>
Public Member Functions | |
| comment_exchange () | |
| void | set_string (const char *str) |
| void | set_data (const char *data, ui16 len) |
Private Attributes | |
| const char * | data |
| ui16 | len |
| ui16 | Rcom |
Friends | |
| class | local::codestream |
Definition at line 290 of file ojph_params.h.
|
inline |
Definition at line 294 of file ojph_params.h.
| void ojph::comment_exchange::set_data | ( | const char * | data, |
| ui16 | len ) |
Definition at line 472 of file ojph_params.cpp.
References data, len, OJPH_ERROR, and Rcom.
| void ojph::comment_exchange::set_string | ( | const char * | str | ) |
Definition at line 460 of file ojph_params.cpp.
References data, len, OJPH_ERROR, and Rcom.
Referenced by main().
|
friend |
Definition at line 292 of file ojph_params.h.
|
private |
Definition at line 299 of file ojph_params.h.
Referenced by comment_exchange(), set_data(), set_string(), and ojph::local::codestream::write_headers().
|
private |
Definition at line 300 of file ojph_params.h.
Referenced by comment_exchange(), set_data(), set_string(), and ojph::local::codestream::write_headers().
|
private |
Definition at line 301 of file ojph_params.h.
Referenced by comment_exchange(), set_data(), and set_string().