Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/thunk/
Dppb_content_decryptor_private_thunk.cc135 void DeliverSamples( in DeliverSamples() function
143 enter.functions()->DeliverSamples(instance, in DeliverSamples()
160 &DeliverSamples
Dppb_instance_api.h174 virtual void DeliverSamples(PP_Instance instance,
/external/chromium_org/ppapi/c/private/
Dppb_content_decryptor_private.h250 void (*DeliverSamples)( member
/external/chromium_org/ppapi/cpp/private/
Dcontent_decryptor_private.cc317 void ContentDecryptor_Private::DeliverSamples( in DeliverSamples() function in pp::ContentDecryptor_Private
321 get_interface<PPB_ContentDecryptor_Private>()->DeliverSamples( in DeliverSamples()
Dcontent_decryptor_private.h94 void DeliverSamples(pp::Buffer_Dev audio_frames,
/external/chromium_org/content/renderer/pepper/
Dcontent_decryptor_delegate.h103 void DeliverSamples(PP_Resource audio_frames,
Dpepper_plugin_instance_impl.h479 virtual void DeliverSamples(
Dcontent_decryptor_delegate.cc857 void ContentDecryptorDelegate::DeliverSamples( in DeliverSamples() function in content::ContentDecryptorDelegate
Dpepper_plugin_instance_impl.cc2314 void PepperPluginInstanceImpl::DeliverSamples( in DeliverSamples() function in content::PepperPluginInstanceImpl
2318 content_decryptor_delegate_->DeliverSamples(audio_frames, sample_info); in DeliverSamples()
/external/chromium_org/media/cdm/ppapi/
Dcdm_adapter.h163 void DeliverSamples(int32_t result,
Dcdm_adapter.cc510 &CdmAdapter::DeliverSamples, in DecryptAndDecode()
760 void CdmAdapter::DeliverSamples(int32_t result, in DeliverSamples() function in media::CdmAdapter
791 pp::ContentDecryptor_Private::DeliverSamples(buffer, decrypted_sample_info); in DeliverSamples()
/external/chromium_org/ppapi/proxy/
Dppb_instance_proxy.h150 virtual void DeliverSamples(
Dppb_instance_proxy.cc681 void PPB_Instance_Proxy::DeliverSamples( in DeliverSamples() function in ppapi::proxy::PPB_Instance_Proxy
1195 enter.functions()->DeliverSamples(instance, audio_frames, &sample_info); in OnHostMsgDeliverSamples()
/external/chromium_org/ppapi/api/private/
Dppb_content_decryptor_private.idl250 void DeliverSamples(
Dppp_content_decryptor_private.idl204 * <code>DeliverFrame()</code> or <code>DeliverSamples()</code> method on the
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c2433 iface->DeliverSamples(instance, audio_frames, decrypted_sample_info); in Pnacl_M33_PPB_ContentDecryptor_Private_DeliverSamples()
4719 ….DeliverSamples = (void (*)(PP_Instance instance, PP_Resource audio_frames, const struct PP_Decryp…