Searched refs:rhs2 (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | imx335.c | 1011 int shr2, shr1, shr0, rhs2, rhs1 = 0; in imx335_set_hdrae_3frame() local 1130 rhs2 = (shr2_min + s_exp_time + 11) / 12 * 12 + 4; in imx335_set_hdrae_3frame() 1131 if (rhs2 > (shr0 - 26)) in imx335_set_hdrae_3frame() 1132 rhs2 = shr0 - 26; in imx335_set_hdrae_3frame() 1133 else if (rhs2 < 64) in imx335_set_hdrae_3frame() 1134 rhs2 = 64; in imx335_set_hdrae_3frame() 1137 __LINE__, rhs2, s_exp_time, rhs2_old); in imx335_set_hdrae_3frame() 1149 if (rhs2 < rhs2_change_limit) in imx335_set_hdrae_3frame() 1150 rhs2 = rhs2_change_limit; in imx335_set_hdrae_3frame() 1152 rhs2_old = rhs2; in imx335_set_hdrae_3frame() [all …]
|
| H A D | imx415.c | 1260 int shr2, shr1, shr0, rhs2, rhs1 = 0; in imx415_set_hdrae_3frame() local 1386 rhs2 = (shr2_min + s_exp_time + 5) / 6 * 6 + 2; in imx415_set_hdrae_3frame() 1387 if (rhs2 > (shr0 - 13)) in imx415_set_hdrae_3frame() 1388 rhs2 = shr0 - 13; in imx415_set_hdrae_3frame() 1389 else if (rhs2 < 50) in imx415_set_hdrae_3frame() 1390 rhs2 = 50; in imx415_set_hdrae_3frame() 1393 __LINE__, rhs2, s_exp_time, rhs2_old); in imx415_set_hdrae_3frame() 1408 if (rhs2 < rhs2_change_limit) in imx415_set_hdrae_3frame() 1409 rhs2 = rhs2_change_limit; in imx415_set_hdrae_3frame() 1411 rhs2_old = rhs2; in imx415_set_hdrae_3frame() [all …]
|
| H A D | imx464.c | 1934 int shr2, shr1, shr0, rhs2, rhs1 = 0; in IMX464_set_hdrae_3frame() local 2074 rhs2 = (shr2_min + s_exp_time + 5) / 6 * 6 + 2; in IMX464_set_hdrae_3frame() 2075 if (rhs2 > (shr0 - 13)) in IMX464_set_hdrae_3frame() 2076 rhs2 = shr0 - 13; in IMX464_set_hdrae_3frame() 2077 else if (rhs2 < 32)//16+13 +3 in IMX464_set_hdrae_3frame() 2078 rhs2 = 32; in IMX464_set_hdrae_3frame() 2082 __LINE__, rhs2, s_exp_time, rhs2_old); in IMX464_set_hdrae_3frame() 2095 if (rhs2 < rhs2_change_limit) in IMX464_set_hdrae_3frame() 2096 rhs2 = rhs2_change_limit; in IMX464_set_hdrae_3frame() 2098 rhs2_old = rhs2; in IMX464_set_hdrae_3frame() [all …]
|