Searched defs:ov5693_resolution (Results 1 – 1 of 1) sorted by relevance
191 struct ov5693_resolution { struct192 u8 *desc;193 const struct ov5693_reg *regs;194 int res;195 int width;196 int height;197 int fps;198 int pix_clk_freq;199 u16 pixels_per_line;200 u16 lines_per_frame;[all …]