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

#include <fimc-core.h>

Data Fields

unsigned int scaleup_h:1
 
unsigned int scaleup_v:1
 
unsigned int copy_mode:1
 
unsigned int enabled:1
 
u32 hfactor
 
u32 vfactor
 
u32 pre_hratio
 
u32 pre_vratio
 
u32 pre_dst_width
 
u32 pre_dst_height
 
u32 main_hratio
 
u32 main_vratio
 
u32 real_width
 
u32 real_height
 

Detailed Description

struct fimc_scaler - the configuration data for FIMC inetrnal scaler : flag indicating scaling up horizontally : flag indicating scaling up vertically : flag indicating transparent DMA transfer (no scaling and color format conversion) : flag indicating if the scaler is used : horizontal shift factor : vertical shift factor : horizontal ratio of the prescaler : vertical ratio of the prescaler : the prescaler's destination width : the prescaler's destination height : the main scaler's horizontal ratio : the main scaler's vertical ratio : source pixel (width - offset) : source pixel (height - offset)

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

Field Documentation

unsigned int copy_mode

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

unsigned int enabled

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

u32 hfactor

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

u32 main_hratio

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

u32 main_vratio

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

u32 pre_dst_height

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

u32 pre_dst_width

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

u32 pre_hratio

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

u32 pre_vratio

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

u32 real_height

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

u32 real_width

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

unsigned int scaleup_h

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

unsigned int scaleup_v

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

u32 vfactor

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


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