Home
last modified time | relevance | path

Searched refs:video_buf (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcccombiner.c738 GstBuffer *video_buf; in gst_cc_combiner_collect_captions() local
751 video_buf = self->current_video_buffer; in gst_cc_combiner_collect_captions()
753 GST_BUFFER_PTS (video_buf), GST_BUFFER_DTS (video_buf), in gst_cc_combiner_collect_captions()
754 GST_BUFFER_DURATION (video_buf), NULL); in gst_cc_combiner_collect_captions()
946 video_buf = gst_buffer_make_writable (self->current_video_buffer); in gst_cc_combiner_collect_captions()
955 gst_buffer_add_video_caption_meta (video_buf, caption_data->caption_type, in gst_cc_combiner_collect_captions()
964 video_buf = self->current_video_buffer; in gst_cc_combiner_collect_captions()
972 GST_BUFFER_PTS (video_buf) + GST_BUFFER_DURATION (video_buf); in gst_cc_combiner_collect_captions()
974 return gst_aggregator_finish_buffer (GST_AGGREGATOR_CAST (self), video_buf); in gst_cc_combiner_collect_captions()
990 GstBuffer *video_buf; in gst_cc_combiner_aggregate() local
[all …]
/third_party/ffmpeg/libavdevice/
Dbktr.c86 uint8_t *video_buf; variable
196 video_buf = (uint8_t *)mmap((caddr_t)0, video_buf_size, in bktr_init()
198 if (video_buf == MAP_FAILED) { in bktr_init()
254 memcpy(pkt->data, video_buf, video_buf_size); in grab_read_packet()
323 munmap((caddr_t)video_buf, video_buf_size); in grab_read_close()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-overlay-composition.c472 GstVideoFrame * video_buf) in gst_video_overlay_composition_blend() argument
484 g_return_val_if_fail (video_buf != NULL, FALSE); in gst_video_overlay_composition_blend()
486 w = GST_VIDEO_FRAME_WIDTH (video_buf); in gst_video_overlay_composition_blend()
487 h = GST_VIDEO_FRAME_HEIGHT (video_buf); in gst_video_overlay_composition_blend()
488 fmt = GST_VIDEO_FRAME_FORMAT (video_buf); in gst_video_overlay_composition_blend()
492 "(%ux%u, format %u)", comp, num, video_buf, w, h, fmt); in gst_video_overlay_composition_blend()
516 ret = gst_video_blend (video_buf, &rectangle_frame, rect->x, rect->y, in gst_video_overlay_composition_blend()
Dvideo-overlay-composition.h264 … GstVideoFrame * video_buf);