Home | History | Annotate | Download | only in media

Lines Matching defs:speed

156     private @interface SPEED {}
159 * Invalid playback speed.
164 * Speed representing playback state that is paused.
169 * Speed representing playback state that is playing normally.
174 * The initial (level 0) fast forward playback speed.
175 * The negative of this value is for rewind at the same speed.
180 * The level 1 fast forward playback speed.
181 * The negative of this value is for rewind at the same speed.
186 * The level 2 fast forward playback speed.
187 * The negative of this value is for rewind at the same speed.
192 * The level 3 fast forward playback speed.
193 * The negative of this value is for rewind at the same speed.
198 * The level 4 fast forward playback speed.
199 * The negative of this value is for rewind at the same speed.
214 @SPEED
613 int speed;
625 speed = getFastForwardSpeeds()[index];
633 speed = -getRewindSpeeds()[index];
638 long position = mStartPosition + (System.currentTimeMillis() - mStartTime) * speed;