Searched defs:DeliverSamples (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dppb_content_decryptor_private.h322 void (*DeliverSamples)( member in struct:PPB_ContentDecryptor_Private_0_12
/external/chromium_org/ppapi/thunk/
H A Dppb_content_decryptor_private_thunk.cc197 void DeliverSamples( function in namespace:ppapi::thunk::__anon10251
201 VLOG(4) << "PPB_ContentDecryptor_Private::DeliverSamples()";
205 enter.functions()->DeliverSamples(instance,
227 &DeliverSamples
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.cc475 void ContentDecryptor_Private::DeliverSamples( function in class:pp::ContentDecryptor_Private
479 get_interface<PPB_ContentDecryptor_Private>()->DeliverSamples(
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.cc1071 void ContentDecryptorDelegate::DeliverSamples( function in class:content::ContentDecryptorDelegate
1079 DVLOG(2) << "DeliverSamples() - request_id: " << request_id;
1083 DVLOG(1) << "DeliverSamples() - request_id " << request_id << " not found";
H A Dpepper_plugin_instance_impl.cc2609 void PepperPluginInstanceImpl::DeliverSamples( function in class:content::PepperPluginInstanceImpl
2613 content_decryptor_delegate_->DeliverSamples(audio_frames, sample_info);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.cc406 void PluginInstance::DeliverSamples(PP_Instance instance, function in class:mojo::examples::PluginInstance
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_adapter.cc613 &CdmAdapter::DeliverSamples,
1043 void CdmAdapter::DeliverSamples(int32_t result, function in class:media::CdmAdapter
1076 pp::ContentDecryptor_Private::DeliverSamples(buffer, decrypted_sample_info);
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.cc799 void PPB_Instance_Proxy::DeliverSamples( function in class:ppapi::proxy::PPB_Instance_Proxy
1510 enter.functions()->DeliverSamples(instance, audio_frames, &sample_info);

Completed in 1231 milliseconds