Searched refs:pVelocity (Results 1 – 2 of 2) sorted by relevance
22 static SLresult I3DDoppler_SetVelocityCartesian(SL3DDopplerItf self, const SLVec3D *pVelocity) in I3DDoppler_SetVelocityCartesian() argument26 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() argument64 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()
1774 const SLVec3D *pVelocity1784 SLVec3D *pVelocity