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 177 of file ojph_params.h.
|
inline |
Definition at line 181 of file ojph_params.h.
void ojph::comment_exchange::set_data | ( | const char * | data, |
ui16 | len | ||
) |
Definition at line 409 of file ojph_params.cpp.
References data, len, OJPH_ERROR, and Rcom.
void ojph::comment_exchange::set_string | ( | const char * | str | ) |
Definition at line 397 of file ojph_params.cpp.
References data, len, OJPH_ERROR, and Rcom.
Referenced by main().
|
friend |
Definition at line 179 of file ojph_params.h.
|
private |
Definition at line 186 of file ojph_params.h.
Referenced by set_data(), set_string(), and ojph::local::codestream::write_headers().
|
private |
Definition at line 187 of file ojph_params.h.
Referenced by set_data(), set_string(), and ojph::local::codestream::write_headers().
|
private |
Definition at line 188 of file ojph_params.h.
Referenced by set_data(), and set_string().