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