Home
last modified time | relevance | path

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

12345678910>>...41

/third_party/boost/tools/build/src/engine/
Dframes.h19 struct frame struct
22 FRAME * prev_user; /* The nearest enclosing frame for which argument
36 * frame that was current at the moment of the call. When the call completes, argument
Dbuiltins.cpp501 LIST * builtin_calc( FRAME * frame, int flags ) in builtin_calc()
551 LIST * builtin_depends( FRAME * frame, int flags ) in builtin_depends()
597 LIST * builtin_rebuilds( FRAME * frame, int flags ) in builtin_rebuilds()
618 LIST * builtin_echo( FRAME * frame, int flags ) in builtin_echo()
633 LIST * builtin_exit( FRAME * frame, int flags ) in builtin_exit()
667 LIST * builtin_flags( FRAME * frame, int flags ) in builtin_flags()
771 LIST * builtin_glob( FRAME * frame, int flags ) in builtin_glob()
951 LIST * builtin_glob_recursive( FRAME * frame, int flags ) in builtin_glob_recursive()
968 LIST * builtin_match( FRAME * frame, int flags ) in builtin_match()
1029 LIST * builtin_split_by_characters( FRAME * frame, int flags ) in builtin_split_by_characters()
[all …]
Dframes.cpp14 void frame_init( FRAME * frame ) in frame_init()
26 void frame_free( FRAME * frame ) in frame_free()
/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/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/weston/shared/
Dframe.c46 struct frame *frame; member
88 struct frame { struct
112 frame_button_create_from_surface(struct frame *frame, cairo_surface_t *icon, in frame_button_create_from_surface()
133 frame_button_create(struct frame *frame, const char *icon_name, in frame_button_create()
254 frame_pointer_get(struct frame *frame, void *data) in frame_pointer_get()
281 frame_touch_get(struct frame *frame, void *data) in frame_touch_get()
307 frame_destroy(struct frame *frame) in frame_destroy()
330 struct frame *frame; in frame_create() local
432 frame_set_title(struct frame *frame, const char *title) in frame_set_title()
452 frame_set_icon(struct frame *frame, cairo_surface_t *icon) in frame_set_icon()
[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/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoutils.h102 #define GST_VIDEO_CODEC_FRAME_FLAGS(frame) ((frame)->flags) argument
111 #define GST_VIDEO_CODEC_FRAME_FLAG_IS_SET(frame,flag) !!(GST_VIDEO_CODEC_FRAME_FLAGS(frame) & (fl… argument
120 #define GST_VIDEO_CODEC_FRAME_FLAG_SET(frame,flag) (GST_VIDEO_CODEC_FRAME_FLAGS(frame) |= (flag… argument
129 #define GST_VIDEO_CODEC_FRAME_FLAG_UNSET(frame,flag) (GST_VIDEO_CODEC_FRAME_FLAGS(frame) &= ~(fla… argument
137 #define GST_VIDEO_CODEC_FRAME_IS_DECODE_ONLY(frame) (GST_VIDEO_CODEC_FRAME_FLAG_IS_SET(frame, G… argument
150 #define GST_VIDEO_CODEC_FRAME_SET_DECODE_ONLY(frame) (GST_VIDEO_CODEC_FRAME_FLAG_SET(frame, GST_… argument
160 #define GST_VIDEO_CODEC_FRAME_IS_SYNC_POINT(frame) (GST_VIDEO_CODEC_FRAME_FLAG_IS_SET(frame, G… argument
173 #define GST_VIDEO_CODEC_FRAME_SET_SYNC_POINT(frame) (GST_VIDEO_CODEC_FRAME_FLAG_SET(frame, GST_… argument
174 #define GST_VIDEO_CODEC_FRAME_UNSET_SYNC_POINT(frame) (GST_VIDEO_CODEC_FRAME_FLAG_UNSET(frame, GS… argument
184 #define GST_VIDEO_CODEC_FRAME_IS_FORCE_KEYFRAME(frame) (GST_VIDEO_CODEC_FRAME_FLAG_IS_SET(fram… argument
[all …]
Dgstvideoutils.c42 _gst_video_codec_frame_free (GstVideoCodecFrame * frame) in _gst_video_codec_frame_free()
78 gst_video_codec_frame_set_user_data (GstVideoCodecFrame * frame, in gst_video_codec_frame_set_user_data()
98 gst_video_codec_frame_get_user_data (GstVideoCodecFrame * frame) in gst_video_codec_frame_get_user_data()
112 gst_video_codec_frame_ref (GstVideoCodecFrame * frame) in gst_video_codec_frame_ref()
131 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 …]
Ddfa.c56 static int decode_copy(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_copy()
65 static int decode_tsw1(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_tsw1()
108 static int decode_dsw1(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_dsw1()
145 static int decode_dds1(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_dds1()
196 static int decode_bdlt(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_bdlt()
238 static int decode_wdlt(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_wdlt()
299 static int decode_tdlt(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_tdlt()
321 static int decode_blck(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_blck()
343 AVFrame *frame = data; in dfa_decode_frame() local
Dencode.c78 AVFrame *frame = NULL; in pad_last_frame() local
115 const AVFrame *frame, in avcodec_encode_audio2()
261 const AVFrame *frame, in avcodec_encode_video2()
361 static int do_encode(AVCodecContext *avctx, const AVFrame *frame, int *got_packet) in do_encode()
392 int attribute_align_arg avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame) in avcodec_send_frame()
/third_party/boost/boost/stacktrace/detail/
Dframe_decl.hpp32 class frame { class
50 BOOST_CONSTEXPR frame() BOOST_NOEXCEPT in frame() function in boost::stacktrace::frame
78 BOOST_CONSTEXPR explicit frame(native_frame_ptr_t addr) BOOST_NOEXCEPT in frame() function in boost::stacktrace::frame
89 explicit frame(T* function_addr) BOOST_NOEXCEPT in frame() function in boost::stacktrace::frame
/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()
269 static int get_audio_buffer(AVFrame *frame, int align) in get_audio_buffer()
325 int av_frame_get_buffer(AVFrame *frame, int align) in av_frame_get_buffer()
554 void av_frame_unref(AVFrame *frame) in av_frame_unref()
595 int av_frame_is_writable(AVFrame *frame) in av_frame_is_writable()
[all …]
/third_party/python/Lib/
Dbdb.py61 def trace_dispatch(self, frame, event, arg): argument
104 def dispatch_line(self, frame): argument
116 def dispatch_call(self, frame, arg): argument
138 def dispatch_return(self, frame, arg): argument
160 def dispatch_exception(self, frame, arg): argument
200 def stop_here(self, frame): argument
215 def break_here(self, frame): argument
249 def break_anywhere(self, frame): argument
257 def user_call(self, frame, argument_list): argument
261 def user_line(self, frame): argument
[all …]
/third_party/boost/libs/spirit/classic/phoenix/example/fundamental/
Dclosures.cpp40 closure_frame<my_closure::self_t> frame(clos); in main() local
47 closure_frame<my_closure::self_t> frame(clos); in main() local
54 closure_frame<my_closure::self_t> frame(clos, init); in main() local
/third_party/boost/libs/phoenix/test/scope/
Ddynamic_tests.cpp43 dynamic_frame<my_dynamic::self_type> frame(clos); in main() local
50 dynamic_frame<my_dynamic::self_type> frame(clos); in main() local
57 dynamic_frame<my_dynamic::self_type> frame(clos, init); in main() local
/third_party/mingw-w64/mingw-w64-libraries/pseh/src/i386/
Dframebased-gcchack.c80 void __cdecl __SEH2EnterFrame(_SEH2Registration_t * frame) in __SEH2EnterFrame()
111 __SEH_EXCEPT_RET _SEH2Except(_SEH2Frame_t * frame, volatile _SEH2TryLevel_t * trylevel, struct _EXC… in _SEH2Except()
148 void _SEH2Finally(_SEH2Frame_t * frame, volatile _SEH2TryLevel_t * trylevel) in _SEH2Finally()
196 void _SEH2LocalUnwind(_SEH2Frame_t * frame, volatile _SEH2TryLevel_t * dsttrylevel) in _SEH2LocalUnwind()
217 void _SEH2Handle(_SEH2Frame_t * frame, volatile _SEH2TryLevel_t * trylevel) in _SEH2Handle()
245 _SEH2Frame_t * frame; in _SEH2FrameHandler() local
281 void __cdecl _SEH2EnterFrame(_SEH2Frame_t * frame) in _SEH2EnterFrame()
289 int __cdecl _SEH2EnterFrameAndTrylevel(_SEH2Frame_t * frame, volatile _SEH2TryLevel_t * trylevel) in _SEH2EnterFrameAndTrylevel()
/third_party/ffmpeg/libavcodec/arm/
Dneontest.c33 AVFrame *frame, in wrap()
61 const AVFrame *frame, in wrap()
76 const AVFrame *frame, int *got_packet_ptr)) in wrap()
91 wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame)) in wrap()
96 wrap(avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame)) in wrap()
/third_party/ffmpeg/libavcodec/aarch64/
Dneontest.c33 AVFrame *frame, in wrap()
61 const AVFrame *frame, in wrap()
76 const AVFrame *frame, int *got_packet_ptr)) in wrap()
91 wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame)) in wrap()
96 wrap(avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame)) in wrap()
/third_party/ffmpeg/libavcodec/x86/
Dw64xmmtest.c33 AVFrame *frame, in wrap()
61 const AVFrame *frame, in wrap()
76 const AVFrame *frame, int *got_packet_ptr)) in wrap()
91 wrap(avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame)) in wrap()
96 wrap(avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame)) in wrap()
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfparse.c109 gst_asf_parse_parse_packet (GstAsfParse * asfparse, GstBaseParseFrame * frame, in gst_asf_parse_parse_packet()
152 GstBaseParseFrame * frame, gint * skipsize, const Guid * guid) in gst_asf_parse_handle_frame_push_object()
194 GstBaseParseFrame * frame, gint * skipsize) in gst_asf_parse_handle_frame_headers()
250 GstBaseParseFrame * frame, gint * skipsize) in gst_asf_parse_handle_frame_data_header()
301 GstBaseParseFrame * frame, gint * skipsize) in gst_asf_parse_handle_frame_packets()
346 GstBaseParseFrame * frame, gint * skipsize) in gst_asf_parse_handle_frame_indexes()
356 GstBaseParseFrame * frame, gint * skipsize) in gst_asf_parse_handle_frame()
/third_party/ffmpeg/libavfilter/
Dvf_floodfill.c60 static int is_same4(AVFrame *frame, int x, int y, in is_same4()
73 static int is_same4_16(AVFrame *frame, int x, int y, in is_same4_16()
86 static int is_same3(AVFrame *frame, int x, int y, in is_same3()
98 static int is_same3_16(AVFrame *frame, int x, int y, in is_same3_16()
110 static int is_same1(AVFrame *frame, int x, int y, in is_same1()
120 static int is_same1_16(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/boost/boost/lambda/
Dclosures.hpp175 closure_frame*& frame; member in boost::lambda::closure_frame
214 typename ClosureT::closure_frame_t*& frame; member in boost::lambda::closure_member
262 static closure_frame_t** frame = 0; in closure_frame_ref() local
268 closure_frame_t* frame; member in boost::lambda::closure

12345678910>>...41