Searched defs:decoder_type (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/ppapi/cpp/private/ |
D | content_decryptor_private.cc | 138 PP_DecryptorStreamType decoder_type, in DeinitializeDecoder() 150 PP_DecryptorStreamType decoder_type, in ResetDecoder() 161 PP_DecryptorStreamType decoder_type, in DecryptAndDecode() 272 PP_DecryptorStreamType decoder_type, in DecoderInitializeDone() 285 PP_DecryptorStreamType decoder_type, in DecoderDeinitializeDone() 296 PP_DecryptorStreamType decoder_type, in DecoderResetDone()
|
/external/chromium_org/ppapi/proxy/ |
D | ppp_content_decryptor_private_proxy.cc | 285 PP_DecryptorStreamType decoder_type, in DeinitializeDecoder() 302 PP_DecryptorStreamType decoder_type, in ResetDecoder() 319 PP_DecryptorStreamType decoder_type, in DecryptAndDecode() 547 PP_DecryptorStreamType decoder_type, in OnMsgDeinitializeDecoder() 560 PP_DecryptorStreamType decoder_type, in OnMsgResetDecoder() 573 PP_DecryptorStreamType decoder_type, in OnMsgDecryptAndDecode()
|
D | ppb_instance_proxy.cc | 617 PP_DecryptorStreamType decoder_type, in DecoderInitializeDone() 631 PP_DecryptorStreamType decoder_type, in DecoderDeinitializeDone() 642 PP_DecryptorStreamType decoder_type, in DecoderResetDone() 1130 PP_DecryptorStreamType decoder_type, in OnHostMsgDecoderInitializeDone() 1146 PP_DecryptorStreamType decoder_type, in OnHostMsgDecoderDeinitializeDone() 1159 PP_DecryptorStreamType decoder_type, in OnHostMsgDecoderResetDone()
|
/external/chromium_org/ppapi/thunk/ |
D | ppb_content_decryptor_private_thunk.cc | 88 PP_DecryptorStreamType decoder_type, in DecoderInitializeDone() 102 PP_DecryptorStreamType decoder_type, in DecoderDeinitializeDone() 114 PP_DecryptorStreamType decoder_type, in DecoderResetDone()
|
/external/chromium_org/media/cdm/ppapi/ |
D | cdm_adapter.cc | 446 void CdmAdapter::DeinitializeDecoder(PP_DecryptorStreamType decoder_type, in DeinitializeDecoder() 460 void CdmAdapter::ResetDecoder(PP_DecryptorStreamType decoder_type, in ResetDecoder() 472 PP_DecryptorStreamType decoder_type, in DecryptAndDecode() 692 PP_DecryptorStreamType decoder_type, in DecoderInitializeDone() 702 PP_DecryptorStreamType decoder_type, in DecoderDeinitializeDone() 709 PP_DecryptorStreamType decoder_type, in DecoderResetDone()
|
D | cdm_wrapper.h | 189 virtual void DeinitializeDecoder(cdm::StreamType decoder_type) OVERRIDE { in DeinitializeDecoder() 193 virtual void ResetDecoder(cdm::StreamType decoder_type) OVERRIDE { in ResetDecoder()
|
D | clear_key_cdm.cc | 406 void ClearKeyCdm::ResetDecoder(cdm::StreamType decoder_type) { in ResetDecoder() 427 void ClearKeyCdm::DeinitializeDecoder(cdm::StreamType decoder_type) { in DeinitializeDecoder()
|
/external/chromium_org/content/renderer/pepper/ |
D | content_decryptor_delegate.cc | 657 PP_DecryptorStreamType decoder_type, in DecoderInitializeDone() 687 PP_DecryptorStreamType decoder_type, in DecoderDeinitializeDone() 693 PP_DecryptorStreamType decoder_type, in DecoderResetDone()
|
D | pepper_plugin_instance_impl.cc | 2284 PP_DecryptorStreamType decoder_type, in DecoderInitializeDone() 2293 PP_DecryptorStreamType decoder_type, in DecoderDeinitializeDone() 2301 PP_DecryptorStreamType decoder_type, in DecoderResetDone()
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 2411 …ryptor_Private_DecoderInitializeDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, ui… in Pnacl_M33_PPB_ContentDecryptor_Private_DecoderInitializeDone() 2416 …ptor_Private_DecoderDeinitializeDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, ui… in Pnacl_M33_PPB_ContentDecryptor_Private_DecoderDeinitializeDone() 2421 …ntDecryptor_Private_DecoderResetDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, ui… in Pnacl_M33_PPB_ContentDecryptor_Private_DecoderResetDone() 3847 …ecryptor_Private_DeinitializeDecoder(PP_Instance instance, PP_DecryptorStreamType decoder_type, ui… in Pnacl_M33_PPP_ContentDecryptor_Private_DeinitializeDecoder() 3854 …ontentDecryptor_Private_ResetDecoder(PP_Instance instance, PP_DecryptorStreamType decoder_type, ui… in Pnacl_M33_PPP_ContentDecryptor_Private_ResetDecoder() 3861 …ntDecryptor_Private_DecryptAndDecode(PP_Instance instance, PP_DecryptorStreamType decoder_type, PP… in Pnacl_M33_PPP_ContentDecryptor_Private_DecryptAndDecode()
|