Searched defs:sensor_config (Results 1 – 3 of 3) sorted by relevance
317 struct sensor_config { struct318 int width;319 int height;320 unsigned int hoffset; /*receive hoffset from sensor output*/321 unsigned int voffset; /*receive voffset from sensor output*/322 unsigned int hts; /*h size of timing, unit: pclk */323 unsigned int vts; /*v size of timing, unit: line */324 unsigned int pclk; /*pixel clock in Hz */325 unsigned int fps_fixed; /*sensor fps */326 unsigned int bin_factor;/*binning factor */[all …]
331 struct sensor_config { struct332 int width;333 int height;334 unsigned int hoffset; /*receive hoffset from sensor output*/335 unsigned int voffset; /*receive voffset from sensor output*/336 unsigned int hts; /*h size of timing, unit: pclk */337 unsigned int vts; /*v size of timing, unit: line */338 unsigned int pclk; /*pixel clock in Hz */339 unsigned int fps_fixed; /*sensor fps */340 unsigned int bin_factor;/*binning factor */[all …]
952 int sensor_config(char *s) in sensor_config() function