Home
last modified time | relevance | path

Searched refs:frame (Results 1 – 25 of 3261) sorted by relevance

12345678910>>...131

/third_party/ffmpeg/tests/ref/fate/
Dffprobe_flat12 packets_and_frames.frame.0.media_type="audio"
13 packets_and_frames.frame.0.stream_index=0
14 packets_and_frames.frame.0.key_frame=1
15 packets_and_frames.frame.0.pkt_pts=0
16 packets_and_frames.frame.0.pkt_pts_time="0.000000"
17 packets_and_frames.frame.0.pkt_dts=0
18 packets_and_frames.frame.0.pkt_dts_time="0.000000"
19 packets_and_frames.frame.0.best_effort_timestamp=0
20 packets_and_frames.frame.0.best_effort_timestamp_time="0.000000"
21 packets_and_frames.frame.0.pkt_duration=1024
[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() argument
123 button->frame = frame; in frame_button_create_from_surface()
127 wl_list_insert(frame->buttons.prev, &button->link); in frame_button_create_from_surface()
133 frame_button_create(struct frame *frame, const char *icon_name, in frame_button_create() argument
144 button = frame_button_create_from_surface(frame, icon, status_effect, in frame_button_create()
167 button->frame->status |= FRAME_STATUS_REPAINT; in frame_button_enter()
176 button->frame->status |= FRAME_STATUS_REPAINT; in frame_button_leave()
183 button->frame->status |= FRAME_STATUS_REPAINT; in frame_button_press()
[all …]
Dcairo-util.h100 struct frame;
127 struct frame *
132 frame_destroy(struct frame *frame);
136 frame_set_title(struct frame *frame, const char *title);
140 frame_set_icon(struct frame *frame, cairo_surface_t *icon);
144 frame_set_flag(struct frame *frame, enum frame_flag flag);
148 frame_unset_flag(struct frame *frame, enum frame_flag flag);
152 frame_resize(struct frame *frame, int32_t width, int32_t height);
156 frame_resize_inside(struct frame *frame, int32_t width, int32_t height);
159 frame_width(struct frame *frame);
[all …]
/third_party/ffmpeg/libavcodec/
Dsbcenc.c45 DECLARE_ALIGNED(SBC_ALIGN, struct sbc_frame, frame);
49 static int sbc_analyze_audio(SBCDSPContext *s, struct sbc_frame *frame) in sbc_analyze_audio() argument
54 switch (frame->subbands) { in sbc_analyze_audio()
56 for (ch = 0; ch < frame->channels; ch++) { in sbc_analyze_audio()
58 s->increment + frame->blocks * 4]; in sbc_analyze_audio()
59 for (blk = 0; blk < frame->blocks; in sbc_analyze_audio()
63 frame->sb_sample_f[blk][ch], in sbc_analyze_audio()
64 frame->sb_sample_f[blk + 1][ch] - in sbc_analyze_audio()
65 frame->sb_sample_f[blk][ch]); in sbc_analyze_audio()
69 return frame->blocks * 4; in sbc_analyze_audio()
[all …]
Dvp9_raw_reorder_bsf.c56 static void vp9_raw_reorder_frame_free(VP9RawReorderFrame **frame) in vp9_raw_reorder_frame_free() argument
58 if (*frame) in vp9_raw_reorder_frame_free()
59 av_packet_free(&(*frame)->packet); in vp9_raw_reorder_frame_free()
60 av_freep(frame); in vp9_raw_reorder_frame_free()
74 static int vp9_raw_reorder_frame_parse(AVBSFContext *bsf, VP9RawReorderFrame *frame) in vp9_raw_reorder_frame_parse() argument
84 err = init_get_bits(&bc, frame->packet->data, 8 * frame->packet->size); in vp9_raw_reorder_frame_parse()
97 frame->profile = (profile_high_bit << 1) | profile_low_bit; in vp9_raw_reorder_frame_parse()
98 if (frame->profile == 3) { in vp9_raw_reorder_frame_parse()
107 frame->show_existing_frame = get_bits1(&bc); in vp9_raw_reorder_frame_parse()
108 if (frame->show_existing_frame) { in vp9_raw_reorder_frame_parse()
[all …]
Dsbcdec.c47 DECLARE_ALIGNED(SBC_ALIGN, struct sbc_frame, frame);
62 static int sbc_unpack_frame(const uint8_t *data, struct sbc_frame *frame, in sbc_unpack_frame() argument
87 frame->frequency = SBC_FREQ_16000; in sbc_unpack_frame()
88 frame->blocks = MSBC_BLOCKS; in sbc_unpack_frame()
89 frame->allocation = LOUDNESS; in sbc_unpack_frame()
90 frame->mode = MONO; in sbc_unpack_frame()
91 frame->channels = 1; in sbc_unpack_frame()
92 frame->subbands = 8; in sbc_unpack_frame()
93 frame->bitpool = 26; in sbc_unpack_frame()
95 frame->frequency = (data[1] >> 6) & 0x03; in sbc_unpack_frame()
[all …]
Dhevc_refs.c32 void ff_hevc_unref_frame(HEVCContext *s, HEVCFrame *frame, int flags) in ff_hevc_unref_frame() argument
35 if (!frame->frame || !frame->frame->buf[0]) in ff_hevc_unref_frame()
38 frame->flags &= ~flags; in ff_hevc_unref_frame()
39 if (!frame->flags) { in ff_hevc_unref_frame()
40 ff_thread_release_buffer(s->avctx, &frame->tf); in ff_hevc_unref_frame()
42 av_buffer_unref(&frame->tab_mvf_buf); in ff_hevc_unref_frame()
43 frame->tab_mvf = NULL; in ff_hevc_unref_frame()
45 av_buffer_unref(&frame->rpl_buf); in ff_hevc_unref_frame()
46 av_buffer_unref(&frame->rpl_tab_buf); in ff_hevc_unref_frame()
47 frame->rpl_tab = NULL; in ff_hevc_unref_frame()
[all …]
Ddfa.c56 static int decode_copy(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_copy() argument
60 if (bytestream2_get_buffer(gb, frame, size) != size) in decode_copy()
65 static int decode_tsw1(GetByteContext *gb, uint8_t *frame, int width, int height) in decode_tsw1() argument
67 const uint8_t *frame_start = frame; in decode_tsw1()
68 const uint8_t *frame_end = frame + width * height; in decode_tsw1()
76 if (segments == 0 && offset == frame_end - frame) in decode_tsw1()
78 if (frame_end - frame <= offset) in decode_tsw1()
80 frame += offset; in decode_tsw1()
88 if (frame_end - frame < 2) in decode_tsw1()
94 if (frame - frame_start < offset || frame_end - frame < count) in decode_tsw1()
[all …]
Ddecode.c299 static inline int decode_simple_internal(AVCodecContext *avctx, AVFrame *frame, int64_t *discarded_… in decode_simple_internal() argument
327 ret = ff_thread_decode_frame(avctx, frame, &got_frame, pkt); in decode_simple_internal()
329 ret = avctx->codec->decode(avctx, frame, &got_frame, pkt); in decode_simple_internal()
332 frame->pkt_dts = pkt->dts; in decode_simple_internal()
335 frame->pkt_pos = pkt->pos; in decode_simple_internal()
339 … if (!frame->sample_aspect_ratio.num) frame->sample_aspect_ratio = avctx->sample_aspect_ratio; in decode_simple_internal()
340 if (!frame->width) frame->width = avctx->width; in decode_simple_internal()
341 if (!frame->height) frame->height = avctx->height; in decode_simple_internal()
342 if (frame->format == AV_PIX_FMT_NONE) frame->format = avctx->pix_fmt; in decode_simple_internal()
350 if (frame->flags & AV_FRAME_FLAG_DISCARD) in decode_simple_internal()
[all …]
Dimm4.c201 static int decode_intra(AVCodecContext *avctx, GetBitContext *gb, AVFrame *frame) in decode_intra() argument
234 s->idsp.idct_put(frame->data[0] + y * frame->linesize[0] + x, in decode_intra()
235 frame->linesize[0], s->block[0]); in decode_intra()
236 s->idsp.idct_put(frame->data[0] + y * frame->linesize[0] + x + 8, in decode_intra()
237 frame->linesize[0], s->block[1]); in decode_intra()
238 s->idsp.idct_put(frame->data[0] + (y + 8) * frame->linesize[0] + x, in decode_intra()
239 frame->linesize[0], s->block[2]); in decode_intra()
240 s->idsp.idct_put(frame->data[0] + (y + 8) * frame->linesize[0] + x + 8, in decode_intra()
241 frame->linesize[0], s->block[3]); in decode_intra()
242 s->idsp.idct_put(frame->data[1] + (y >> 1) * frame->linesize[1] + (x >> 1), in decode_intra()
[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() argument
29 int bytewidth = av_image_get_linesize(frame->format, frame->width, 0); in ff_proc_from_dnn_to_frame()
35 switch (frame->format) { in ff_proc_from_dnn_to_frame()
38 sws_ctx = sws_getContext(frame->width * 3, in ff_proc_from_dnn_to_frame()
39 frame->height, in ff_proc_from_dnn_to_frame()
41 frame->width * 3, in ff_proc_from_dnn_to_frame()
42 frame->height, in ff_proc_from_dnn_to_frame()
48 av_get_pix_fmt_name(AV_PIX_FMT_GRAYF32), frame->width * 3, frame->height, in ff_proc_from_dnn_to_frame()
49 av_get_pix_fmt_name(AV_PIX_FMT_GRAY8), frame->width * 3, frame->height); in ff_proc_from_dnn_to_frame()
53 … (const int[4]){frame->width * 3 * sizeof(float), 0, 0, 0}, 0, frame->height, in ff_proc_from_dnn_to_frame()
[all …]
/third_party/ffmpeg/libavutil/
Dframe.c31 MAKE_ACCESSORS(AVFrame, frame, int64_t, best_effort_timestamp)
32 MAKE_ACCESSORS(AVFrame, frame, int64_t, pkt_duration)
33 MAKE_ACCESSORS(AVFrame, frame, int64_t, pkt_pos)
34 MAKE_ACCESSORS(AVFrame, frame, int64_t, channel_layout)
35 MAKE_ACCESSORS(AVFrame, frame, int, channels)
36 MAKE_ACCESSORS(AVFrame, frame, int, sample_rate)
37 MAKE_ACCESSORS(AVFrame, frame, AVDictionary *, metadata)
38 MAKE_ACCESSORS(AVFrame, frame, int, decode_error_flags)
39 MAKE_ACCESSORS(AVFrame, frame, int, pkt_size)
40 MAKE_ACCESSORS(AVFrame, frame, enum AVColorSpace, colorspace)
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_floodfill.c45 int (*is_same)(AVFrame *frame, int x, int y,
47 void (*set_pixel)(AVFrame *frame, int x, int y,
49 void (*pick_pixel)(AVFrame *frame, int x, int y,
60 static int is_same4(AVFrame *frame, int x, int y, in is_same4() argument
63 unsigned c0 = frame->data[0][y * frame->linesize[0] + x]; in is_same4()
64 unsigned c1 = frame->data[1][y * frame->linesize[1] + x]; in is_same4()
65 unsigned c2 = frame->data[2][y * frame->linesize[2] + x]; in is_same4()
66 unsigned c3 = frame->data[3][y * frame->linesize[3] + x]; in is_same4()
73 static int is_same4_16(AVFrame *frame, int x, int y, in is_same4_16() argument
76 unsigned c0 = AV_RN16(frame->data[0] + y * frame->linesize[0] + 2 * x); in is_same4_16()
[all …]
/third_party/boost/tools/build/src/engine/
Dbuiltins.h27 LIST *builtin_calc( FRAME * frame, int flags );
28 LIST *builtin_depends( FRAME * frame, int flags );
29 LIST *builtin_rebuilds( FRAME * frame, int flags );
30 LIST *builtin_echo( FRAME * frame, int flags );
31 LIST *builtin_exit( FRAME * frame, int flags );
32 LIST *builtin_flags( FRAME * frame, int flags );
33 LIST *builtin_glob( FRAME * frame, int flags );
34 LIST *builtin_glob_recursive( FRAME * frame, int flags );
35 LIST *builtin_subst( FRAME * frame, int flags );
36 LIST *builtin_match( FRAME * frame, int flags );
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dav1parser.c111 GstAV1FrameOBU frame; in GST_START_TEST() local
198 ret = gst_av1_parser_parse_frame_obu (parser, &obu, &frame); in GST_START_TEST()
201 assert_equals_int (frame.frame_header.show_existing_frame, 0); in GST_START_TEST()
202 assert_equals_int (frame.frame_header.frame_type, GST_AV1_KEY_FRAME); in GST_START_TEST()
203 assert_equals_int (frame.frame_header.show_frame, 1); in GST_START_TEST()
204 assert_equals_int (frame.frame_header.disable_cdf_update, 0); in GST_START_TEST()
205 assert_equals_int (frame.frame_header.allow_screen_content_tools, 0); in GST_START_TEST()
206 assert_equals_int (frame.frame_header.frame_size_override_flag, 0); in GST_START_TEST()
207 assert_equals_int (frame.frame_header.order_hint, 0); in GST_START_TEST()
208 assert_equals_int (frame.frame_header.render_and_frame_size_different, 0); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoutils.c41 _gst_video_codec_frame_free (GstVideoCodecFrame * frame) in _gst_video_codec_frame_free() argument
43 g_return_if_fail (frame != NULL); in _gst_video_codec_frame_free()
45 GST_DEBUG ("free frame %p", frame); in _gst_video_codec_frame_free()
47 if (frame->input_buffer) { in _gst_video_codec_frame_free()
48 gst_buffer_unref (frame->input_buffer); in _gst_video_codec_frame_free()
51 if (frame->output_buffer) { in _gst_video_codec_frame_free()
52 gst_buffer_unref (frame->output_buffer); in _gst_video_codec_frame_free()
55 g_list_free_full (frame->events, (GDestroyNotify) gst_event_unref); in _gst_video_codec_frame_free()
56 frame->events = NULL; in _gst_video_codec_frame_free()
58 if (frame->user_data_destroy_notify) in _gst_video_codec_frame_free()
[all …]
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 …]
/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() argument
66 nghttp2_frame_hd_init(&frame->hd, 0, NGHTTP2_HEADERS, flags, stream_id); in nghttp2_frame_headers_init()
67 frame->padlen = 0; in nghttp2_frame_headers_init()
68 frame->nva = nva; in nghttp2_frame_headers_init()
69 frame->nvlen = nvlen; in nghttp2_frame_headers_init()
70 frame->cat = cat; in nghttp2_frame_headers_init()
73 frame->pri_spec = *pri_spec; in nghttp2_frame_headers_init()
75 nghttp2_priority_spec_default_init(&frame->pri_spec); in nghttp2_frame_headers_init()
79 void nghttp2_frame_headers_free(nghttp2_headers *frame, nghttp2_mem *mem) { in nghttp2_frame_headers_free() argument
80 nghttp2_nv_array_del(frame->nva, mem); in nghttp2_frame_headers_free()
[all …]
Dnghttp2_frame.h117 size_t nghttp2_frame_headers_payload_nv_offset(nghttp2_headers *frame);
138 int nghttp2_frame_pack_headers(nghttp2_bufs *bufs, nghttp2_headers *frame,
148 int nghttp2_frame_unpack_headers_payload(nghttp2_headers *frame,
160 int nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame);
165 void nghttp2_frame_unpack_priority_payload(nghttp2_priority *frame,
178 nghttp2_rst_stream *frame);
183 void nghttp2_frame_unpack_rst_stream_payload(nghttp2_rst_stream *frame,
199 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame);
218 void nghttp2_frame_unpack_settings_payload(nghttp2_settings *frame,
260 nghttp2_push_promise *frame,
[all …]
/third_party/nghttp2/lib/
Dnghttp2_frame.c62 void nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags, in nghttp2_frame_headers_init() argument
66 nghttp2_frame_hd_init(&frame->hd, 0, NGHTTP2_HEADERS, flags, stream_id); in nghttp2_frame_headers_init()
67 frame->padlen = 0; in nghttp2_frame_headers_init()
68 frame->nva = nva; in nghttp2_frame_headers_init()
69 frame->nvlen = nvlen; in nghttp2_frame_headers_init()
70 frame->cat = cat; in nghttp2_frame_headers_init()
73 frame->pri_spec = *pri_spec; in nghttp2_frame_headers_init()
75 nghttp2_priority_spec_default_init(&frame->pri_spec); in nghttp2_frame_headers_init()
79 void nghttp2_frame_headers_free(nghttp2_headers *frame, nghttp2_mem *mem) { in nghttp2_frame_headers_free() argument
80 nghttp2_nv_array_del(frame->nva, mem); in nghttp2_frame_headers_free()
[all …]
Dnghttp2_frame.h117 size_t nghttp2_frame_headers_payload_nv_offset(nghttp2_headers *frame);
138 int nghttp2_frame_pack_headers(nghttp2_bufs *bufs, nghttp2_headers *frame,
148 int nghttp2_frame_unpack_headers_payload(nghttp2_headers *frame,
160 int nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame);
165 void nghttp2_frame_unpack_priority_payload(nghttp2_priority *frame,
178 nghttp2_rst_stream *frame);
183 void nghttp2_frame_unpack_rst_stream_payload(nghttp2_rst_stream *frame,
199 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame);
218 void nghttp2_frame_unpack_settings_payload(nghttp2_settings *frame,
260 nghttp2_push_promise *frame,
[all …]
/third_party/jinja2/
Dcompiler.py67 def new_func(self, node, frame, **kwargs): argument
69 if self.optimized and not frame.eval_ctx.volatile:
70 new_node = self.optimizer.visit(node, frame.eval_ctx)
72 return self.visit(new_node, frame)
73 return f(self, node, frame, **kwargs)
325 def buffer(self, frame): argument
327 frame.buffer = self.temporary_identifier()
328 self.writeline("%s = []" % frame.buffer)
330 def return_buffer_contents(self, frame, force_unescaped=False): argument
333 if frame.eval_ctx.volatile:
[all …]
/third_party/skia/third_party/externals/jinja2/
Dcompiler.py67 def new_func(self, node, frame, **kwargs): argument
69 if self.optimized and not frame.eval_ctx.volatile:
70 new_node = self.optimizer.visit(node, frame.eval_ctx)
72 return self.visit(new_node, frame)
73 return f(self, node, frame, **kwargs)
325 def buffer(self, frame): argument
327 frame.buffer = self.temporary_identifier()
328 self.writeline("%s = []" % frame.buffer)
330 def return_buffer_contents(self, frame, force_unescaped=False): argument
333 if frame.eval_ctx.volatile:
[all …]
/third_party/python/Lib/
Dbdb.py63 def trace_dispatch(self, frame, event, arg): argument
90 return self.dispatch_line(frame)
92 return self.dispatch_call(frame, arg)
94 return self.dispatch_return(frame, arg)
96 return self.dispatch_exception(frame, arg)
106 def dispatch_line(self, frame): argument
113 if self.stop_here(frame) or self.break_here(frame):
114 self.user_line(frame)
118 def dispatch_call(self, frame, arg): argument
128 self.botframe = frame.f_back # (CT) Note that this may also be None!
[all …]
/third_party/node/tools/inspector_protocol/jinja2/
Dcompiler.py64 def new_func(self, node, frame, **kwargs): argument
66 if self.optimized and not frame.eval_ctx.volatile:
67 new_node = self.optimizer.visit(node, frame.eval_ctx)
69 return self.visit(new_node, frame)
70 return f(self, node, frame, **kwargs)
322 def buffer(self, frame): argument
324 frame.buffer = self.temporary_identifier()
325 self.writeline('%s = []' % frame.buffer)
327 def return_buffer_contents(self, frame, force_unescaped=False): argument
330 if frame.eval_ctx.volatile:
[all …]

12345678910>>...131