Home
last modified time | relevance | path

Searched refs:lines_10ms (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc2155.c935 static unsigned int lines_10ms = 1; in gc2155_aec_ctrl() local
968 lines_10ms = capture_fps * capture_lines / 100 / 10; in gc2155_aec_ctrl()
969 if (shutter > lines_10ms) { in gc2155_aec_ctrl()
970 shutter = shutter + lines_10ms / 2; in gc2155_aec_ctrl()
971 shutter /= lines_10ms; in gc2155_aec_ctrl()
972 shutter *= lines_10ms; in gc2155_aec_ctrl()
977 __func__, __LINE__, lines_10ms, shutter); in gc2155_aec_ctrl()
H A Dgc2145.c2257 static unsigned int lines_10ms = 1; in gc2145_aec_ctrl() local
2290 lines_10ms = capture_fps * capture_lines / 100; in gc2145_aec_ctrl()
2291 if (shutter > lines_10ms) { in gc2145_aec_ctrl()
2292 shutter = shutter + lines_10ms / 2; in gc2145_aec_ctrl()
2293 shutter /= lines_10ms; in gc2145_aec_ctrl()
2294 shutter *= lines_10ms; in gc2145_aec_ctrl()
2299 __func__, __LINE__, lines_10ms, shutter); in gc2145_aec_ctrl()