Searched refs:SetDecryptor (Results 1 – 8 of 8) sorted by relevance
246 base::Bind(&PipelineIntegrationTestBase::SetDecryptor, in CreateFilterCollection()274 base::Bind(&PipelineIntegrationTestBase::SetDecryptor, in CreateFilterCollection()288 void PipelineIntegrationTestBase::SetDecryptor( in SetDecryptor() function in media::PipelineIntegrationTestBase
59 void SetDecryptor(Decryptor* decryptor);
75 void SetDecryptor(Decryptor* decryptor);
73 void SetDecryptor(Decryptor* decryptor);
53 &DecryptingVideoDecoder::SetDecryptor, weak_this_))); in Initialize()156 void DecryptingVideoDecoder::SetDecryptor(Decryptor* decryptor) { in SetDecryptor() function in media::DecryptingVideoDecoder
129 void SetDecryptor(Decryptor* decryptor,
61 BIND_TO_LOOP(&DecryptingDemuxerStream::SetDecryptor)); in Initialize()174 void DecryptingDemuxerStream::SetDecryptor(Decryptor* decryptor) { in SetDecryptor() function in media::DecryptingDemuxerStream
83 base::Bind(&DecryptingAudioDecoder::SetDecryptor, weak_this_))); in Initialize()166 void DecryptingAudioDecoder::SetDecryptor(Decryptor* decryptor) { in SetDecryptor() function in media::DecryptingAudioDecoder