Searched refs:rad_val (Results 1 – 1 of 1) sorted by relevance
696 double rad_val = value; in ov5640_set_ctrl_hue() local703 rad_val = value * PI / 180.0; in ov5640_set_ctrl_hue()704 cos_coef = round(cos(rad_val) * 128); in ov5640_set_ctrl_hue()705 sin_coef = round(sin(rad_val) * 128); in ov5640_set_ctrl_hue()