Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/public/
DWebMediaPlayer.h139 virtual unsigned droppedFrameCount() const = 0;
/external/webkit/Source/WebCore/platform/graphics/
DMediaPlayerPrivate.h142 virtual unsigned droppedFrameCount() const { return 0; } in droppedFrameCount() function
DMediaPlayer.h304 unsigned droppedFrameCount() const;
DMediaPlayer.cpp737 unsigned MediaPlayer::droppedFrameCount() const in droppedFrameCount() function in WebCore::MediaPlayer
739 return m_private->droppedFrameCount(); in droppedFrameCount()
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.h121 unsigned droppedFrameCount() const;
DMediaPlayerPrivateGStreamer.cpp961 unsigned MediaPlayerPrivateGStreamer::droppedFrameCount() const in droppedFrameCount() function in WebCore::MediaPlayerPrivateGStreamer
/external/webkit/Source/WebKit/chromium/src/
DWebMediaPlayerClientImpl.cpp496 unsigned WebMediaPlayerClientImpl::droppedFrameCount() const in droppedFrameCount() function in WebKit::WebMediaPlayerClientImpl
499 return m_webMediaPlayer->droppedFrameCount(); in droppedFrameCount()
DWebMediaPlayerClientImpl.h121 virtual unsigned droppedFrameCount() const;
/external/webkit/Source/WebCore/html/
DHTMLVideoElement.cpp285 return player()->droppedFrameCount(); in webkitDroppedFrameCount()
/external/chromium/webkit/glue/
Dwebmediaplayer_impl.h250 virtual unsigned droppedFrameCount() const;
Dwebmediaplayer_impl.cc724 unsigned WebMediaPlayerImpl::droppedFrameCount() const { in droppedFrameCount() function in webkit_glue::WebMediaPlayerImpl
/external/webkit/Source/WebKit/chromium/
DChangeLog4854 (WebKit::WebMediaPlayerClientImpl::droppedFrameCount):
/external/webkit/Source/WebCore/
DChangeLog24093 (WebCore::MediaPlayerPrivateGStreamer::droppedFrameCount):
62566 (WebCore::MediaPlayer::droppedFrameCount):
62572 (WebCore::MediaPlayerPrivateInterface::droppedFrameCount):