Searched refs:decrypted_frame (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/ppapi/thunk/ |
D | ppb_content_decryptor_private_thunk.cc | 124 PP_Resource decrypted_frame, in DeliverFrame() argument 131 decrypted_frame, in DeliverFrame()
|
D | ppb_instance_api.h | 172 PP_Resource decrypted_frame,
|
/external/chromium_org/ppapi/c/private/ |
D | ppb_content_decryptor_private.h | 217 PP_Resource decrypted_frame,
|
/external/chromium_org/ppapi/cpp/private/ |
D | content_decryptor_private.cc | 307 pp::Buffer_Dev decrypted_frame, in DeliverFrame() argument 312 decrypted_frame.pp_resource(), in DeliverFrame()
|
D | content_decryptor_private.h | 88 void DeliverFrame(pp::Buffer_Dev decrypted_frame,
|
/external/chromium_org/ppapi/api/private/ |
D | ppb_content_decryptor_private.idl | 207 * @param[in] decrypted_frame A <code>PP_Resource</code> corresponding to a 212 * <code>decrypted_frame</code>. 216 [in] PP_Resource decrypted_frame,
|
/external/chromium_org/ppapi/proxy/ |
D | ppb_instance_proxy.h | 148 PP_Resource decrypted_frame, 256 PP_Resource decrypted_frame,
|
D | ppb_instance_proxy.cc | 653 PP_Resource decrypted_frame, in DeliverFrame() argument 656 if (decrypted_frame != 0) { in DeliverFrame() 658 Resource* object = tracker->GetResource(decrypted_frame); in DeliverFrame() 1170 PP_Resource decrypted_frame, in OnHostMsgDeliverFrame() argument 1180 enter.functions()->DeliverFrame(instance, decrypted_frame, &frame_info); in OnHostMsgDeliverFrame()
|
/external/chromium_org/content/renderer/pepper/ |
D | content_decryptor_delegate.h | 101 void DeliverFrame(PP_Resource decrypted_frame,
|
D | content_decryptor_delegate.cc | 791 PP_Resource decrypted_frame, in DeliverFrame() argument 822 uint8* frame_data = GetMappedBuffer(decrypted_frame, &ppb_buffer); in DeliverFrame()
|
D | pepper_plugin_instance_impl.h | 477 PP_Resource decrypted_frame,
|
D | pepper_plugin_instance_impl.cc | 2309 PP_Resource decrypted_frame, in DeliverFrame() argument 2311 content_decryptor_delegate_->DeliverFrame(decrypted_frame, frame_info); in DeliverFrame()
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 2426 …tentDecryptor_Private_DeliverFrame(PP_Instance instance, PP_Resource decrypted_frame, const struct… in Pnacl_M33_PPB_ContentDecryptor_Private_DeliverFrame() argument 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…
|