Searched refs:mOrientationVectors (Results 1 - 3 of 3) sorted by relevance

/system/media/opensles/libopensles/
H A DI3DMacroscopic.c108 this->mOrientationVectors.mFront = front;
109 this->mOrientationVectors.mAbove = above;
110 this->mOrientationVectors.mUp = above; // wrong
164 SLVec3D front = this->mOrientationVectors.mFront;
165 SLVec3D up = this->mOrientationVectors.mUp;
221 memset(&this->mOrientationVectors, 0x55, sizeof(this->mOrientationVectors));
222 this->mOrientationVectors.mFront.x = 0;
223 this->mOrientationVectors.mFront.y = 0;
224 this->mOrientationVectors
[all...]
H A DI3DLocation.c176 this->mOrientationVectors.mFront = front;
177 this->mOrientationVectors.mAbove = above;
251 SLVec3D front = this->mOrientationVectors.mFront;
252 SLVec3D up = this->mOrientationVectors.mUp;
286 memset(&this->mOrientationVectors, 0x55, sizeof(this->mOrientationVectors));
H A Dsles_allinclusive.h393 } mOrientationVectors; member in struct:__anon214
418 } mOrientationVectors; member in struct:__anon218

Completed in 16 milliseconds