Searched refs:videoDecodedByteCount (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebMediaPlayer.h150 virtual unsigned videoDecodedByteCount() const = 0;
/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_ms.h118 virtual unsigned videoDecodedByteCount() const;
H A Dwebmediaplayer_ms.cc378 unsigned WebMediaPlayerMS::videoDecodedByteCount() const { function in class:content::WebMediaPlayerMS
/external/chromium_org/media/blink/
H A Dwebmediaplayer_impl.h128 virtual unsigned videoDecodedByteCount() const;
H A Dwebmediaplayer_impl.cc576 unsigned WebMediaPlayerImpl::videoDecodedByteCount() const { function in class:media::WebMediaPlayerImpl
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.h174 virtual unsigned videoDecodedByteCount() const;
H A Dwebmediaplayer_android.cc739 unsigned WebMediaPlayerAndroid::videoDecodedByteCount() const { function in class:content::WebMediaPlayerAndroid
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp3659 return webMediaPlayer()->videoDecodedByteCount();

Completed in 934 milliseconds