Linux Kernel
3.7.1
|
#include <fimc-core.h>
Data Fields | |
struct v4l2_ctrl_handler | handler |
struct { | |
struct v4l2_ctrl * colorfx | |
struct v4l2_ctrl * colorfx_cbcr | |
}; | |
struct v4l2_ctrl * | rotate |
struct v4l2_ctrl * | hflip |
struct v4l2_ctrl * | vflip |
struct v4l2_ctrl * | alpha |
bool | ready |
struct fimc_ctrls - v4l2 controls structure : the control handler : image effect control : Cb/Cr coefficients control : image rotation control : horizontal flip control : vertical flip control : RGB alpha control : true if is initialized
Definition at line 463 of file fimc-core.h.
struct { ... } |
Definition at line 472 of file fimc-core.h.
Definition at line 466 of file fimc-core.h.
Definition at line 467 of file fimc-core.h.
struct v4l2_ctrl_handler handler |
Definition at line 464 of file fimc-core.h.
Definition at line 470 of file fimc-core.h.
bool ready |
Definition at line 473 of file fimc-core.h.
Definition at line 469 of file fimc-core.h.
Definition at line 471 of file fimc-core.h.