Home
last modified time | relevance | path

Searched refs:DeliverFrame (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/ppapi/thunk/
Dppb_content_decryptor_private_thunk.cc123 void DeliverFrame(PP_Instance instance, in DeliverFrame() function
130 enter.functions()->DeliverFrame(instance, in DeliverFrame()
159 &DeliverFrame,
Dppb_instance_api.h171 virtual void DeliverFrame(PP_Instance instance,
/external/chromium_org/ppapi/c/private/
Dppb_content_decryptor_private.h215 void (*DeliverFrame)( member
/external/chromium_org/media/filters/
Ddecrypting_video_decoder.h67 void DeliverFrame(int buffer_size,
Ddecrypting_audio_decoder.h89 void DeliverFrame(int buffer_size,
Ddecrypting_video_decoder.cc223 &DecryptingVideoDecoder::DeliverFrame, weak_this_, buffer_size))); in DecodePendingBuffer()
226 void DecryptingVideoDecoder::DeliverFrame( in DeliverFrame() function in media::DecryptingVideoDecoder
Ddecrypting_audio_decoder.cc338 &DecryptingAudioDecoder::DeliverFrame, weak_this_, buffer_size))); in DecodePendingBuffer()
341 void DecryptingAudioDecoder::DeliverFrame( in DeliverFrame() function in media::DecryptingAudioDecoder
/external/chromium_org/ppapi/cpp/private/
Dcontent_decryptor_private.cc306 void ContentDecryptor_Private::DeliverFrame( in DeliverFrame() function in pp::ContentDecryptor_Private
310 get_interface<PPB_ContentDecryptor_Private>()->DeliverFrame( in DeliverFrame()
Dcontent_decryptor_private.h88 void DeliverFrame(pp::Buffer_Dev decrypted_frame,
/external/chromium_org/content/renderer/pepper/
Dcontent_decryptor_delegate.h101 void DeliverFrame(PP_Resource decrypted_frame,
Dpepper_plugin_instance_impl.h476 virtual void DeliverFrame(PP_Instance instance,
Dcontent_decryptor_delegate.cc790 void ContentDecryptorDelegate::DeliverFrame( in DeliverFrame() function in content::ContentDecryptorDelegate
Dpepper_plugin_instance_impl.cc2307 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/
Dsuppressions.txt79 race:webrtc::ViEEncoder::DeliverFrame
/external/chromium_org/media/cdm/ppapi/
Dcdm_adapter.h159 void DeliverFrame(int32_t result,
Dcdm_adapter.cc496 &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/
Dppb_instance_proxy.h147 virtual void DeliverFrame(PP_Instance instance,
Dppb_instance_proxy.cc652 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/
Dppb_content_decryptor_private.idl214 void DeliverFrame(
Dppp_content_decryptor_private.idl204 * <code>DeliverFrame()</code> or <code>DeliverSamples()</code> method on the
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.cc230 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/
Dpnacl_shim.c2428 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…