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

  /frameworks/wilhelm/src/ut/
OpenSLESUT.c 82 _(SEEK),
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowPresenter.java 164 } else if (action == MediaAction.SEEK) {
244 } else if (action == MediaAction.SEEK) {
  /packages/apps/Mms/src/com/android/mms/model/
AudioModel.java 138 action = MediaAction.SEEK;
MediaModel.java 64 SEEK,
VideoModel.java 180 action = MediaAction.SEEK;
  /frameworks/base/core/java/android/webkit/
HTML5VideoViewProxy.java 59 private static final int SEEK = 101;
89 // The seek position.
273 public static void seek(int time, HTML5VideoViewProxy proxy) { method in class:HTML5VideoViewProxy.VideoPlayer
390 case SEEK: {
393 VideoPlayer.seek(mSeekPosition, this);
684 seek(position);
708 * Seek into the video stream.
711 public void seek(int time) { method in class:HTML5VideoViewProxy
712 Message message = obtainMessage(SEEK);
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.h 159 SEEK,
PreviewPlayer.cpp 632 // Set the seek option for Image source files and read.
648 // If there was a seek request while we were paused
800 // We're going to seek the video source first, followed by
806 // stop reading input data until a subsequent seek.
849 // a seek request pending that needs to be applied to the audio track
878 // buffers are before seek time
    [all...]
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 191 SEEK,
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 232 #undef SEEK
260 #define SEEK(n) ISTREAM->seek(ISTREAM, n)
364 #undef SEEK
398 #define SEEK(n) ISTREAM->seek(ISTREAM, n)
444 #undef SEEK
479 #define SEEK(n) ISTREAM->seek(ISTREAM, n)
    [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 904 // If there was a seek request before we ever started,
997 // We will have finished the seek while starting the audio player.
    [all...]

Completed in 931 milliseconds