HomeSort by relevance Sort by last modified time
    Searched refs:seeking (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/av/libvideoeditor/lvpp/
DummyVideoSource.cpp 125 bool seeking = false; local
129 seeking = true;
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayerPrivate.h 71 virtual bool seeking() const = 0;
MediaPlayer.cpp 109 virtual bool seeking() const { return false; } function in class:WebCore::NullMediaPlayerPrivate
458 bool MediaPlayer::seeking() const function in class:WebCore::MediaPlayer
460 return m_private->seeking();
  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerPrivateWinCE.h 59 bool seeking() const;
  /external/webkit/Source/WebKit/chromium/public/
WebMediaPlayer.h 121 virtual bool seeking() const = 0;
  /external/libvorbis/doc/vorbisfile/
Makefile.am 19 overview.html reference.html return.html seekexample.html seeking.html\
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.idl 55 readonly attribute boolean seeking;
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaPlayerPrivateAndroid.h 63 virtual bool seeking() const { return false; } function in class:WebCore::MediaPlayerPrivate
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.h 92 bool seeking() const;
MediaPlayerPrivateQt.h 64 bool seeking() const;
MediaPlayerPrivatePhonon.cpp 283 bool MediaPlayerPrivatePhonon::seeking() const function in class:WebCore::MediaPlayerPrivatePhonon
393 if (seeking())
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 192 bool seeking = false; local
196 seeking = true;
242 if (seeking) {
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.h 66 bool seeking() const;
WebKitWebSourceGStreamer.cpp 122 static void webKitWebSrcStop(WebKitWebSrc* src, bool seeking);
345 static void webKitWebSrcStop(WebKitWebSrc* src, bool seeking)
355 if (priv->frame && !seeking)
388 if (!seeking)
395 if (!seeking) {
673 GST_DEBUG_OBJECT(src, "Seeking to offset: %" G_GUINT64_FORMAT, offset);
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 95 bool seeking() const;
MediaPlayerPrivateQuickTimeVisualContext.h 87 bool seeking() const;
MediaPlayerPrivateQuickTimeWin.cpp 331 if (!m_qtMovie || !seeking() || currentTime() == m_seekTo) {
357 bool MediaPlayerPrivate::seeking() const function in class:WebCore::MediaPlayerPrivate
539 if (seeking())
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.h 101 virtual bool seeking() const;
WebMediaPlayerClientImpl.cpp 314 bool WebMediaPlayerClientImpl::seeking() const function in class:WebKit::WebMediaPlayerClientImpl
317 return m_webMediaPlayer->seeking();
  /external/chromium/webkit/glue/
webmediaplayer_impl.h 230 virtual bool seeking() const;
  /external/webkit/Source/WebCore/dom/
EventNames.h 141 macro(seeking) \
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.h 133 virtual bool seeking() const;
MediaPlayerPrivateAVFoundation.cpp 293 LOG(Media, "MediaPlayerPrivateAVFoundation::seek(%p) - seeking to %f", this, time);
321 bool MediaPlayerPrivateAVFoundation::seeking() const function in class:WebCore::MediaPlayerPrivateAVFoundation
458 if (seeking())
590 // if we will be able to seek to an exact time, so assume that we are done seeking if we are
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 101 bool seeking() const;
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 167 seeking logic.
173 for seeking operations at the very beginning of the stream.

Completed in 249 milliseconds

1 2