Home
last modified time | relevance | path

Searched defs:frame (Results 1 – 25 of 1319) sorted by relevance

12345678910>>...53

/third_party/node/tools/inspector_protocol/jinja2/
Dcompiler.py64 def new_func(self, node, frame, **kwargs): argument
322 def buffer(self, frame): argument
327 def return_buffer_contents(self, frame, force_unescaped=False): argument
353 def start_write(self, frame, node=None): argument
360 def end_write(self, frame): argument
365 def simple_write(self, s, frame, node=None): argument
371 def blockvisit(self, nodes, frame): argument
409 def signature(self, node, frame, extra_kwargs=None): argument
475 def enter_frame(self, frame): argument
492 def leave_frame(self, frame, with_python_scope=False): argument
[all …]
/third_party/skia/third_party/externals/jinja2/
Dcompiler.py67 def new_func(self, node, frame, **kwargs): argument
325 def buffer(self, frame): argument
330 def return_buffer_contents(self, frame, force_unescaped=False): argument
356 def start_write(self, frame, node=None): argument
363 def end_write(self, frame): argument
368 def simple_write(self, s, frame, node=None): argument
374 def blockvisit(self, nodes, frame): argument
411 def signature(self, node, frame, extra_kwargs=None): argument
478 def enter_frame(self, frame): argument
494 def leave_frame(self, frame, with_python_scope=False): argument
[all …]
/third_party/nghttp2/lib/
Dnghttp2_frame.c62 void nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags, in nghttp2_frame_headers_init()
79 void nghttp2_frame_headers_free(nghttp2_headers *frame, nghttp2_mem *mem) { in nghttp2_frame_headers_free()
83 void nghttp2_frame_priority_init(nghttp2_priority *frame, int32_t stream_id, in nghttp2_frame_priority_init()
90 void nghttp2_frame_priority_free(nghttp2_priority *frame) { (void)frame; } in nghttp2_frame_priority_free()
92 void nghttp2_frame_rst_stream_init(nghttp2_rst_stream *frame, int32_t stream_id, in nghttp2_frame_rst_stream_init()
99 void nghttp2_frame_rst_stream_free(nghttp2_rst_stream *frame) { (void)frame; } in nghttp2_frame_rst_stream_free()
101 void nghttp2_frame_settings_init(nghttp2_settings *frame, uint8_t flags, in nghttp2_frame_settings_init()
109 void nghttp2_frame_settings_free(nghttp2_settings *frame, nghttp2_mem *mem) { in nghttp2_frame_settings_free()
113 void nghttp2_frame_push_promise_init(nghttp2_push_promise *frame, uint8_t flags, in nghttp2_frame_push_promise_init()
125 void nghttp2_frame_push_promise_free(nghttp2_push_promise *frame, in nghttp2_frame_push_promise_free()
[all …]
/third_party/node/deps/nghttp2/lib/
Dnghttp2_frame.c62 void nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags, in nghttp2_frame_headers_init()
79 void nghttp2_frame_headers_free(nghttp2_headers *frame, nghttp2_mem *mem) { in nghttp2_frame_headers_free()
83 void nghttp2_frame_priority_init(nghttp2_priority *frame, int32_t stream_id, in nghttp2_frame_priority_init()
90 void nghttp2_frame_priority_free(nghttp2_priority *frame) { (void)frame; } in nghttp2_frame_priority_free()
92 void nghttp2_frame_rst_stream_init(nghttp2_rst_stream *frame, int32_t stream_id, in nghttp2_frame_rst_stream_init()
99 void nghttp2_frame_rst_stream_free(nghttp2_rst_stream *frame) { (void)frame; } in nghttp2_frame_rst_stream_free()
101 void nghttp2_frame_settings_init(nghttp2_settings *frame, uint8_t flags, in nghttp2_frame_settings_init()
109 void nghttp2_frame_settings_free(nghttp2_settings *frame, nghttp2_mem *mem) { in nghttp2_frame_settings_free()
113 void nghttp2_frame_push_promise_init(nghttp2_push_promise *frame, uint8_t flags, in nghttp2_frame_push_promise_init()
125 void nghttp2_frame_push_promise_free(nghttp2_push_promise *frame, in nghttp2_frame_push_promise_free()
[all …]
/third_party/cef/include/
Dcef_resource_request_handler.h73 CefRefPtr<CefFrame> frame, in GetCookieAccessFilter()
92 CefRefPtr<CefFrame> frame, in OnBeforeResourceLoad()
109 CefRefPtr<CefFrame> frame, in GetResourceHandler()
126 CefRefPtr<CefFrame> frame, in OnResourceRedirect()
146 CefRefPtr<CefFrame> frame, in OnResourceResponse()
162 CefRefPtr<CefFrame> frame, in GetResourceResponseFilter()
185 CefRefPtr<CefFrame> frame, in OnResourceLoadComplete()
203 CefRefPtr<CefFrame> frame, in OnProtocolExecution()
225 CefRefPtr<CefFrame> frame, in CanSendCookie()
240 CefRefPtr<CefFrame> frame, in CanSaveCookie()
Dcef_render_process_handler.h98 CefRefPtr<CefFrame> frame, in OnContextCreated()
107 CefRefPtr<CefFrame> frame, in OnContextReleased()
117 CefRefPtr<CefFrame> frame, in OnUncaughtException()
132 CefRefPtr<CefFrame> frame, in OnFocusedNodeChanged()
142 CefRefPtr<CefFrame> frame, in OnProcessMessageReceived()
Dcef_context_menu_handler.h88 CefRefPtr<CefFrame> frame, in OnBeforeContextMenu()
102 CefRefPtr<CefFrame> frame, in RunContextMenu()
120 CefRefPtr<CefFrame> frame, in OnContextMenuCommand()
133 CefRefPtr<CefFrame> frame) {} in OnContextMenuDismissed()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoutils.h133 #define GST_VIDEO_CODEC_FRAME_FLAGS(frame) ((frame)->flags) argument
142 #define GST_VIDEO_CODEC_FRAME_FLAG_IS_SET(frame,flag) !!(GST_VIDEO_CODEC_FRAME_FLAGS(frame) & (fl… argument
151 #define GST_VIDEO_CODEC_FRAME_FLAG_SET(frame,flag) (GST_VIDEO_CODEC_FRAME_FLAGS(frame) |= (flag… argument
160 #define GST_VIDEO_CODEC_FRAME_FLAG_UNSET(frame,flag) (GST_VIDEO_CODEC_FRAME_FLAGS(frame) &= ~(fla… argument
168 #define GST_VIDEO_CODEC_FRAME_IS_DECODE_ONLY(frame) (GST_VIDEO_CODEC_FRAME_FLAG_IS_SET(frame, G… argument
181 #define GST_VIDEO_CODEC_FRAME_SET_DECODE_ONLY(frame) (GST_VIDEO_CODEC_FRAME_FLAG_SET(frame, GST_… argument
191 #define GST_VIDEO_CODEC_FRAME_IS_SYNC_POINT(frame) (GST_VIDEO_CODEC_FRAME_FLAG_IS_SET(frame, G… argument
204 #define GST_VIDEO_CODEC_FRAME_SET_SYNC_POINT(frame) (GST_VIDEO_CODEC_FRAME_FLAG_SET(frame, GST_… argument
205 #define GST_VIDEO_CODEC_FRAME_UNSET_SYNC_POINT(frame) (GST_VIDEO_CODEC_FRAME_FLAG_UNSET(frame, GS… argument
215 #define GST_VIDEO_CODEC_FRAME_IS_FORCE_KEYFRAME(frame) (GST_VIDEO_CODEC_FRAME_FLAG_IS_SET(fram… argument
[all …]
Dgstvideoutils.c41 _gst_video_codec_frame_free (GstVideoCodecFrame * frame) in _gst_video_codec_frame_free()
77 gst_video_codec_frame_set_user_data (GstVideoCodecFrame * frame, in gst_video_codec_frame_set_user_data()
97 gst_video_codec_frame_get_user_data (GstVideoCodecFrame * frame) in gst_video_codec_frame_get_user_data()
111 gst_video_codec_frame_ref (GstVideoCodecFrame * frame) in gst_video_codec_frame_ref()
130 gst_video_codec_frame_unref (GstVideoCodecFrame * frame) in gst_video_codec_frame_unref()
/third_party/ffmpeg/libavcodec/
Dinterplayvideo.c105 static int ipvideo_decode_block_opcode_0x0(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x0()
110 static int ipvideo_decode_block_opcode_0x1(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x1()
115 static int ipvideo_decode_block_opcode_0x2(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x2()
139 static int ipvideo_decode_block_opcode_0x3(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x3()
165 static int ipvideo_decode_block_opcode_0x4(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x4()
186 static int ipvideo_decode_block_opcode_0x5(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x5()
199 static int ipvideo_decode_block_opcode_0x6(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x6()
208 static int ipvideo_decode_block_opcode_0x7(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x7()
252 static int ipvideo_decode_block_opcode_0x8(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x8()
330 static int ipvideo_decode_block_opcode_0x9(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x9()
[all …]
Dhevc_refs.c32 void ff_hevc_unref_frame(HEVCContext *s, HEVCFrame *frame, int flags) in ff_hevc_unref_frame()
86 HEVCFrame *frame = &s->DPB[i]; in alloc_frame() local
135 int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc) in ff_hevc_set_new_ref()
142 HEVCFrame *frame = &s->DPB[i]; in ff_hevc_set_new_ref() local
183 HEVCFrame *frame = &s->DPB[i]; in ff_hevc_output_frame() local
192 HEVCFrame *frame = &s->DPB[i]; in ff_hevc_output_frame() local
209 HEVCFrame *frame = &s->DPB[min_idx]; in ff_hevc_output_frame() local
240 HEVCFrame *frame = &s->DPB[i]; in ff_hevc_bump_frame() local
250 HEVCFrame *frame = &s->DPB[i]; in ff_hevc_bump_frame() local
261 HEVCFrame *frame = &s->DPB[i]; in ff_hevc_bump_frame() local
[all …]
/third_party/ffmpeg/libavutil/
Dframe.c44 #define CHECK_CHANNELS_CONSISTENCY(frame) \ argument
139 static void get_frame_defaults(AVFrame *frame) in get_frame_defaults()
178 static void wipe_side_data(AVFrame *frame) in wipe_side_data()
192 AVFrame *frame = av_mallocz(sizeof(*frame)); in av_frame_alloc() local
203 void av_frame_free(AVFrame **frame) in av_frame_free()
212 static int get_video_buffer(AVFrame *frame, int align) in get_video_buffer()
281 static int get_audio_buffer(AVFrame *frame, int align) in get_audio_buffer()
337 int av_frame_get_buffer(AVFrame *frame, int align) in av_frame_get_buffer()
553 void av_frame_unref(AVFrame *frame) in av_frame_unref()
594 int av_frame_is_writable(AVFrame *frame) in av_frame_is_writable()
[all …]
/third_party/python/Lib/
Dbdb.py63 def trace_dispatch(self, frame, event, arg): argument
106 def dispatch_line(self, frame): argument
118 def dispatch_call(self, frame, arg): argument
140 def dispatch_return(self, frame, arg): argument
162 def dispatch_exception(self, frame, arg): argument
202 def stop_here(self, frame): argument
217 def break_here(self, frame): argument
251 def break_anywhere(self, frame): argument
259 def user_call(self, frame, argument_list): argument
263 def user_line(self, frame): argument
[all …]
/third_party/cef/libcef_dll/cpptoc/
Dresource_request_handler_cpptoc.cc33 cef_frame_t* frame, in resource_request_handler_get_cookie_access_filter()
60 cef_frame_t* frame, in resource_request_handler_on_before_resource_load()
92 cef_frame_t* frame, in resource_request_handler_get_resource_handler()
118 cef_frame_t* frame, in resource_request_handler_on_resource_redirect()
154 cef_frame_t* frame, in resource_request_handler_on_resource_response()
185 cef_frame_t* frame, in resource_request_handler_get_resource_response_filter()
216 cef_frame_t* frame, in resource_request_handler_on_resource_load_complete()
246 cef_frame_t* frame, in resource_request_handler_on_protocol_execution()
/third_party/cef/libcef_dll/ctocpp/
Dresource_request_handler_ctocpp.cc31 CefRefPtr<CefFrame> frame, in GetCookieAccessFilter()
58 CefRefPtr<CefFrame> frame, in OnBeforeResourceLoad()
90 CefRefPtr<CefFrame> frame, in GetResourceHandler()
116 CefRefPtr<CefFrame> frame, in OnResourceRedirect()
146 CefRefPtr<CefFrame> frame, in OnResourceResponse()
178 CefRefPtr<CefFrame> frame, in GetResourceResponseFilter()
209 CefRefPtr<CefFrame> frame, in OnResourceLoadComplete()
240 CefRefPtr<CefFrame> frame, in OnProtocolExecution()
/third_party/cef/tests/ceftests/
Dframe_unittest.cc122 CefRefPtr<CefFrame> frame) { in OnLoadStart()
126 CefRefPtr<CefFrame> frame) { in OnLoadEnd()
136 CefRefPtr<CefFrame> frame) { in SignalComplete()
182 CefRefPtr<CefFrame> frame, in OnBeforeBrowse()
190 CefRefPtr<CefFrame> frame) { in GetResourceHandler()
310 CefRefPtr<CefFrame> frame, in OnLoadStart()
317 CefRefPtr<CefFrame> frame, in OnLoadEnd()
336 CefRefPtr<CefFrame> frame) { in SendTestResults()
395 void RunNextNav(CefRefPtr<CefBrowser> browser, CefRefPtr<CefFrame> frame) { in RunNextNav()
424 CefRefPtr<CefFrame> frame, in GetResourceHandler()
[all …]
/third_party/cef/libcef/renderer/
Dblink_glue.cc91 bool IsInBackForwardCache(blink::WebLocalFrame* frame) { in IsInBackForwardCache()
99 blink::WebString DumpDocumentText(blink::WebLocalFrame* frame) { in DumpDocumentText()
110 blink::WebString DumpDocumentMarkup(blink::WebLocalFrame* frame) { in DumpDocumentMarkup()
166 blink::LocalFrame* frame = blink::ToLocalFrameIfNotDetached(context); in CallV8Function() local
192 blink::LocalFrame* frame = blink::ToLocalFrameIfNotDetached(context); in ExecuteV8ScriptAndReturnValue() local
239 bool HasPluginFrameOwner(blink::WebLocalFrame* frame) { in HasPluginFrameOwner()
246 void StartNavigation(blink::WebLocalFrame* frame, in StartNavigation()
260 CreateResourceLoadingTaskRunnerHandle(blink::WebLocalFrame* frame) { in CreateResourceLoadingTaskRunnerHandle()
269 blink::WebLocalFrame* frame) { in CreateResourceLoadingMaybeUnfreezableTaskRunnerHandle()
Drender_frame_observer.cc45 blink::WebLocalFrame* frame = render_frame()->GetWebFrame(); in DidCommitProvisionalLoad() local
83 blink::WebLocalFrame* frame = render_frame()->GetWebFrame(); in FocusedElementChanged() local
125 blink::WebLocalFrame* frame = render_frame()->GetWebFrame(); in DidCreateScriptContext() local
157 blink::WebLocalFrame* frame = render_frame()->GetWebFrame(); in WillReleaseScriptContext() local
204 void CefRenderFrameObserver::AttachFrame(CefFrameImpl* frame) { in AttachFrame()
218 blink::WebLocalFrame* frame = render_frame()->GetWebFrame(); in OnLoadStart() local
239 blink::WebLocalFrame* frame = render_frame()->GetWebFrame(); in OnLoadError() local
/third_party/nghttp2/fuzz/
Dfuzz_target.cc4 int on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_recv_callback()
12 const nghttp2_frame *frame, void *user_data) { in on_begin_headers_callback()
18 int on_header_callback2(nghttp2_session *session, const nghttp2_frame *frame, in on_header_callback2()
27 const nghttp2_frame *frame, void *user_data) { in before_frame_send_callback()
33 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback()
Dfuzz_target_fdp.cc8 int on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_recv_callback()
16 const nghttp2_frame *frame, void *user_data) { in on_begin_headers_callback()
22 int on_header_callback2(nghttp2_session *session, const nghttp2_frame *frame, in on_header_callback2()
31 const nghttp2_frame *frame, void *user_data) { in before_frame_send_callback()
37 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback()
/third_party/nghttp2/tests/
Dnghttp2_frame_test.c74 nghttp2_headers frame, oframe; in test_nghttp2_frame_pack_headers() local
170 nghttp2_headers frame; in test_nghttp2_frame_pack_headers_frame_too_large() local
210 nghttp2_priority frame, oframe; in test_nghttp2_frame_pack_priority() local
241 nghttp2_rst_stream frame, oframe; in test_nghttp2_frame_pack_rst_stream() local
280 nghttp2_settings frame, oframe; in test_nghttp2_frame_pack_settings() local
317 nghttp2_push_promise frame, oframe; in test_nghttp2_frame_pack_push_promise() local
365 nghttp2_ping frame, oframe; in test_nghttp2_frame_pack_ping() local
388 nghttp2_goaway frame, oframe; in test_nghttp2_frame_pack_goaway() local
436 nghttp2_window_update frame, oframe; in test_nghttp2_frame_pack_window_update() local
458 nghttp2_extension frame, oframe; in test_nghttp2_frame_pack_altsvc() local
[all …]
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_io_proc.c26 DNNReturnType ff_proc_from_dnn_to_frame(AVFrame *frame, DNNData *output, void *log_ctx) in ff_proc_from_dnn_to_frame()
96 static DNNReturnType proc_from_frame_to_dnn_frameprocessing(AVFrame *frame, DNNData *input, void *l… in proc_from_frame_to_dnn_frameprocessing()
178 static DNNReturnType proc_from_frame_to_dnn_analytics(AVFrame *frame, DNNData *input, void *log_ctx) in proc_from_frame_to_dnn_analytics()
207 DNNReturnType ff_proc_from_frame_to_dnn(AVFrame *frame, DNNData *input, DNNFunctionType func_type, … in ff_proc_from_frame_to_dnn()
/third_party/cef/tests/shared/renderer/
Dclient_app_renderer.h39 CefRefPtr<CefFrame> frame, in OnContextCreated()
44 CefRefPtr<CefFrame> frame, in OnContextReleased()
49 CefRefPtr<CefFrame> frame, in OnUncaughtException()
56 CefRefPtr<CefFrame> frame, in OnFocusedNodeChanged()
66 CefRefPtr<CefFrame> frame, in OnProcessMessageReceived()
Dclient_app_renderer.cc45 CefRefPtr<CefFrame> frame, in OnContextCreated()
53 CefRefPtr<CefFrame> frame, in OnContextReleased()
62 CefRefPtr<CefFrame> frame, in OnUncaughtException()
74 CefRefPtr<CefFrame> frame, in OnFocusedNodeChanged()
83 CefRefPtr<CefFrame> frame, in OnProcessMessageReceived()
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfparse.c111 gst_asf_parse_parse_packet (GstAsfParse * asfparse, GstBaseParseFrame * frame, in gst_asf_parse_parse_packet()
154 GstBaseParseFrame * frame, gint * skipsize, const Guid * guid) in gst_asf_parse_handle_frame_push_object()
196 GstBaseParseFrame * frame, gint * skipsize) in gst_asf_parse_handle_frame_headers()
252 GstBaseParseFrame * frame, gint * skipsize) in gst_asf_parse_handle_frame_data_header()
303 GstBaseParseFrame * frame, gint * skipsize) in gst_asf_parse_handle_frame_packets()
348 GstBaseParseFrame * frame, gint * skipsize) in gst_asf_parse_handle_frame_indexes()
358 GstBaseParseFrame * frame, gint * skipsize) in gst_asf_parse_handle_frame()

12345678910>>...53