Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/video/
Dov5640.c696 double rad_val = value; in ov5640_set_ctrl_hue() local
703 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()