Searched defs:bdisp_op_cfg (Results 1 – 1 of 1) sorted by relevance
26 struct bdisp_op_cfg { struct27 bool cconv; /* RGB - YUV conversion */28 bool hflip; /* Horizontal flip */29 bool vflip; /* Vertical flip */30 bool wide; /* Wide (>MAX_SRC_WIDTH) */31 bool scale; /* Scale */32 u16 h_inc; /* Horizontal increment in 6.10 format */33 u16 v_inc; /* Vertical increment in 6.10 format */34 bool src_interlaced; /* is the src an interlaced buffer */35 u8 src_nbp; /* nb of planes of the src */[all …]