Linux Kernel
3.7.1
|
#include <gsc-core.h>
Data Fields | |
u32 | pre_shfactor |
u32 | pre_hratio |
u32 | pre_vratio |
u32 | main_hratio |
u32 | main_vratio |
struct gsc_scaler - the configuration data for G-Scaler inetrnal scaler : pre sclaer shift factor : horizontal ratio of the prescaler : vertical ratio of the prescaler : the main scaler's horizontal ratio : the main scaler's vertical ratio
Definition at line 176 of file gsc-core.h.
u32 main_hratio |
Definition at line 180 of file gsc-core.h.
u32 main_vratio |
Definition at line 181 of file gsc-core.h.
u32 pre_hratio |
Definition at line 178 of file gsc-core.h.
u32 pre_shfactor |
Definition at line 177 of file gsc-core.h.
u32 pre_vratio |
Definition at line 179 of file gsc-core.h.