Searched refs:SLVec3D (Results 1 - 5 of 5) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DI3DLocation.c22 static SLresult I3DLocation_SetLocationCartesian(SL3DLocationItf self, const SLVec3D *pLocation)
30 SLVec3D locationCartesian = *pLocation;
66 static SLresult I3DLocation_Move(SL3DLocationItf self, const SLVec3D *pMovement)
74 SLVec3D movementCartesian = *pMovement;
113 static SLresult I3DLocation_GetLocationCartesian(SL3DLocationItf self, SLVec3D *pLocation)
130 SLVec3D locationCartesian = thiz->mLocationCartesian;
164 const SLVec3D *pFront, const SLVec3D *pAbove)
171 SLVec3D front = *pFront;
172 SLVec3D abov
[all...]
H A DI3DMacroscopic.c96 const SLVec3D *pFront, const SLVec3D *pAbove)
104 SLVec3D front = *pFront;
105 SLVec3D above = *pAbove;
122 SLmillidegree theta, const SLVec3D *pAxis)
129 SLVec3D axis = *pAxis;
147 SLVec3D *pFront, SLVec3D *pUp)
164 SLVec3D front = thiz->mOrientationVectors.mFront;
165 SLVec3D u
[all...]
H A DI3DDoppler.c22 static SLresult I3DDoppler_SetVelocityCartesian(SL3DDopplerItf self, const SLVec3D *pVelocity)
30 SLVec3D velocityCartesian = *pVelocity;
60 static SLresult I3DDoppler_GetVelocityCartesian(SL3DDopplerItf self, SLVec3D *pVelocity)
77 SLVec3D velocityCartesian = thiz->mVelocityCartesian;
/frameworks/wilhelm/src/
H A Ditfstruct.h100 SLVec3D mVelocityCartesian;
128 SLVec3D mLocationCartesian;
141 SLVec3D mFront;
142 SLVec3D mAbove;
143 SLVec3D mUp;
148 SLVec3D mAxis;
166 SLVec3D mFront;
167 SLVec3D mAbove;
168 SLVec3D mUp;
173 SLVec3D mAxi
[all...]
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1711 } SLVec3D; typedef in typeref:struct:SLVec3D_
1721 const SLVec3D *pLocation
1731 const SLVec3D *pMovement
1735 SLVec3D *pLocation
1739 const SLVec3D *pFront,
1740 const SLVec3D *pAbove
1751 const SLVec3D *pAxis
1755 SLVec3D *pFront,
1756 SLVec3D *pUp
1774 const SLVec3D *pVelocit
[all...]

Completed in 129 milliseconds