/external/sonivox/arm-fm-22k/lib_src/ |
eas_synth.h | 285 EAS_U8 velocity; /* 0 <= velocity <= 127 */ member in struct:s_synth_voice_tag 288 EAS_U8 nextVelocity; /* 0 <= velocity <= 127 */
|
eas_fmsynth.c | 446 /* check for linear velocity flag */ 449 temp = (EAS_I32) (pVoice->velocity - 127) << 5; 451 temp = (EAS_I32) fmControlTable[pVoice->velocity]; 453 /* scale velocity */
|
eas_imelody.c | 876 EAS_U8 velocity; local 889 velocity = (EAS_U8) (pData->volume ? pData->volume * IMELODY_VEL_MUL + IMELODY_VEL_OFS : 0); 893 VMStartNote(pEASData->pVoiceMgr, pData->pSynth, IMELODY_CHANNEL, pData->note, velocity); [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_synth.h | 285 EAS_U8 velocity; /* 0 <= velocity <= 127 */ member in struct:s_synth_voice_tag 288 EAS_U8 nextVelocity; /* 0 <= velocity <= 127 */
|
eas_fmsynth.c | 446 /* check for linear velocity flag */ 449 temp = (EAS_I32) (pVoice->velocity - 127) << 5; 451 temp = (EAS_I32) fmControlTable[pVoice->velocity]; 453 /* scale velocity */
|
eas_imelody.c | 876 EAS_U8 velocity; local 889 velocity = (EAS_U8) (pData->volume ? pData->volume * IMELODY_VEL_MUL + IMELODY_VEL_OFS : 0); 893 VMStartNote(pEASData->pVoiceMgr, pData->pSynth, IMELODY_CHANNEL, pData->note, velocity); [all...] |
eas_wtsynth.c | 725 If this voice was stolen, then the velocity is actually 727 So we really shouldn't use this velocity. However, that would require 728 more memory to store the velocity value, and the improvement may 731 /* velocity is fixed at note start for a given voice and must be squared */ 732 temp = (pVoice->velocity) << (NUM_EG1_FRAC_BITS - 7); [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_synth.h | 285 EAS_U8 velocity; /* 0 <= velocity <= 127 */ member in struct:s_synth_voice_tag 288 EAS_U8 nextVelocity; /* 0 <= velocity <= 127 */
|
eas_imelody.c | 885 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); [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedView.java | [all...] |
/external/chromium_org/ui/events/gestures/ |
gesture_sequence.cc | 432 float CalibrateFlingVelocity(float velocity) { 435 float normalized_velocity = fabs(velocity * kFlingCurveNormalization); 443 if (velocity < 0.f) 444 return std::max(nu * velocity, -GestureConfiguration::fling_velocity_cap()); 446 return std::min(nu * velocity, GestureConfiguration::fling_velocity_cap()); [all...] |
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/ |
bouncing_balls.js | 150 //velocity after floor hit
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
SlotView.java | 663 float velocity = WIDE ? velocityX : velocityY; local 664 mScroller.fling((int) -velocity, 0, scrollLimit);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DeleteDropTarget.java | 361 // Calculate how far along the velocity vector we should put the intermediate point on 363 float velocity = Math.abs(vel.length()); local 364 float vp = Math.min(1f, velocity / (config.getScaledMaximumFlingVelocity() / 2f)); 406 * Creates an animation from the current drag view along its current velocity vector.
|
PagedView.java | [all...] |
/external/chromium_org/content/renderer/input/ |
input_handler_proxy_unittest.cc | 69 virtual void NotifyCurrentFlingVelocity(gfx::Vector2dF velocity) OVERRIDE {} 84 // A simple WebGestureCurve implementation that flings at a constant velocity 88 FakeWebGestureCurve(const blink::WebFloatPoint& velocity, 90 : velocity_(velocity), cumulative_scroll_(cumulative_scroll) {} 127 const WebFloatPoint& velocity, 129 return new FakeWebGestureCurve(velocity, cumulative_scroll); [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
PagedView.java | [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/ |
StaggeredGridView.java | 993 final float velocity = VelocityTrackerCompat.getYVelocity(mVelocityTracker, local [all...] |
/frameworks/ex/widget/java/com/android/ex/widget/ |
StaggeredGridView.java | 353 // Break fling velocity if we impacted an edge. 365 final float velocity = VelocityTrackerCompat.getYVelocity(mVelocityTracker, local 367 if (Math.abs(velocity) > mFlingVelocity) { // TODO 369 mScroller.fling(0, 0, 0, (int) velocity, 0, 0, [all...] |
/external/chromium_org/cc/trees/ |
layer_tree_host_impl.h | 126 virtual void NotifyCurrentFlingVelocity(gfx::Vector2dF velocity) OVERRIDE;
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/ |
ParticleTriMesh.java | 205 left.set(p.velocity).normalizeLocal();
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asequencer.h | 232 unsigned char velocity; member in struct:snd_seq_ev_note [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asequencer.h | 232 unsigned char velocity; member in struct:snd_seq_ev_note [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
DayView.java | [all...] |
/development/samples/training/multiscreen/newsreader/libs/ |
android-support-v4.jar | |