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

1 2

  /frameworks/av/libvideoeditor/lvpp/
DummyVideoSource.cpp 125 bool seeking = false; local
129 seeking = true;
  /external/chromium_org/third_party/WebKit/public/web/
WebMediaPlayer.h 118 virtual bool seeking() const = 0;
  /external/libvorbis/doc/vorbisfile/
Makefile.am 19 overview.html reference.html return.html seekexample.html seeking.html\
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 216 bool seeking = false; local
220 seeking = true;
266 if (seeking) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
MediaPlayer.h 131 virtual bool seeking() const = 0;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.idl 56 readonly attribute boolean seeking;
HTMLMediaElement.h 121 bool seeking() const;
  /external/chromium/webkit/glue/
webmediaplayer_impl.h 230 virtual bool seeking() const;
webmediaplayer_impl.cc 550 bool WebMediaPlayerImpl::seeking() const { function in class:webkit_glue::WebMediaPlayerImpl
610 // We are using this flag to indicate if the data source supports seeking
  /external/chromium_org/content/renderer/media/
webmediaplayer_ms.h 97 virtual bool seeking() const OVERRIDE;
webmediaplayer_impl.h 121 virtual bool seeking() const;
webmediaplayer_ms.cc 232 bool WebMediaPlayerMS::seeking() const { function in class:content::WebMediaPlayerMS
  /external/chromium_org/content/renderer/media/android/
media_source_delegate.h 178 void SetSeeking(bool seeking);
webmediaplayer_android.h 129 virtual bool seeking() const;
media_source_delegate.cc 138 // TODO(xhwang): Figure out if we need to Reset the DDSs after Seeking or
307 return; // Drop the request during seeking.
345 // No new OnReadFromDemuxer() will be called during seeking. So this callback
348 DVLOG(1) << "OnBufferReady(): Ignore previous read during seeking.";
766 void MediaSourceDelegate::SetSeeking(bool seeking) {
768 seeking_ = seeking;
webmediaplayer_android.cc 365 bool WebMediaPlayerAndroid::seeking() const { function in class:content::WebMediaPlayerAndroid
382 if (seeking())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
EventNames.h 159 macro(seeking) \
  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.h 110 virtual bool seeking() const OVERRIDE;
WebMediaPlayerClientImpl.cpp 393 bool WebMediaPlayerClientImpl::seeking() const function in class:WebKit::WebMediaPlayerClientImpl
396 return m_webMediaPlayer->seeking();
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 167 seeking logic.
173 for seeking operations at the very beginning of the stream.
  /external/chromium_org/tools/perf/metrics/
media.js 95 // Playing event can fire more than once if seeking.
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindow.h 311 DEFINE_ATTRIBUTE_EVENT_LISTENER(seeking);
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 3800 bool seeking = false; local
    [all...]
  /external/zlib/src/contrib/delphi/
ZLib.pas 103 allowed. Seeking forward decompresses data until the requested position in
104 the uncompressed data has been reached. Seeking backwards, seeking relative
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 139 position seeking.
    [all...]

Completed in 727 milliseconds

1 2