Searched defs:audio_decoder_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/media/cast/receiver/
H A Dcast_receiver_impl.h50 // Feeds an EncodedFrame into |audio_decoder_|. RequestDecodedAudioFrame()
62 // Receives an AudioBus from |audio_decoder_|, logs the event, and passes the
110 scoped_ptr<AudioDecoder> audio_decoder_; member in class:media::cast::CastReceiverImpl
H A Daudio_decoder_unittest.cc45 audio_decoder_.reset(new AudioDecoder(cast_environment_,
49 CHECK_EQ(STATUS_AUDIO_INITIALIZED, audio_decoder_->InitializationResult());
128 base::Unretained(audio_decoder_.get()),
146 // Called by |audio_decoder_| to deliver each frame of decoded audio.
184 scoped_ptr<AudioDecoder> audio_decoder_; member in class:media::cast::AudioDecoderTest
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dclear_key_cdm.h188 scoped_ptr<FFmpegCdmAudioDecoder> audio_decoder_; member in class:media::ClearKeyCdm

Completed in 426 milliseconds