/external/chromium_org/ppapi/thunk/ |
D | ppb_content_decryptor_private_thunk.cc | 135 void DeliverSamples( in DeliverSamples() function 143 enter.functions()->DeliverSamples(instance, in DeliverSamples() 160 &DeliverSamples
|
D | ppb_instance_api.h | 174 virtual void DeliverSamples(PP_Instance instance,
|
/external/chromium_org/ppapi/c/private/ |
D | ppb_content_decryptor_private.h | 250 void (*DeliverSamples)( member
|
/external/chromium_org/ppapi/cpp/private/ |
D | content_decryptor_private.cc | 317 void ContentDecryptor_Private::DeliverSamples( in DeliverSamples() function in pp::ContentDecryptor_Private 321 get_interface<PPB_ContentDecryptor_Private>()->DeliverSamples( in DeliverSamples()
|
D | content_decryptor_private.h | 94 void DeliverSamples(pp::Buffer_Dev audio_frames,
|
/external/chromium_org/content/renderer/pepper/ |
D | content_decryptor_delegate.h | 103 void DeliverSamples(PP_Resource audio_frames,
|
D | pepper_plugin_instance_impl.h | 479 virtual void DeliverSamples(
|
D | content_decryptor_delegate.cc | 857 void ContentDecryptorDelegate::DeliverSamples( in DeliverSamples() function in content::ContentDecryptorDelegate
|
D | pepper_plugin_instance_impl.cc | 2314 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/ |
D | cdm_adapter.h | 163 void DeliverSamples(int32_t result,
|
D | cdm_adapter.cc | 510 &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/ |
D | ppb_instance_proxy.h | 150 virtual void DeliverSamples(
|
D | ppb_instance_proxy.cc | 681 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/ |
D | ppb_content_decryptor_private.idl | 250 void DeliverSamples(
|
D | ppp_content_decryptor_private.idl | 204 * <code>DeliverFrame()</code> or <code>DeliverSamples()</code> method on the
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 2433 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…
|