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

#include <fimc-core.h>

Data Fields

struct fimc_frame s_frame
 
struct fimc_frame d_frame
 
u32 out_order_1p
 
u32 out_order_2p
 
u32 in_order_1p
 
u32 in_order_2p
 
enum fimc_datapath in_path
 
enum fimc_datapath out_path
 
struct fimc_scaler scaler
 
struct fimc_effect effect
 
int rotation
 
unsigned int hflip:1
 
unsigned int vflip:1
 
u32 flags
 
u32 state
 
struct fimc_devfimc_dev
 
struct v4l2_m2m_ctxm2m_ctx
 
struct v4l2_fh fh
 
struct fimc_ctrls ctrls
 

Detailed Description

fimc_ctx - the device context data : source frame properties : destination frame properties : output 1-plane YCBCR order : output 2-plane YCBCR order input 1-plane YCBCR order : input 2-plane YCBCR order : input mode (DMA or camera) : output mode (DMA or FIFO) : image scaler properties : image effect : image clockwise rotation in degrees : indicates image horizontal flip if set : indicates image vertical flip if set : additional flags for image conversion : flags to keep track of user configuration : the FIMC device this context applies to : memory-to-memory device context : v4l2 file handle : v4l2 controls structure

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

Field Documentation

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

struct fimc_frame d_frame

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

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

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

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

u32 flags

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

unsigned int hflip

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

u32 in_order_1p

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

u32 in_order_2p

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

enum fimc_datapath in_path

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

struct v4l2_m2m_ctx* m2m_ctx

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

u32 out_order_1p

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

u32 out_order_2p

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

enum fimc_datapath out_path

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

int rotation

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

struct fimc_frame s_frame

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

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

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

unsigned int vflip

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


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