Searched refs:seeking (Results 1 - 24 of 24) sorted by relevance

/external/webkit/WebCore/platform/graphics/wince/
H A DMediaPlayerPrivateWince.h59 bool seeking() const;
/external/webkit/WebKit/chromium/public/
H A DWebMediaPlayer.h114 virtual bool seeking() const = 0;
/external/webkit/WebCore/html/
H A DHTMLMediaElement.idl56 readonly attribute boolean seeking;
H A DHTMLMediaElement.h111 bool seeking() const;
H A DHTMLMediaElement.cpp975 // 6 - set the seeking flag, it will be cleared when the engine tells is the time has actually changed
1012 bool HTMLMediaElement::seeking() const function in class:WebCore::HTMLMediaElement
/external/webkit/WebCore/platform/graphics/
H A DMediaPlayerPrivate.h66 virtual bool seeking() const = 0;
H A DMediaPlayer.cpp84 virtual bool seeking() const { return false; } function in class:WebCore::NullMediaPlayerPrivate
324 bool MediaPlayer::seeking() const function in class:WebCore::MediaPlayer
326 return m_private->seeking();
H A DMediaPlayer.h161 bool seeking() const;
/external/webkit/WebCore/platform/graphics/android/
H A DMediaPlayerPrivateAndroid.h60 virtual bool seeking() const;
/external/webkit/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivatePhonon.h92 bool seeking() const;
H A DMediaPlayerPrivatePhonon.cpp233 bool MediaPlayerPrivate::seeking() const function in class:WebCore::MediaPlayerPrivate
343 if (seeking())
/external/webkit/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.h79 virtual bool seeking() const;
H A DWebMediaPlayerClientImpl.cpp212 bool WebMediaPlayerClientImpl::seeking() const function in class:WebKit::WebMediaPlayerClientImpl
215 return m_webMediaPlayer->seeking();
/external/webkit/WebCore/platform/graphics/gtk/
H A DMediaPlayerPrivateGStreamer.h72 bool seeking() const;
H A DMediaPlayerPrivateGStreamer.cpp418 // Avoid useless seeking.
465 bool MediaPlayerPrivate::seeking() const function in class:WebCore::MediaPlayerPrivate
762 if (seeking())
/external/webkit/WebCore/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.h94 bool seeking() const;
H A DMediaPlayerPrivateQTKit.mm676 if (!metaDataAvailable()|| !seeking() || currentTime() == m_seekTo) {
702 bool MediaPlayerPrivate::seeking() const
976 if (seeking())
1025 // It may not be possible to seek to a specific time in a streamed movie. When seeking in a
/external/webkit/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.h91 bool seeking() const;
H A DMediaPlayerPrivateQuickTimeWin.cpp258 if (!m_qtMovie || !seeking() || currentTime() == m_seekTo) {
284 bool MediaPlayerPrivate::seeking() const function in class:WebCore::MediaPlayerPrivate
466 if (seeking())
/external/webkit/WebCore/dom/
H A DEventNames.h129 macro(seeking) \
/external/webkit/WebKit/android/WebCoreSupport/
H A DMediaPlayerPrivateAndroid.cpp155 bool MediaPlayerPrivate::seeking() const function in class:WebCore::MediaPlayerPrivate
/external/webkit/WebCore/page/
H A DDOMWindow.h308 DEFINE_ATTRIBUTE_EVENT_LISTENER(seeking);
/external/zlib/contrib/delphi/
H A DZLib.pas104 the uncompressed data has been reached. Seeking backwards, seeking relative
/external/dropbear/libtomcrypt/
H A Dcrypt.tex941 the salted IV, and is only meant to allow seeking within a session. In LRW, it changes the tweak, forcing a computation of the tweak pad, allowing for
942 seeking within the session. In OFB mode, the IV is encrypted and becomes the new pad.
1033 LRW mode is a cipher mode which is meant for indexed encryption like used to handle storage media. It is meant to have efficient seeking and overcome the
1072 of 16. The LRW code uses a fast tweak update such that consecutive blocks are encrypted faster than if random seeking where used.
1086 These will get or set the 16--octet IV. Note that setting the IV is the same as \textit{seeking} and unlike other modes is not a free operation. It requires
1087 updating the entire tweak which is slower than sequential use. Avoid seeking excessively in performance constrained code.

Completed in 85 milliseconds