Searched refs:audioDecodedByteCount (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebMediaPlayer.h142 virtual unsigned audioDecodedByteCount() const = 0;
/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_ms.h113 virtual unsigned audioDecodedByteCount() const OVERRIDE;
H A Dwebmediaplayer_impl.h141 virtual unsigned audioDecodedByteCount() const;
H A Dwebmediaplayer_ms.cc311 unsigned WebMediaPlayerMS::audioDecodedByteCount() const { function in class:content::WebMediaPlayerMS
H A Dwebmediaplayer_impl.cc573 unsigned WebMediaPlayerImpl::audioDecodedByteCount() const { function in class:content::WebMediaPlayerImpl
/external/chromium_org/third_party/WebKit/Source/platform/graphics/media/
H A DMediaPlayer.h175 virtual unsigned audioDecodedByteCount() const = 0;
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.h251 virtual unsigned audioDecodedByteCount() const;
H A Dwebmediaplayer_impl.cc731 unsigned WebMediaPlayerImpl::audioDecodedByteCount() const { function in class:webkit_glue::WebMediaPlayerImpl
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebMediaPlayerClientImpl.h130 virtual unsigned audioDecodedByteCount() const OVERRIDE;
H A DWebMediaPlayerClientImpl.cpp545 unsigned WebMediaPlayerClientImpl::audioDecodedByteCount() const function in class:blink::WebMediaPlayerClientImpl
548 return m_webMediaPlayer->audioDecodedByteCount();
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.h146 virtual unsigned audioDecodedByteCount() const;
H A Dwebmediaplayer_android.cc601 unsigned WebMediaPlayerAndroid::audioDecodedByteCount() const { function in class:content::WebMediaPlayerAndroid
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp3542 return m_player->audioDecodedByteCount();

Completed in 563 milliseconds