Searched refs:angle (Results 1 – 9 of 9) sorted by relevance
37 def print_mb_taps(angle,blocksize): argument38 theta = angle / 57.2957795;42 print " // angle of",angle,"degrees"
92 void inv_mag_disturb_set_yaw_angle_weak_threshold(float angle);97 void inv_mag_disturb_set_yaw_angle_strong_threshold(float angle);
40 __u32 angle; member
50 __u32 angle; member
170 int angle, new_rotate, i; in psb_RecalcAlternativeOutput() local269 angle = Rotation2Angle(driver_data->va_rotate) + Rotation2Angle(driver_data->mipi0_rotation); in psb_RecalcAlternativeOutput()270 driver_data->local_rotation = Angle2Rotation(angle); in psb_RecalcAlternativeOutput()271 angle = Rotation2Angle(driver_data->va_rotate) + Rotation2Angle(driver_data->hdmi_rotation); in psb_RecalcAlternativeOutput()272 driver_data->extend_rotation = Angle2Rotation(angle); in psb_RecalcAlternativeOutput()
746 inline static int Angle2Rotation(int angle) in Angle2Rotation() argument748 angle %= 360; in Angle2Rotation()749 switch (angle) { in Angle2Rotation()
840 # according to this color. Hue is specified as an angle on a colorwheel,