Home
last modified time | relevance | path

Searched defs:theta (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libheadtracking/
DQuaternionUtil.cpp64 const float theta = sqrt(theta_squared); in ExpSU2() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DBubblePopupDrawable.kt190 val theta = atan(thetaTan) in <lambda>() constant
/frameworks/wilhelm/src/itf/
DI3DMacroscopic.cpp122 SLmillidegree theta, const SLVec3D *pAxis) in I3DMacroscopic_Rotate()
DI3DLocation.cpp213 static SLresult I3DLocation_Rotate(SL3DLocationItf self, SLmillidegree theta, const SLVec3D *pAxis) in I3DLocation_Rotate()
/frameworks/native/libs/input/
DMotionPredictorMetricsManager.cpp173 const float theta = std::atan2(groundTruthTrajectory[1], groundTruthTrajectory[0]); in updateAggregatedMetrics() local
/frameworks/rs/driver/runtime/
Drs_quaternion.c152 float theta = acos(angle); in rsQuaternionSlerp() local
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.cpp351 double theta = (1000+volumeItf->mStereoPosition)*M_PI_4/1000.0f; // 0 <= theta <= Pi/2 in android_player_volumeUpdate() local