Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/vproc/iep/
H A Diep.cpp165 if (yuv_enh->hue_angle < -30 || yuv_enh->hue_angle > 30) { in check_yuv_enhance_param()
485 msg->cos_hue_int = (RK_S32)(cos(yuv_enh->hue_angle) * 128.0); in iep_control()
486 msg->sin_hue_int = (RK_S32)(sin(yuv_enh->hue_angle) * 128.0); in iep_control()
/OK3568_Linux_fs/external/mpp/mpp/vproc/inc/
H A Diep_api.h77 float hue_angle; // [-30, 30] member
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep/test/
H A Diep_test.cpp128 cfg->yuv_enh->hue_angle = in parse_cfg()