HomeSort by relevance Sort by last modified time
    Searched refs:droppedFrameCount (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayerPrivate.h 142 virtual unsigned droppedFrameCount() const { return 0; }
MediaPlayer.h 304 unsigned droppedFrameCount() const;
MediaPlayer.cpp 737 unsigned MediaPlayer::droppedFrameCount() const
739 return m_private->droppedFrameCount();
  /external/webkit/Source/WebKit/chromium/public/
WebMediaPlayer.h 139 virtual unsigned droppedFrameCount() const = 0;
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.h 121 unsigned droppedFrameCount() const;
MediaPlayerPrivateGStreamer.cpp 961 unsigned MediaPlayerPrivateGStreamer::droppedFrameCount() const
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.h 121 virtual unsigned droppedFrameCount() const;
WebMediaPlayerClientImpl.cpp 496 unsigned WebMediaPlayerClientImpl::droppedFrameCount() const
499 return m_webMediaPlayer->droppedFrameCount();
  /external/chromium/webkit/glue/
webmediaplayer_impl.h 250 virtual unsigned droppedFrameCount() const;
webmediaplayer_impl.cc 724 unsigned WebMediaPlayerImpl::droppedFrameCount() const {
  /external/webkit/Source/WebCore/html/
HTMLVideoElement.cpp 285 return player()->droppedFrameCount();

Completed in 2747 milliseconds