HomeSort by relevance Sort by last modified time
    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/on2/enc/
SoftVPXEncoder.cpp 74 uint32_t tempV = (temp >> 8) & 0xFF;
75 tempV = tempV | ((temp >> 16) & 0xFF00);
78 *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/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 2830 milliseconds