/external/chromium_org/ppapi/thunk/ |
D | ppb_content_decryptor_private_thunk.cc | 123 void DeliverFrame(PP_Instance instance, in DeliverFrame() function 130 enter.functions()->DeliverFrame(instance, in DeliverFrame() 159 &DeliverFrame,
|
D | ppb_instance_api.h | 171 virtual void DeliverFrame(PP_Instance instance,
|
/external/chromium_org/ppapi/c/private/ |
D | ppb_content_decryptor_private.h | 215 void (*DeliverFrame)( member
|
/external/chromium_org/media/filters/ |
D | decrypting_video_decoder.h | 67 void DeliverFrame(int buffer_size,
|
D | decrypting_audio_decoder.h | 89 void DeliverFrame(int buffer_size,
|
D | decrypting_video_decoder.cc | 223 &DecryptingVideoDecoder::DeliverFrame, weak_this_, buffer_size))); in DecodePendingBuffer() 226 void DecryptingVideoDecoder::DeliverFrame( in DeliverFrame() function in media::DecryptingVideoDecoder
|
D | decrypting_audio_decoder.cc | 338 &DecryptingAudioDecoder::DeliverFrame, weak_this_, buffer_size))); in DecodePendingBuffer() 341 void DecryptingAudioDecoder::DeliverFrame( in DeliverFrame() function in media::DecryptingAudioDecoder
|
/external/chromium_org/ppapi/cpp/private/ |
D | content_decryptor_private.cc | 306 void ContentDecryptor_Private::DeliverFrame( in DeliverFrame() function in pp::ContentDecryptor_Private 310 get_interface<PPB_ContentDecryptor_Private>()->DeliverFrame( in DeliverFrame()
|
D | content_decryptor_private.h | 88 void DeliverFrame(pp::Buffer_Dev decrypted_frame,
|
/external/chromium_org/content/renderer/pepper/ |
D | content_decryptor_delegate.h | 101 void DeliverFrame(PP_Resource decrypted_frame,
|
D | pepper_plugin_instance_impl.h | 476 virtual void DeliverFrame(PP_Instance instance,
|
D | content_decryptor_delegate.cc | 790 void ContentDecryptorDelegate::DeliverFrame( in DeliverFrame() function in content::ContentDecryptorDelegate
|
D | pepper_plugin_instance_impl.cc | 2307 void PepperPluginInstanceImpl::DeliverFrame( in DeliverFrame() function in content::PepperPluginInstanceImpl 2311 content_decryptor_delegate_->DeliverFrame(decrypted_frame, frame_info); in DeliverFrame()
|
/external/chromium_org/tools/valgrind/tsan_v2/ |
D | suppressions.txt | 79 race:webrtc::ViEEncoder::DeliverFrame
|
/external/chromium_org/media/cdm/ppapi/ |
D | cdm_adapter.h | 159 void DeliverFrame(int32_t result,
|
D | cdm_adapter.cc | 496 &CdmAdapter::DeliverFrame, in DecryptAndDecode() 714 void CdmAdapter::DeliverFrame( in DeliverFrame() function in media::CdmAdapter 757 pp::ContentDecryptor_Private::DeliverFrame(buffer, decrypted_frame_info); in DeliverFrame()
|
/external/chromium_org/ppapi/proxy/ |
D | ppb_instance_proxy.h | 147 virtual void DeliverFrame(PP_Instance instance,
|
D | ppb_instance_proxy.cc | 652 void PPB_Instance_Proxy::DeliverFrame(PP_Instance instance, in DeliverFrame() function in ppapi::proxy::PPB_Instance_Proxy 1180 enter.functions()->DeliverFrame(instance, decrypted_frame, &frame_info); in OnHostMsgDeliverFrame()
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_content_decryptor_private.idl | 214 void DeliverFrame(
|
D | ppp_content_decryptor_private.idl | 204 * <code>DeliverFrame()</code> or <code>DeliverSamples()</code> method on the
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoengine.cc | 230 virtual int DeliverFrame(unsigned char* buffer, int buffer_size, in DeliverFrame() function in cricket::WebRtcRenderAdapter
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 2428 iface->DeliverFrame(instance, decrypted_frame, decrypted_frame_info); in Pnacl_M33_PPB_ContentDecryptor_Private_DeliverFrame() 4718 ….DeliverFrame = (void (*)(PP_Instance instance, PP_Resource decrypted_frame, const struct PP_Decry…
|