HomeSort by relevance Sort by last modified time
    Searched refs:SEEK (Results 1 - 10 of 10) sorted by null

  /system/media/wilhelm/src/ut/
OpenSLESUT.c 82 _(SEEK),
  /packages/apps/Mms/src/com/android/mms/model/
AudioModel.java 146 action = MediaAction.SEEK;
MediaModel.java 67 SEEK,
VideoModel.java 182 action = MediaAction.SEEK;
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowPresenter.java 173 } else if (action == MediaAction.SEEK) {
245 } else if (action == MediaAction.SEEK) {
  /frameworks/base/core/java/android/webkit/
HTML5VideoViewProxy.java 56 private static final int SEEK = 101;
84 // The seek position.
225 public static void seek(int time, HTML5VideoViewProxy proxy) { method in class:HTML5VideoViewProxy.VideoPlayer
326 case SEEK: {
329 VideoPlayer.seek(mSeekPosition, this);
609 seek(position);
618 * Seek into the video stream.
621 public void seek(int time) { method in class:HTML5VideoViewProxy
622 Message message = obtainMessage(SEEK);
  /frameworks/base/media/libstagefright/include/
AwesomePlayer.h 189 SEEK,
  /frameworks/media/libvideoeditor/lvpp/
PreviewPlayerBase.h 173 SEEK,
PreviewPlayerBase.cpp 739 // If there was a seek request before we ever started,
1040 mSeeking = SEEK;
1115 // video event right now. In order for this new seek
1121 mSeeking = SEEK;
    [all...]
  /frameworks/base/media/libstagefright/
AwesomePlayer.cpp 873 // If there was a seek request before we ever started,
966 // We will have finished the seek while starting the audio player.
    [all...]

Completed in 4461 milliseconds