HomeSort by relevance Sort by last modified time
    Searched defs:AudioRendererImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/filters/
audio_renderer_impl.cc 41 AudioRendererImpl::AudioRendererImpl(
65 AudioRendererImpl::~AudioRendererImpl() {
71 void AudioRendererImpl::Play(const base::Closure& callback) {
88 void AudioRendererImpl::DoPlay() {
101 void AudioRendererImpl::Pause(const base::Closure& callback) {
119 void AudioRendererImpl::DoPause() {
127 void AudioRendererImpl::Flush(const base::Closure& callback) {
132 &AudioRendererImpl::ResetDecoder, weak_this_, callback))
    [all...]
audio_renderer_impl.h 15 // AudioRendererImpl talks to an AudioRendererAlgorithm that takes care of
44 class MEDIA_EXPORT AudioRendererImpl
48 // |message_loop| is the thread on which AudioRendererImpl will execute.
59 AudioRendererImpl(const scoped_refptr<base::MessageLoopProxy>& message_loop,
64 virtual ~AudioRendererImpl();
173 base::WeakPtrFactory<AudioRendererImpl> weak_factory_;
174 base::WeakPtr<AudioRendererImpl> weak_this_;
272 DISALLOW_COPY_AND_ASSIGN(AudioRendererImpl);

Completed in 1093 milliseconds