Searched defs:droppedFrameCount (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayerPrivate.h142 virtual unsigned droppedFrameCount() const { return 0; } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.cpp737 unsigned MediaPlayer::droppedFrameCount() const function in class:WebCore::MediaPlayer
739 return m_private->droppedFrameCount();
/external/webkit/Source/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.cpp496 unsigned WebMediaPlayerClientImpl::droppedFrameCount() const function in class:WebKit::WebMediaPlayerClientImpl
499 return m_webMediaPlayer->droppedFrameCount();
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.cc724 unsigned WebMediaPlayerImpl::droppedFrameCount() const { function in class:webkit_glue::WebMediaPlayerImpl
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp961 unsigned MediaPlayerPrivateGStreamer::droppedFrameCount() const function in class:WebCore::MediaPlayerPrivateGStreamer

Completed in 63 milliseconds