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

  /external/chromium_org/media/filters/
decrypting_audio_decoder.cc 26 const int DecryptingAudioDecoder::kSupportedBitsPerChannel = 16;
37 DecryptingAudioDecoder::DecryptingAudioDecoder(
47 void DecryptingAudioDecoder::Initialize(const AudioDecoderConfig& config,
65 // DecryptingAudioDecoder only accepts potentially encrypted stream.
76 base::Bind(&DecryptingAudioDecoder::SetDecryptor, weak_this_)));
85 void DecryptingAudioDecoder::Decode(const scoped_refptr<DecoderBuffer>& buffer,
114 void DecryptingAudioDecoder::Reset(const base::Closure& closure) {
147 void DecryptingAudioDecoder::Stop() {
172 DecryptingAudioDecoder::~DecryptingAudioDecoder()
    [all...]
decrypting_audio_decoder.h 31 class MEDIA_EXPORT DecryptingAudioDecoder : public AudioDecoder {
40 DecryptingAudioDecoder(
43 virtual ~DecryptingAudioDecoder();
58 // TODO(xhwang): Update this diagram for DecryptingAudioDecoder.
127 base::WeakPtrFactory<DecryptingAudioDecoder> weak_factory_;
128 base::WeakPtr<DecryptingAudioDecoder> weak_this_;
130 DISALLOW_COPY_AND_ASSIGN(DecryptingAudioDecoder);

Completed in 66 milliseconds