OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <ojph_img_io.h>
Public Member Functions | |
yuv_out () | |
virtual | ~yuv_out () |
void | open (char *filename) |
void | configure (ui32 bit_depth, ui32 num_components, ui32 *comp_width) |
virtual ui32 | write (const line_buf *line, ui32 comp_num) |
virtual void | close () |
![]() | |
virtual | ~image_out_base () |
Private Attributes | |
FILE * | fh |
const char * | fname |
ui32 | width |
ui32 | num_components |
ui32 | bit_depth |
ui32 * | comp_width |
ui8 * | buffer |
ui32 | buffer_size |
Definition at line 699 of file ojph_img_io.h.
|
inline |
Definition at line 702 of file ojph_img_io.h.
References bit_depth, buffer, buffer_size, comp_width, fh, fname, num_components, and width.
|
virtual |
Definition at line 1401 of file ojph_img_io.cpp.
References buffer, buffer_size, close(), and comp_width.
|
inlinevirtual |
Reimplemented from ojph::image_out_base.
Definition at line 717 of file ojph_img_io.h.
Referenced by ~yuv_out().
Definition at line 1428 of file ojph_img_io.cpp.
References bit_depth, buffer, buffer_size, comp_width, fh, num_components, and ojph_max.
Referenced by main().
void ojph::yuv_out::open | ( | char * | filename | ) |
Definition at line 1418 of file ojph_img_io.cpp.
References fh, fname, and OJPH_ERROR.
Referenced by main().
Implements ojph::image_out_base.
Definition at line 1447 of file ojph_img_io.cpp.
References bit_depth, buffer, comp_width, fh, fname, ojph::line_buf::i32, num_components, and OJPH_ERROR.
|
private |
Definition at line 724 of file ojph_img_io.h.
Referenced by configure(), write(), and yuv_out().
|
private |
Definition at line 726 of file ojph_img_io.h.
Referenced by configure(), write(), yuv_out(), and ~yuv_out().
|
private |
Definition at line 727 of file ojph_img_io.h.
Referenced by configure(), yuv_out(), and ~yuv_out().
|
private |
Definition at line 725 of file ojph_img_io.h.
Referenced by configure(), write(), yuv_out(), and ~yuv_out().
|
private |
Definition at line 720 of file ojph_img_io.h.
Referenced by close(), configure(), open(), write(), and yuv_out().
|
private |
|
private |
Definition at line 723 of file ojph_img_io.h.
Referenced by configure(), write(), and yuv_out().
|
private |
Definition at line 722 of file ojph_img_io.h.
Referenced by yuv_out().