Home
last modified time | relevance | path

Searched refs:pVelocity (Results 1 – 2 of 2) sorted by relevance

/frameworks/wilhelm/src/itf/
DI3DDoppler.cpp22 static SLresult I3DDoppler_SetVelocityCartesian(SL3DDopplerItf self, const SLVec3D *pVelocity) in I3DDoppler_SetVelocityCartesian() argument
26 if (NULL == pVelocity) { in I3DDoppler_SetVelocityCartesian()
30 SLVec3D velocityCartesian = *pVelocity; in I3DDoppler_SetVelocityCartesian()
60 static SLresult I3DDoppler_GetVelocityCartesian(SL3DDopplerItf self, SLVec3D *pVelocity) in I3DDoppler_GetVelocityCartesian() argument
64 if (NULL == pVelocity) { in I3DDoppler_GetVelocityCartesian()
79 *pVelocity = velocityCartesian; in I3DDoppler_GetVelocityCartesian()
96 pVelocity->x = 0; in I3DDoppler_GetVelocityCartesian()
97 pVelocity->y = 0; in I3DDoppler_GetVelocityCartesian()
98 pVelocity->z = 0; in I3DDoppler_GetVelocityCartesian()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h1774 const SLVec3D *pVelocity
1784 SLVec3D *pVelocity