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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamerBase.h96 unsigned audioDecodedByteCount() const;
H A DMediaPlayerPrivateGStreamerBase.cpp491 unsigned MediaPlayerPrivateGStreamerBase::audioDecodedByteCount() const function in class:WebCore::MediaPlayerPrivateGStreamerBase
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DMediaPlayerPrivate.h201 virtual unsigned audioDecodedByteCount() const { return 0; } function in class:WebCore::MediaPlayerPrivateInterface
H A DMediaPlayer.h514 unsigned audioDecodedByteCount() const;
H A DMediaPlayer.cpp968 unsigned MediaPlayer::audioDecodedByteCount() const function in class:WebCore::MediaPlayer
970 return m_private->audioDecodedByteCount();
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaElement.cpp5093 return m_player->audioDecodedByteCount();

Completed in 79 milliseconds