Home
last modified time | relevance | path

Searched defs:decoder_type (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/ppapi/cpp/private/
Dcontent_decryptor_private.cc138 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/
Dppp_content_decryptor_private_proxy.cc285 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()
Dppb_instance_proxy.cc617 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/
Dppb_content_decryptor_private_thunk.cc88 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/
Dcdm_adapter.cc446 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()
Dcdm_wrapper.h189 virtual void DeinitializeDecoder(cdm::StreamType decoder_type) OVERRIDE { in DeinitializeDecoder()
193 virtual void ResetDecoder(cdm::StreamType decoder_type) OVERRIDE { in ResetDecoder()
Dclear_key_cdm.cc406 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/
Dcontent_decryptor_delegate.cc657 PP_DecryptorStreamType decoder_type, in DecoderInitializeDone()
687 PP_DecryptorStreamType decoder_type, in DecoderDeinitializeDone()
693 PP_DecryptorStreamType decoder_type, in DecoderResetDone()
Dpepper_plugin_instance_impl.cc2284 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/
Dpnacl_shim.c2411 …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()