OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOrientationVectors
(Results
1 - 3
of
3
) sorted by null
/system/media/wilhelm/src/itf/
I3DMacroscopic.c
108
thiz->
mOrientationVectors
.mFront = front;
109
thiz->
mOrientationVectors
.mAbove = above;
110
thiz->
mOrientationVectors
.mUp = above; // wrong
164
SLVec3D front = thiz->
mOrientationVectors
.mFront;
165
SLVec3D up = thiz->
mOrientationVectors
.mUp;
221
memset(&thiz->
mOrientationVectors
, 0x55, sizeof(thiz->
mOrientationVectors
));
222
thiz->
mOrientationVectors
.mFront.x = 0;
223
thiz->
mOrientationVectors
.mFront.y = 0;
224
thiz->
mOrientationVectors
.mFront.z = -1000
[
all
...]
I3DLocation.c
176
thiz->
mOrientationVectors
.mFront = front;
177
thiz->
mOrientationVectors
.mAbove = above;
251
SLVec3D front = thiz->
mOrientationVectors
.mFront;
252
SLVec3D up = thiz->
mOrientationVectors
.mUp;
286
memset(&thiz->
mOrientationVectors
, 0x55, sizeof(thiz->
mOrientationVectors
));
/system/media/wilhelm/src/
itfstruct.h
141
}
mOrientationVectors
;
166
}
mOrientationVectors
;
Completed in 181 milliseconds