Home
last modified time | relevance | path

Searched defs:sensor_config (Results 1 – 3 of 3) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/vin_test/
Dsunxi_camera_v2.h317 struct sensor_config { struct
318 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 …]
/device/board/isoftstone/zhiyuan/kernel/driver/include/media/
Dsunxi_camera_v2.h331 struct sensor_config { struct
332 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 …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/sysconfig/
Dsys_config.c952 int sensor_config(char *s) in sensor_config() function