Home
last modified time | relevance | path

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

/hardware/interfaces/input/common/1.0/
Dtypes.hal141 * The full range is from -PI/2 radians (finger pointing fully left) to PI/2 radians
145 * The range is from -PI radians to PI radians, where 0 is pointing up,
146 * -PI/2 radians is pointing left, -PI or PI radians is pointing down, and PI/2 radians
277 * surface, and PI/2 radians indicates that the stylus is being held flat
/hardware/interfaces/broadcastradio/2.0/
Dtypes.hal625 * but the primary ID must be sufficient (i.e. RDS PI is enough to select
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp55 #define PI 3.14159265 macro
1696 horizViewAngle = (180/PI)*2*atan(horizCropFactor*tan((maxHfov/2)*(PI/180))); in updateViewAngles()
1697 vertViewAngle = (180/PI)*2*atan(horizCropFactor*tan((maxVfov/2)*(PI/180))); in updateViewAngles()