OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempV
(Results
1 - 6
of
6
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
BoneTrack.java
198
Vector3f
tempV
= vars.vect1;
208
translations.get(0,
tempV
);
214
translations.get(lastFrame,
tempV
);
232
translations.get(startFrame,
tempV
);
242
tempV
.interpolate(tempV2, blend);
247
target.blendAnimTransforms(
tempV
, tempQ, scales != null ? tempS : null, weight);
249
target.setAnimTransforms(
tempV
, tempQ, scales != null ? tempS : null);
SpatialTrack.java
71
Vector3f
tempV
= vars.vect1;
83
translations.get(0,
tempV
);
91
translations.get(lastFrame,
tempV
);
109
translations.get(startFrame,
tempV
);
121
tempV
.interpolate(tempV2, blend);
126
spatial.setLocalTranslation(
tempV
);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp
67
uint32_t
tempV
= (temp >> 8) & 0xFF;
68
tempV
=
tempV
| ((temp >> 16) & 0xFF00);
71
*outcb++ =
tempV
;
/frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp
128
uint32_t
tempV
= (temp >> 8) & 0xFF;
129
tempV
=
tempV
| ((temp >> 16) & 0xFF00);
132
*outcb++ =
tempV
;
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp
76
uint32_t
tempV
= (temp >> 8) & 0xFF;
77
tempV
=
tempV
| ((temp >> 16) & 0xFF00);
80
*outcb++ =
tempV
;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp
629
uint32_t
tempV
= (temp >> 8) & 0xFF;
630
tempV
=
tempV
| ((temp >> 16) & 0xFF00);
633
*outcb++ =
tempV
;
[
all
...]
Completed in 123 milliseconds