Home
last modified time | relevance | path

Searched refs:SetDecryptor (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/media/filters/
Dpipeline_integration_test_base.cc246 base::Bind(&PipelineIntegrationTestBase::SetDecryptor, in CreateFilterCollection()
274 base::Bind(&PipelineIntegrationTestBase::SetDecryptor, in CreateFilterCollection()
288 void PipelineIntegrationTestBase::SetDecryptor( in SetDecryptor() function in media::PipelineIntegrationTestBase
Ddecrypting_video_decoder.h59 void SetDecryptor(Decryptor* decryptor);
Ddecrypting_demuxer_stream.h75 void SetDecryptor(Decryptor* decryptor);
Ddecrypting_audio_decoder.h73 void SetDecryptor(Decryptor* decryptor);
Ddecrypting_video_decoder.cc53 &DecryptingVideoDecoder::SetDecryptor, weak_this_))); in Initialize()
156 void DecryptingVideoDecoder::SetDecryptor(Decryptor* decryptor) { in SetDecryptor() function in media::DecryptingVideoDecoder
Dpipeline_integration_test_base.h129 void SetDecryptor(Decryptor* decryptor,
Ddecrypting_demuxer_stream.cc61 BIND_TO_LOOP(&DecryptingDemuxerStream::SetDecryptor)); in Initialize()
174 void DecryptingDemuxerStream::SetDecryptor(Decryptor* decryptor) { in SetDecryptor() function in media::DecryptingDemuxerStream
Ddecrypting_audio_decoder.cc83 base::Bind(&DecryptingAudioDecoder::SetDecryptor, weak_this_))); in Initialize()
166 void DecryptingAudioDecoder::SetDecryptor(Decryptor* decryptor) { in SetDecryptor() function in media::DecryptingAudioDecoder