/external/chromium_org/ppapi/c/private/ |
ppp_content_decryptor_private.h | 184 void (*DeinitializeDecoder)(PP_Instance instance,
|
/external/chromium_org/ppapi/api/private/ |
ppp_content_decryptor_private.idl | 174 void DeinitializeDecoder(
|
/external/chromium_org/media/base/ |
decryptor.h | 158 virtual void DeinitializeDecoder(StreamType stream_type) = 0;
|
mock_filters.h | 199 MOCK_METHOD1(DeinitializeDecoder, void(StreamType stream_type));
|
/external/chromium_org/ppapi/cpp/private/ |
content_decryptor_private.h | 49 virtual void DeinitializeDecoder(PP_DecryptorStreamType decoder_type,
|
content_decryptor_private.cc | 137 void DeinitializeDecoder(PP_Instance instance, 144 static_cast<ContentDecryptor_Private*>(object)->DeinitializeDecoder( 185 &DeinitializeDecoder,
|
/external/chromium_org/content/renderer/media/crypto/ |
ppapi_decryptor.cc | 285 void PpapiDecryptor::DeinitializeDecoder(StreamType stream_type) { 288 &PpapiDecryptor::DeinitializeDecoder, weak_this_, stream_type)); 293 plugin_cdm_delegate_->DeinitializeDecoder(stream_type);
|
ppapi_decryptor.h | 73 virtual void DeinitializeDecoder(StreamType stream_type) OVERRIDE;
|
/external/chromium_org/media/cdm/ |
aes_decryptor.h | 66 virtual void DeinitializeDecoder(StreamType stream_type) OVERRIDE;
|
aes_decryptor.cc | 394 void AesDecryptor::DeinitializeDecoder(StreamType stream_type) {
|
/external/chromium_org/media/filters/ |
decrypting_audio_decoder_unittest.cc | 385 EXPECT_CALL(*decryptor_, DeinitializeDecoder(Decryptor::kAudio)); 407 EXPECT_CALL(*decryptor_, DeinitializeDecoder(Decryptor::kAudio)); 513 EXPECT_CALL(*decryptor_, DeinitializeDecoder(Decryptor::kAudio)); 537 EXPECT_CALL(*decryptor_, DeinitializeDecoder(Decryptor::kAudio)); 555 EXPECT_CALL(*decryptor_, DeinitializeDecoder(Decryptor::kAudio));
|
decrypting_video_decoder_unittest.cc | 102 EXPECT_CALL(*decryptor_, DeinitializeDecoder(Decryptor::kVideo)); 197 EXPECT_CALL(*decryptor_, DeinitializeDecoder(Decryptor::kVideo)) 259 EXPECT_CALL(*decryptor_, DeinitializeDecoder(Decryptor::kVideo));
|
decrypting_video_decoder.cc | 58 decryptor_->DeinitializeDecoder(Decryptor::kVideo); 136 decryptor_->DeinitializeDecoder(Decryptor::kVideo);
|
decrypting_audio_decoder.cc | 292 decryptor_->DeinitializeDecoder(Decryptor::kAudio);
|
/external/chromium_org/media/cdm/ppapi/ |
cdm_wrapper.h | 71 virtual void DeinitializeDecoder(cdm::StreamType decoder_type) = 0; 189 virtual void DeinitializeDecoder(cdm::StreamType decoder_type) OVERRIDE { 190 cdm_->DeinitializeDecoder(decoder_type);
|
clear_key_cdm.h | 55 virtual void DeinitializeDecoder(cdm::StreamType decoder_type) OVERRIDE;
|
cdm_adapter.h | 71 virtual void DeinitializeDecoder(PP_DecryptorStreamType decoder_type,
|
cdm_adapter.cc | 446 void CdmAdapter::DeinitializeDecoder(PP_DecryptorStreamType decoder_type, 450 cdm_->DeinitializeDecoder( [all...] |
clear_key_cdm.cc | 427 void ClearKeyCdm::DeinitializeDecoder(cdm::StreamType decoder_type) { 428 DVLOG(1) << "DeinitializeDecoder()"; 442 NOTREACHED() << "DeinitializeDecoder(): invalid cdm::StreamType";
|
/external/chromium_org/ppapi/proxy/ |
ppp_content_decryptor_private_proxy.cc | 284 void DeinitializeDecoder(PP_Instance instance, 365 &DeinitializeDecoder, 551 ppp_decryptor_impl_->DeinitializeDecoder,
|
/external/chromium_org/content/renderer/pepper/ |
content_decryptor_delegate.h | 70 // TODO(tomfinegan): Add callback args for DeinitializeDecoder() and 72 bool DeinitializeDecoder(media::Decryptor::StreamType stream_type);
|
content_decryptor_delegate.cc | 478 bool ContentDecryptorDelegate::DeinitializeDecoder( 486 plugin_decryption_interface_->DeinitializeDecoder( [all...] |
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
pnacl_shim.c | [all...] |