Searched refs:decodedFrameCount (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamerBase.h94 unsigned decodedFrameCount() const;
H A DMediaPlayerPrivateGStreamerBase.cpp475 unsigned MediaPlayerPrivateGStreamerBase::decodedFrameCount() const function in class:WebCore::MediaPlayerPrivateGStreamerBase
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLVideoElement.cpp321 return player()->decodedFrameCount();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DMediaPlayerPrivate.h199 virtual unsigned decodedFrameCount() const { return 0; } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.h512 unsigned decodedFrameCount() const;
H A DMediaPlayer.cpp958 unsigned MediaPlayer::decodedFrameCount() const function in class:WebCore::MediaPlayer
960 return m_private->decodedFrameCount();

Completed in 210 milliseconds