Searched defs:sensor_crop (Results 1 – 2 of 2) sorted by relevance
48 struct sensor_crop { struct49 bool is_enable;50 u32 top;51 u32 left;52 u32 width;53 u32 height;
6942 struct v4l2_rect sensor_crop; in rkcif_s_selection() local