Home
last modified time | relevance | path

Searched refs:videoDecodedByteCount (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebMediaPlayer.h141 virtual unsigned videoDecodedByteCount() const = 0;
/external/webkit/Source/WebCore/platform/graphics/
DMediaPlayerPrivate.h144 virtual unsigned videoDecodedByteCount() const { return 0; } in videoDecodedByteCount() function
DMediaPlayer.h306 unsigned videoDecodedByteCount() const;
DMediaPlayer.cpp747 unsigned MediaPlayer::videoDecodedByteCount() const in videoDecodedByteCount() function in WebCore::MediaPlayer
749 return m_private->videoDecodedByteCount(); in videoDecodedByteCount()
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.h123 unsigned videoDecodedByteCount() const;
DMediaPlayerPrivateGStreamer.cpp981 unsigned MediaPlayerPrivateGStreamer::videoDecodedByteCount() const in videoDecodedByteCount() function in WebCore::MediaPlayerPrivateGStreamer
/external/webkit/Source/WebKit/chromium/src/
DWebMediaPlayerClientImpl.cpp510 unsigned WebMediaPlayerClientImpl::videoDecodedByteCount() const in videoDecodedByteCount() function in WebKit::WebMediaPlayerClientImpl
513 return m_webMediaPlayer->videoDecodedByteCount(); in videoDecodedByteCount()
DWebMediaPlayerClientImpl.h123 virtual unsigned videoDecodedByteCount() const;
/external/chromium/webkit/glue/
Dwebmediaplayer_impl.h252 virtual unsigned videoDecodedByteCount() const;
Dwebmediaplayer_impl.cc738 unsigned WebMediaPlayerImpl::videoDecodedByteCount() const { in videoDecodedByteCount() function in webkit_glue::WebMediaPlayerImpl
/external/webkit/Source/WebCore/html/
DHTMLMediaElement.cpp2675 return m_player->videoDecodedByteCount(); in webkitVideoDecodedByteCount()
/external/webkit/Source/WebKit/chromium/
DChangeLog4856 (WebKit::WebMediaPlayerClientImpl::videoDecodedByteCount):
/external/webkit/Source/WebCore/
DChangeLog24095 (WebCore::MediaPlayerPrivateGStreamer::videoDecodedByteCount):
62568 (WebCore::MediaPlayer::videoDecodedByteCount):
62574 (WebCore::MediaPlayerPrivateInterface::videoDecodedByteCount):