Home
last modified time | relevance | path

Searched refs:DecoderResetDone (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/ppapi/thunk/
Dppb_content_decryptor_private_thunk.cc113 void DecoderResetDone(PP_Instance instance, in DecoderResetDone() function
120 enter.functions()->DecoderResetDone(instance, decoder_type, request_id); in DecoderResetDone()
158 &DecoderResetDone,
Dppb_instance_api.h168 virtual void DecoderResetDone(PP_Instance instance,
/external/chromium_org/ppapi/c/private/
Dppb_content_decryptor_private.h195 void (*DecoderResetDone)(PP_Instance instance, member
/external/chromium_org/ppapi/cpp/private/
Dcontent_decryptor_private.cc295 void ContentDecryptor_Private::DecoderResetDone( in DecoderResetDone() function in pp::ContentDecryptor_Private
299 get_interface<PPB_ContentDecryptor_Private>()->DecoderResetDone( in DecoderResetDone()
Dcontent_decryptor_private.h82 void DecoderResetDone(PP_DecryptorStreamType decoder_type,
/external/chromium_org/content/renderer/pepper/
Dcontent_decryptor_delegate.h99 void DecoderResetDone(PP_DecryptorStreamType decoder_type,
Dpepper_plugin_instance_impl.h473 virtual void DecoderResetDone(PP_Instance instance,
Dcontent_decryptor_delegate.cc692 void ContentDecryptorDelegate::DecoderResetDone( in DecoderResetDone() function in content::ContentDecryptorDelegate
Dpepper_plugin_instance_impl.cc2299 void PepperPluginInstanceImpl::DecoderResetDone( in DecoderResetDone() function in content::PepperPluginInstanceImpl
2303 content_decryptor_delegate_->DecoderResetDone(decoder_type, request_id); in DecoderResetDone()
/external/chromium_org/media/cdm/ppapi/
Dcdm_adapter.h156 void DecoderResetDone(int32_t result,
Dcdm_adapter.cc466 CallOnMain(callback_factory_.NewCallback(&CdmAdapter::DecoderResetDone, in ResetDecoder()
708 void CdmAdapter::DecoderResetDone(int32_t result, in DecoderResetDone() function in media::CdmAdapter
711 pp::ContentDecryptor_Private::DecoderResetDone(decoder_type, request_id); in DecoderResetDone()
/external/chromium_org/ppapi/api/private/
Dppp_content_decryptor_private.idl183 * <code>DecoderResetDone()</code> method on the
193 * <code>DecoderResetDone()</code> method on the
Dppb_content_decryptor_private.idl192 void DecoderResetDone(
/external/chromium_org/ppapi/proxy/
Dppb_instance_proxy.h144 virtual void DecoderResetDone(PP_Instance instance,
Dppb_instance_proxy.cc641 void PPB_Instance_Proxy::DecoderResetDone(PP_Instance instance, in DecoderResetDone() function in ppapi::proxy::PPB_Instance_Proxy
1165 enter.functions()->DecoderResetDone(instance, decoder_type, request_id); in OnHostMsgDecoderResetDone()
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c2423 iface->DecoderResetDone(instance, decoder_type, request_id); in Pnacl_M33_PPB_ContentDecryptor_Private_DecoderResetDone()
4717 ….DecoderResetDone = (void (*)(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t …