Searched refs:shutter (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | gc2155.c | 937 static unsigned int cap = 0, shutter = 0x04e2; in gc2155_aec_ctrl() local 960 shutter = (value << 8); in gc2155_aec_ctrl() 963 shutter |= (value & 0xff); in gc2155_aec_ctrl() 965 __func__, __LINE__, shutter); in gc2155_aec_ctrl() 966 shutter = shutter * capture_lines / preview_lines; in gc2155_aec_ctrl() 967 shutter = shutter * capture_fps / preview_fps; 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() [all …]
|
| H A D | gc2145.c | 2259 static unsigned int cap = 0, shutter = 0x04e2; in gc2145_aec_ctrl() local 2282 shutter = (value << 8); in gc2145_aec_ctrl() 2285 shutter |= (value & 0xff); in gc2145_aec_ctrl() 2287 __func__, __LINE__, shutter); in gc2145_aec_ctrl() 2288 shutter = shutter * capture_lines / preview_lines; in gc2145_aec_ctrl() 2289 shutter = shutter * capture_fps / preview_fps; 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() [all …]
|
| H A D | mt9m001.c | 556 unsigned long shutter = ((exp->val - (s32)exp->minimum) * 1048 + in mt9m001_s_ctrl() local 561 reg_read(client, MT9M001_SHUTTER_WIDTH), shutter); in mt9m001_s_ctrl() 562 ret = reg_write(client, MT9M001_SHUTTER_WIDTH, shutter); in mt9m001_s_ctrl()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3368-android.dtsi | 308 isp_shutter: isp-shutter {
|
| H A D | rk3399-linux.dtsi | 245 isp_shutter: isp-shutter {
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-camera.rst | 407 lowers the shutter speed. This mode compensates for relatively 414 and lower the shutter speed. 447 - Sports. Significantly increases ISO and uses a fast shutter speed
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rk3288-pinctrl.dtsi | 623 isp_shutter: isp-shutter {
|