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

/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayerPrivate.h141 virtual unsigned decodedFrameCount() const { return 0; } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.cpp732 unsigned MediaPlayer::decodedFrameCount() const function in class:WebCore::MediaPlayer
734 return m_private->decodedFrameCount();
/external/webkit/Source/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.cpp489 unsigned WebMediaPlayerClientImpl::decodedFrameCount() const function in class:WebKit::WebMediaPlayerClientImpl
492 return m_webMediaPlayer->decodedFrameCount();
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.cc717 unsigned WebMediaPlayerImpl::decodedFrameCount() const { function in class:webkit_glue::WebMediaPlayerImpl
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp953 unsigned MediaPlayerPrivateGStreamer::decodedFrameCount() const function in class:WebCore::MediaPlayerPrivateGStreamer

Completed in 125 milliseconds