Home
last modified time | relevance | path

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

12345678910>>...42

/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/node/deps/v8/third_party/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/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/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 …]
Dnghttp2_session.c96 nghttp2_frame *frame) { in session_trailer_headers()
1110 nghttp2_frame *frame; in nghttp2_session_add_item() local
1211 nghttp2_frame *frame; in nghttp2_session_add_rst_stream() local
2190 const nghttp2_frame *frame, in session_call_select_padding()
2218 nghttp2_frame *frame) { in session_headers_add_pad()
2259 nghttp2_frame *frame) { in session_pack_extension()
2302 nghttp2_frame *frame; in session_prep_frame() local
2711 nghttp2_frame *frame) { in session_call_before_frame_send()
2728 nghttp2_frame *frame) { in session_call_on_frame_send()
2856 nghttp2_frame *frame; in session_after_frame_sent1() local
[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 …]
Dnghttp2_session.c96 nghttp2_frame *frame) { in session_trailer_headers()
1115 nghttp2_frame *frame; in nghttp2_session_add_item() local
1216 nghttp2_frame *frame; in nghttp2_session_add_rst_stream() local
2195 const nghttp2_frame *frame, in session_call_select_padding()
2223 nghttp2_frame *frame) { in session_headers_add_pad()
2264 nghttp2_frame *frame) { in session_pack_extension()
2307 nghttp2_frame *frame; in session_prep_frame() local
2716 nghttp2_frame *frame) { in session_call_before_frame_send()
2733 nghttp2_frame *frame) { in session_call_on_frame_send()
2861 nghttp2_frame *frame; in session_after_frame_sent1() local
[all …]
/third_party/lame/mpglib/
Dmpg123.h94 struct frame { struct
111 int framesize; /* computed framesize */ argument
114 int II_sblimit;
115 struct al_table2 const *alloc;
116 int down_sample_sblimit;
117 int down_sample;
/third_party/ffmpeg/libavutil/
Dframe.c32 #define CHECK_CHANNELS_CONSISTENCY(frame) \ argument
55 static void get_frame_defaults(AVFrame *frame) in get_frame_defaults()
87 static void wipe_side_data(AVFrame *frame) in wipe_side_data()
101 AVFrame *frame = av_malloc(sizeof(*frame)); in av_frame_alloc() local
111 void av_frame_free(AVFrame **frame) in av_frame_free()
120 static int get_video_buffer(AVFrame *frame, int align) in get_video_buffer()
189 static int get_audio_buffer(AVFrame *frame, int align) in get_audio_buffer()
254 int av_frame_get_buffer(AVFrame *frame, int align) in av_frame_get_buffer()
477 void av_frame_unref(AVFrame *frame) in av_frame_unref()
523 int av_frame_is_writable(AVFrame *frame) in av_frame_is_writable()
[all …]
/third_party/ffmpeg/libavcodec/
Dinterplayvideo.c107 static int ipvideo_decode_block_opcode_0x0(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x0()
112 static int ipvideo_decode_block_opcode_0x1(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x1()
117 static int ipvideo_decode_block_opcode_0x2(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x2()
141 static int ipvideo_decode_block_opcode_0x3(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x3()
167 static int ipvideo_decode_block_opcode_0x4(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x4()
188 static int ipvideo_decode_block_opcode_0x5(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x5()
201 static int ipvideo_decode_block_opcode_0x6(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x6()
210 static int ipvideo_decode_block_opcode_0x7(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x7()
254 static int ipvideo_decode_block_opcode_0x8(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x8()
332 static int ipvideo_decode_block_opcode_0x9(IpvideoContext *s, AVFrame *frame) in ipvideo_decode_block_opcode_0x9()
[all …]
Dhevc_refs.c31 void ff_hevc_unref_frame(HEVCContext *s, HEVCFrame *frame, int flags) in ff_hevc_unref_frame()
88 HEVCFrame *frame = &s->DPB[i]; in alloc_frame() local
137 int ff_hevc_set_new_ref(HEVCContext *s, AVFrame **frame, int poc) in ff_hevc_set_new_ref()
144 HEVCFrame *frame = &s->DPB[i]; in ff_hevc_set_new_ref() local
185 HEVCFrame *frame = &s->DPB[i]; in ff_hevc_output_frame() local
194 HEVCFrame *frame = &s->DPB[i]; in ff_hevc_output_frame() local
211 HEVCFrame *frame = &s->DPB[min_idx]; in ff_hevc_output_frame() local
248 HEVCFrame *frame = &s->DPB[i]; in ff_hevc_bump_frame() local
258 HEVCFrame *frame = &s->DPB[i]; in ff_hevc_bump_frame() local
269 HEVCFrame *frame = &s->DPB[i]; in ff_hevc_bump_frame() local
[all …]
Ddfa.c57 static int decode_copy(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_copy()
66 static int decode_tsw1(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_tsw1()
109 static int decode_dsw1(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_dsw1()
146 static int decode_dds1(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_dds1()
197 static int decode_bdlt(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_bdlt()
239 static int decode_wdlt(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_wdlt()
300 static int decode_tdlt(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_tdlt()
322 static int decode_blck(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_blck()
340 static int dfa_decode_frame(AVCodecContext *avctx, AVFrame *frame, in dfa_decode_frame()
Dsbcdec.c64 static int sbc_unpack_frame(const uint8_t *data, struct sbc_frame *frame, in sbc_unpack_frame()
215 struct sbc_frame *frame, in sbc_synthesize_four()
258 struct sbc_frame *frame, in sbc_synthesize_eight()
305 struct sbc_frame *frame, AVFrame *output_frame) in sbc_synthesize_audio()
340 static int sbc_decode_frame(AVCodecContext *avctx, AVFrame *frame, in sbc_decode_frame()
/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/python/Python/
Dframe.c10 _PyFrame_Traverse(_PyInterpreterFrame *frame, visitproc visit, void *arg) in _PyFrame_Traverse()
27 _PyFrame_MakeAndSetFrameObject(_PyInterpreterFrame *frame) in _PyFrame_MakeAndSetFrameObject()
79 take_ownership(PyFrameObject *f, _PyInterpreterFrame *frame) in take_ownership()
120 _PyFrame_Clear(_PyInterpreterFrame *frame) in _PyFrame_Clear()
166 _PyInterpreterFrame_GetLine(_PyInterpreterFrame *frame) in _PyInterpreterFrame_GetLine()
/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
239 nghttp2_rst_stream frame, oframe; in test_nghttp2_frame_pack_rst_stream() local
275 nghttp2_settings frame, oframe; in test_nghttp2_frame_pack_settings() local
312 nghttp2_push_promise frame, oframe; in test_nghttp2_frame_pack_push_promise() local
360 nghttp2_ping frame, oframe; in test_nghttp2_frame_pack_ping() local
381 nghttp2_goaway frame, oframe; in test_nghttp2_frame_pack_goaway() local
429 nghttp2_window_update frame, oframe; in test_nghttp2_frame_pack_window_update() local
449 nghttp2_extension frame, oframe; in test_nghttp2_frame_pack_altsvc() local
[all …]
/third_party/node/test/fixtures/wpt/common/
Dobject-association.js13 const frame = iframe.contentWindow; constant
27 const frame = iframe.contentWindow; constant
53 const frame = iframe.contentWindow; constant
/third_party/ffmpeg/libavfilter/
Dvf_floodfill.c60 static int is_same4(const AVFrame *frame, int x, int y, in is_same4()
73 static int is_same4_16(const AVFrame *frame, int x, int y, in is_same4_16()
86 static int is_same3(const AVFrame *frame, int x, int y, in is_same3()
98 static int is_same3_16(const AVFrame *frame, int x, int y, in is_same3_16()
110 static int is_same1(const AVFrame *frame, int x, int y, in is_same1()
120 static int is_same1_16(const AVFrame *frame, int x, int y, in is_same1_16()
130 static void set_pixel1(AVFrame *frame, int x, int y, in set_pixel1()
136 static void set_pixel1_16(AVFrame *frame, int x, int y, in set_pixel1_16()
142 static void set_pixel3(AVFrame *frame, int x, int y, in set_pixel3()
150 static void set_pixel3_16(AVFrame *frame, int x, int y, in set_pixel3_16()
[all …]
/third_party/node/deps/v8/src/execution/
Dframes.h500 static CommonFrame* cast(StackFrame* frame) { in cast()
631 static JavaScriptFrame* cast(StackFrame* frame) { in cast()
686 static EntryFrame* cast(StackFrame* frame) { in cast()
712 static ConstructEntryFrame* cast(StackFrame* frame) { in cast()
733 static ExitFrame* cast(StackFrame* frame) { in cast()
865 static UnoptimizedFrame* cast(StackFrame* frame) { in cast()
894 static InterpretedFrame* cast(StackFrame* frame) { in cast()
898 static const InterpretedFrame* cast(const StackFrame* frame) { in cast()
923 static BaselineFrame* cast(StackFrame* frame) { in cast()
941 static BuiltinFrame* cast(StackFrame* frame) { in cast()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DThread.cpp65 auto frame = pauseAtFrame.lock(); in onLocationUpdate() local
90 std::shared_ptr<Frame> frame; in enter() local
127 auto &frame = *frames.back(); in update() local
143 Frame Thread::frame() const in frame() function in vk::dbg::Thread
154 for(auto frame : frames) in stack() local
/third_party/python/Include/internal/
Dpycore_frame.h103 _PyInterpreterFrame *frame, PyFunctionObject *func, in _PyFrame_InitializeSpecials()
122 _PyFrame_GetLocalsArray(_PyInterpreterFrame *frame) in _PyFrame_GetLocalsArray()
128 _PyFrame_GetStackPointer(_PyInterpreterFrame *frame) in _PyFrame_GetStackPointer()
134 _PyFrame_SetStackPointer(_PyInterpreterFrame *frame, PyObject **stack_pointer) in _PyFrame_SetStackPointer()
148 _PyFrame_IsIncomplete(_PyInterpreterFrame *frame) in _PyFrame_IsIncomplete()
163 _PyFrame_GetFrameObject(_PyInterpreterFrame *frame) in _PyFrame_GetFrameObject()
230 PyGenObject *_PyFrame_GetGenerator(_PyInterpreterFrame *frame) in _PyFrame_GetGenerator()
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_io_proc.c27 int ff_proc_from_dnn_to_frame(AVFrame *frame, DNNData *output, void *log_ctx) in ff_proc_from_dnn_to_frame()
100 int ff_proc_from_frame_to_dnn(AVFrame *frame, DNNData *input, void *log_ctx) in ff_proc_from_frame_to_dnn()
193 int ff_frame_to_dnn_classify(AVFrame *frame, DNNData *input, uint32_t bbox_index, void *log_ctx) in ff_frame_to_dnn_classify()
254 int ff_frame_to_dnn_detect(AVFrame *frame, DNNData *input, void *log_ctx) in ff_frame_to_dnn_detect()
/third_party/python/Lib/test/
Dtest_threadsignals.py29 def handle_signals(sig,frame): argument
79 def alarm_interrupt(self, sig, frame): argument
153 def my_handler(signal, frame): argument
204 def my_handler(signum, frame): argument

12345678910>>...42