Linux Kernel
3.7.1
|
#include <jpeg-core.h>
Data Fields | |
struct s5p_jpeg * | jpeg |
unsigned int | mode |
unsigned short | compr_quality |
unsigned short | restart_interval |
unsigned short | subsampling |
struct v4l2_m2m_ctx * | m2m_ctx |
struct s5p_jpeg_q_data | out_q |
struct s5p_jpeg_q_data | cap_q |
struct v4l2_fh | fh |
bool | hdr_parsed |
struct v4l2_ctrl_handler | ctrl_handler |
s5p_jpeg_ctx - the device context data : JPEG IP device for this context : compression (encode) operation or decompression (decode) : destination image quality in compression (encode) mode : mem2mem device context : source (output) queue information : destination (capture) queue queue information : set if header has been parsed during decompression : controls handler
Definition at line 124 of file jpeg-core.h.
struct s5p_jpeg_q_data cap_q |
Definition at line 132 of file jpeg-core.h.
unsigned short compr_quality |
Definition at line 127 of file jpeg-core.h.
struct v4l2_ctrl_handler ctrl_handler |
Definition at line 135 of file jpeg-core.h.
Definition at line 133 of file jpeg-core.h.
bool hdr_parsed |
Definition at line 134 of file jpeg-core.h.
Definition at line 125 of file jpeg-core.h.
struct v4l2_m2m_ctx* m2m_ctx |
Definition at line 130 of file jpeg-core.h.
unsigned int mode |
Definition at line 126 of file jpeg-core.h.
struct s5p_jpeg_q_data out_q |
Definition at line 131 of file jpeg-core.h.
unsigned short restart_interval |
Definition at line 128 of file jpeg-core.h.
unsigned short subsampling |
Definition at line 129 of file jpeg-core.h.