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

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebMediaPlayer.h149 virtual unsigned audioDecodedByteCount() const = 0;
/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_ms.h117 virtual unsigned audioDecodedByteCount() const;
H A Dwebmediaplayer_ms.cc372 unsigned WebMediaPlayerMS::audioDecodedByteCount() const { function in class:content::WebMediaPlayerMS
/external/chromium_org/media/blink/
H A Dwebmediaplayer_impl.h127 virtual unsigned audioDecodedByteCount() const;
H A Dwebmediaplayer_impl.cc569 unsigned WebMediaPlayerImpl::audioDecodedByteCount() const { function in class:media::WebMediaPlayerImpl
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.h173 virtual unsigned audioDecodedByteCount() const;
H A Dwebmediaplayer_android.cc732 unsigned WebMediaPlayerAndroid::audioDecodedByteCount() const { function in class:content::WebMediaPlayerAndroid
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp3652 return webMediaPlayer()->audioDecodedByteCount();

Completed in 415 milliseconds