Searched defs:fimc_scaler (Results 1 – 2 of 2) sorted by relevance
190 struct fimc_scaler { struct191 unsigned int scaleup_h:1;192 unsigned int scaleup_v:1;193 unsigned int copy_mode:1;194 unsigned int enabled:1;195 u32 hfactor;196 u32 vfactor;197 u32 pre_hratio;198 u32 pre_vratio;199 u32 pre_dst_width;[all …]
109 struct fimc_scaler { struct110 bool range;111 bool bypass;112 bool up_h;113 bool up_v;114 u32 hratio;115 u32 vratio;