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

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

Completed in 19 milliseconds