Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
fimc_frame Struct Reference

#include <fimc-core.h>

Data Fields

u32 f_width
 
u32 f_height
 
u32 o_width
 
u32 o_height
 
u32 offs_h
 
u32 offs_v
 
u32 width
 
u32 height
 
unsigned int payload [VIDEO_MAX_PLANES]
 
struct fimc_addr paddr
 
struct fimc_dma_offset dma_offset
 
struct fimc_fmtfmt
 
u8 alpha
 

Detailed Description

struct fimc_frame - source/target frame properties : image full width (virtual screen size) : image full height (virtual screen size) : original image width as set by S_FMT : original image height as set by S_FMT : image horizontal pixel offset : image vertical pixel offset : image pixel width : image pixel weight : image size in bytes (w x h x bpp) : image frame buffer physical addresses : DMA offset in bytes : fimc color format pointer

Definition at line 272 of file fimc-core.h.

Field Documentation

u8 alpha

Definition at line 285 of file fimc-core.h.

struct fimc_dma_offset dma_offset

Definition at line 283 of file fimc-core.h.

u32 f_height

Definition at line 274 of file fimc-core.h.

u32 f_width

Definition at line 273 of file fimc-core.h.

Definition at line 284 of file fimc-core.h.

u32 height

Definition at line 280 of file fimc-core.h.

u32 o_height

Definition at line 276 of file fimc-core.h.

u32 o_width

Definition at line 275 of file fimc-core.h.

u32 offs_h

Definition at line 277 of file fimc-core.h.

u32 offs_v

Definition at line 278 of file fimc-core.h.

Definition at line 282 of file fimc-core.h.

unsigned int payload[VIDEO_MAX_PLANES]

Definition at line 281 of file fimc-core.h.

u32 width

Definition at line 279 of file fimc-core.h.


The documentation for this struct was generated from the following file: