Searched defs:theta (Results 1 - 3 of 3) sorted by relevance

/system/media/wilhelm/src/itf/
H A DI3DLocation.c213 static SLresult I3DLocation_Rotate(SL3DLocationItf self, SLmillidegree theta, const SLVec3D *pAxis) argument
217 if (!((-360000 <= theta) && (theta <= 360000)) || (NULL == pAxis)) {
230 thiz->mTheta = theta;
H A DI3DMacroscopic.c122 SLmillidegree theta, const SLVec3D *pAxis)
126 if (!((-360000 <= theta) && (theta <= 360000)) || NULL == pAxis) {
135 thiz->mTheta = theta;
121 I3DMacroscopic_Rotate(SL3DMacroscopicItf self, SLmillidegree theta, const SLVec3D *pAxis) argument
/system/media/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp326 double theta = (1000+volumeItf->mStereoPosition)*M_PI_4/1000.0f; // 0 <= theta <= Pi/2 local
327 amplFromStereoPos[0] = cos(theta);
328 amplFromStereoPos[1] = sin(theta);

Completed in 176 milliseconds