Searched defs:velocity (Results 1 - 22 of 22) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DInterpolator.java20 * Helper class for interpolating velocity over time given a target velocity and acceleration.
21 * The current velocity will be accelerated towards the target until the target is reached.
23 * the target velocity.
35 // Rather than simply interpolating acceleration and velocity for each time step
36 // (as in, position += (velocity * time); velocity += (acceleration * time);),
37 // we actually perform the work needed to calculate the integral of velocity with respect to
40 // The integral of velocity is:
49 // change in position = velocity * tim
106 calculateAcceleration(float velocity, float acceleration, float target) argument
[all...]
H A DPhysicsComponent.java118 // velocity.
129 protected void resolveCollision(Vector2 velocity, Vector2 impulse, Vector2 opposingNormal, argument
139 Vector2 relativeVelocity = vectorPool.allocate(velocity);
169 protected void resolveCollision(Vector2 velocity, Vector2 impulse, Vector2 opposingNormal, argument
177 Vector2 entity1Velocity = vectorPool.allocate(velocity);
H A DGameObject.java172 public final void setVelocity(Vector2 velocity) { argument
173 mVelocity.set(velocity);
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_otadata.h74 EAS_U8 velocity; /* current volume */ member in struct:__anon17420
H A Deas_dlssynth.c185 static EAS_I32 DLS_UpdateGain (S_WT_VOICE *pWTVoice, const S_DLS_ARTICULATION *pDLSArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 gain, EAS_U8 velocity) argument
229 /* include velocity */
232 temp = velocity << 8;
279 /* add velocity effect */
281 cutoff += (pVoice->velocity * pDLSArt->velToFc) >> 7;
283 /* add velocity effect */
337 pVoice->gain = (EAS_I16) DLS_UpdateGain(pWTVoice, pDLSArt, pChannel, pDLSRegion->wtRegion.gain, pVoice->velocity);
414 intFrame.frame.gainTarget = DLS_UpdateGain(pWTVoice, pDLSArt, pChannel, pDLSRegion->wtRegion.gain, pVoice->velocity);
494 temp = pEnvParams->attackTime + ((pEnvParams->velToAttack * pVoice->velocity) >> 7);
H A Deas_imelody.c885 EAS_U8 velocity; local
898 velocity = (EAS_U8) (pData->volume ? pData->volume * IMELODY_VEL_MUL + IMELODY_VEL_OFS : 0);
902 VMStartNote(pEASData->pVoiceMgr, pData->pSynth, IMELODY_CHANNEL, pData->note, velocity);
H A Deas_synth.h285 EAS_U8 velocity; /* 0 <= velocity <= 127 */ member in struct:s_synth_voice_tag
288 EAS_U8 nextVelocity; /* 0 <= velocity <= 127 */
H A Deas_voicemgt.c182 pVoice->velocity = pVoice->nextVelocity = DEFAULT_VELOCITY;
1265 * nNoteVelocity - the key velocity from this note
1271 static void VMStolenVoice (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_I32 voiceNum, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex) argument
1285 pVoice->nextVelocity = velocity;
1382 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "\to channel %d note: %d velocity: %d\n",
1410 pVoice->velocity = pVoice->nextVelocity;
1523 * nNoteVelocity - new note's velocity
1535 EAS_BOOL VMCheckPolyphonyLimiting (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U16 regionIndex, EAS_I32 lowVoice, EAS_I32 highVoice) argument
1594 VMStolenVoice(pVoiceMgr, pSynth, oldestVoiceNum, channel, note, velocity, regionIndex);
1610 void VMStartVoice (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity, EAS_U1 argument
1747 VMStartNote(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity) argument
1868 VMStopNote(S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 note, EAS_U8 velocity) argument
[all...]
/external/skia/samplecode/
H A DSampleLitAtlas.cpp71 SkVector newVel = fShip.velocity();
391 const SkPoint& velocity() const { return fVelocity; } function in class:DrawLitAtlasDrawable::ObjectRecord
392 void setVelocity(const SkPoint& velocity) { fVelocity = velocity; } argument
/external/dagger2/lib/
H A Dauto-value-1.0.jar ... .Set wrapperTypesUsedInCollections private static final org.apache.velocity.runtime.parser.node.SimpleNode TEMPLATE void ...
/external/sonivox/arm-wt-22k/host_src/
H A Deas_types.h241 EAS_U8 velocity; member in struct:s_ext_audio_event_tag
/external/sonivox/arm-wt-22k/include/libsonivox/
H A Deas_types.h241 EAS_U8 velocity; member in struct:s_ext_audio_event_tag
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jar ... org/apache/struts2/views/freemarker/tags/ org/apache/struts2/views/velocity/ org/apache/struts2/views/velocity/components/ org/apache/struts2/components ...
/external/kernel-headers/original/uapi/sound/
H A Dasequencer.h197 unsigned char velocity; member in struct:snd_seq_ev_note
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1007 milliseconds