Linux Kernel
3.7.1
|
#include <gsc-core.h>
Data Fields | |
u32 | f_width |
u32 | f_height |
struct v4l2_rect | crop |
unsigned long | payload [VIDEO_MAX_PLANES] |
struct gsc_addr | addr |
struct gsc_fmt * | fmt |
u32 | colorspace |
u8 | alpha |
struct gsc_frame - source/target frame properties : SRC : SRCIMG_WIDTH, DST : OUTPUTDMA_WHOLE_IMG_WIDTH : SRC : SRCIMG_HEIGHT, DST : OUTPUTDMA_WHOLE_IMG_HEIGHT : cropped(source)/scaled(destination) size : image size in bytes (w x h x bpp) : image frame buffer physical addresses : G-Scaler color format pointer : value indicating v4l2_colorspace : frame's alpha value
Definition at line 199 of file gsc-core.h.
Definition at line 204 of file gsc-core.h.
u8 alpha |
Definition at line 207 of file gsc-core.h.
u32 colorspace |
Definition at line 206 of file gsc-core.h.
Definition at line 202 of file gsc-core.h.
u32 f_height |
Definition at line 201 of file gsc-core.h.
u32 f_width |
Definition at line 200 of file gsc-core.h.
Definition at line 205 of file gsc-core.h.
unsigned long payload[VIDEO_MAX_PLANES] |
Definition at line 203 of file gsc-core.h.