Home
last modified time | relevance | path

Searched refs:overlay (Results 176 – 200 of 14513) sorted by relevance

12345678910>>...581

/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideooverlay.c345 g_return_if_fail (overlay != NULL); in gst_video_overlay_set_window_handle()
346 g_return_if_fail (GST_IS_VIDEO_OVERLAY (overlay)); in gst_video_overlay_set_window_handle()
348 iface = GST_VIDEO_OVERLAY_GET_INTERFACE (overlay); in gst_video_overlay_set_window_handle()
351 iface->set_window_handle (overlay, handle); in gst_video_overlay_set_window_handle()
370 g_return_if_fail (overlay != NULL); in gst_video_overlay_got_window_handle()
398 g_return_if_fail (overlay != NULL); in gst_video_overlay_prepare_window_handle()
419 g_return_if_fail (overlay != NULL); in gst_video_overlay_expose()
425 iface->expose (overlay); in gst_video_overlay_expose()
446 g_return_if_fail (overlay != NULL); in gst_video_overlay_handle_events()
452 iface->handle_events (overlay, handle_events); in gst_video_overlay_handle_events()
[all …]
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideooverlay.c345 g_return_if_fail (overlay != NULL); in gst_video_overlay_set_window_handle()
346 g_return_if_fail (GST_IS_VIDEO_OVERLAY (overlay)); in gst_video_overlay_set_window_handle()
348 iface = GST_VIDEO_OVERLAY_GET_INTERFACE (overlay); in gst_video_overlay_set_window_handle()
351 iface->set_window_handle (overlay, handle); in gst_video_overlay_set_window_handle()
370 g_return_if_fail (overlay != NULL); in gst_video_overlay_got_window_handle()
398 g_return_if_fail (overlay != NULL); in gst_video_overlay_prepare_window_handle()
419 g_return_if_fail (overlay != NULL); in gst_video_overlay_expose()
425 iface->expose (overlay); in gst_video_overlay_expose()
446 g_return_if_fail (overlay != NULL); in gst_video_overlay_handle_events()
452 iface->handle_events (overlay, handle_events); in gst_video_overlay_handle_events()
[all …]
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/video/
H A Dvideooverlay.c345 g_return_if_fail (overlay != NULL); in gst_video_overlay_set_window_handle()
346 g_return_if_fail (GST_IS_VIDEO_OVERLAY (overlay)); in gst_video_overlay_set_window_handle()
348 iface = GST_VIDEO_OVERLAY_GET_INTERFACE (overlay); in gst_video_overlay_set_window_handle()
351 iface->set_window_handle (overlay, handle); in gst_video_overlay_set_window_handle()
370 g_return_if_fail (overlay != NULL); in gst_video_overlay_got_window_handle()
398 g_return_if_fail (overlay != NULL); in gst_video_overlay_prepare_window_handle()
419 g_return_if_fail (overlay != NULL); in gst_video_overlay_expose()
425 iface->expose (overlay); in gst_video_overlay_expose()
446 g_return_if_fail (overlay != NULL); in gst_video_overlay_handle_events()
452 iface->handle_events (overlay, handle_events); in gst_video_overlay_handle_events()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkoverlay.c235 GtkOverlay *overlay = GTK_OVERLAY (object); in gtk_overlay_get_property() local
255 GtkOverlay *overlay = GTK_OVERLAY (object); in gtk_overlay_set_property() local
272 GtkOverlay *overlay = GTK_OVERLAY (object); in gtk_overlay_dispose() local
288 GtkOverlay *overlay = GTK_OVERLAY (widget); in gtk_overlay_compute_expand() local
290 if (overlay->child) in gtk_overlay_compute_expand()
370 gtk_overlay_init (GtkOverlay *overlay) in gtk_overlay_init() argument
433 gtk_overlay_add_overlay (GtkOverlay *overlay, in gtk_overlay_add_overlay() argument
572 gtk_overlay_set_child (GtkOverlay *overlay, in gtk_overlay_set_child() argument
580 overlay->child = child; in gtk_overlay_set_child()
600 gtk_overlay_get_child (GtkOverlay *overlay) in gtk_overlay_get_child() argument
[all …]
/dports/print/qpdf/qpdf-10.5.0/qpdf/qtest/qpdf/
H A Duo-7.out3 overlay 1
5 overlay 2
7 overlay 3
9 overlay 4
11 overlay 5
13 overlay 6
15 overlay 7
17 overlay 8
19 overlay 9
21 overlay 10
[all …]
/dports/editors/emacs/emacs-27.2/test/lisp/cedet/
H A Dsemantic-utest.el124 (overlay 109 120 "sutest.c"))
128 (overlay 123 135 "sutest.c"))
132 (overlay 138 151 "sutest.c")))
155 (overlay 215 226 "sutest.c"))
189 (overlay 10 11 "tst.py"))
290 (overlay 15 16 "tst.js"))
293 (overlay 18 19 "tst.js"))))
299 (overlay 55 56 "tst.js"))
302 (overlay 57 58 "tst.js"))))
464 (overlay 21 61 "tst.cs"))
[all …]
/dports/devel/sdl12/SDL-1.2.15/src/video/ps2gs/
H A DSDL_gsyuv.c115 overlay = (SDL_Overlay *)SDL_malloc(sizeof *overlay); in GS_CreateYUVOverlay()
120 SDL_memset(overlay, 0, (sizeof *overlay)); in GS_CreateYUVOverlay()
154 overlay->pitches[0] = overlay->w; in GS_CreateYUVOverlay()
155 overlay->pitches[1] = overlay->pitches[0] / 2; in GS_CreateYUVOverlay()
156 overlay->pitches[2] = overlay->pitches[0] / 2; in GS_CreateYUVOverlay()
158 overlay->pixels[1] = overlay->pixels[0] + in GS_CreateYUVOverlay()
159 overlay->pitches[0] * overlay->h; in GS_CreateYUVOverlay()
160 overlay->pixels[2] = overlay->pixels[1] + in GS_CreateYUVOverlay()
161 overlay->pitches[1] * overlay->h / 2; in GS_CreateYUVOverlay()
305 return(overlay); in GS_CreateYUVOverlay()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Dvideo_overlay.c446 vo_overlay_t *overlay = this->objects[handle].overlay; in video_overlay_event() local
509 _x_clut_yuv2rgb(overlay->color, sizeof(overlay->color) / sizeof (overlay->color[0]), cm); in _x_overlay_clut_yuv2rgb()
510 overlay->rgb_clut++; in _x_overlay_clut_yuv2rgb()
514 _x_clut_yuv2rgb(overlay->hili_color, sizeof (overlay->color) / sizeof (overlay->color[0]), cm); in _x_overlay_clut_yuv2rgb()
552 #define LUT_SIZE (sizeof(overlay->color)/sizeof(overlay->color[0]))
554 const rle_elem_t *rle = overlay->rle, *rle_end = rle + overlay->num_rle; in _x_overlay_to_argb32()
560 clut_to_argb (overlay->color, overlay->trans, LUT_SIZE, colors, format); in _x_overlay_to_argb32()
563 GET_DIM (lines1, overlay->hili_top, overlay->height); in _x_overlay_to_argb32()
564 GET_DIM (lines2, overlay->hili_bottom - overlay->hili_top + 1, overlay->height - lines1); in _x_overlay_to_argb32()
566 GET_DIM (pixels1, overlay->hili_left, overlay->width); in _x_overlay_to_argb32()
[all …]
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/gst/dvbsuboverlay/
H A Dgstdvbsuboverlay.c278 if (overlay->current_comp) in gst_dvbsub_overlay_finalize()
282 if (overlay->dvb_sub) in gst_dvbsub_overlay_finalize()
790 if (overlay->pending_sub && overlay->force_end) { in gst_dvbsub_overlay_process_text()
792 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_process_text()
861 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_text()
864 &overlay->video_segment, &overlay->subtitle_segment, in gst_dvbsub_overlay_chain_text()
880 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_chain_text()
918 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_subs_to_comp()
1015 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_video()
1103 gst_dvbsub_overlay_subs_to_comp (overlay, overlay->current_subtitle); in gst_dvbsub_overlay_chain_video()
[all …]
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/gst/dvbsuboverlay/
H A Dgstdvbsuboverlay.c278 if (overlay->current_comp) in gst_dvbsub_overlay_finalize()
282 if (overlay->dvb_sub) in gst_dvbsub_overlay_finalize()
790 if (overlay->pending_sub && overlay->force_end) { in gst_dvbsub_overlay_process_text()
792 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_process_text()
861 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_text()
864 &overlay->video_segment, &overlay->subtitle_segment, in gst_dvbsub_overlay_chain_text()
880 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_chain_text()
918 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_subs_to_comp()
1015 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_video()
1103 gst_dvbsub_overlay_subs_to_comp (overlay, overlay->current_subtitle); in gst_dvbsub_overlay_chain_video()
[all …]
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/gst/dvbsuboverlay/
H A Dgstdvbsuboverlay.c278 if (overlay->current_comp) in gst_dvbsub_overlay_finalize()
282 if (overlay->dvb_sub) in gst_dvbsub_overlay_finalize()
790 if (overlay->pending_sub && overlay->force_end) { in gst_dvbsub_overlay_process_text()
792 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_process_text()
861 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_text()
864 &overlay->video_segment, &overlay->subtitle_segment, in gst_dvbsub_overlay_chain_text()
880 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_chain_text()
918 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_subs_to_comp()
1015 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_video()
1103 gst_dvbsub_overlay_subs_to_comp (overlay, overlay->current_subtitle); in gst_dvbsub_overlay_chain_video()
[all …]
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/gst/dvbsuboverlay/
H A Dgstdvbsuboverlay.c278 if (overlay->current_comp) in gst_dvbsub_overlay_finalize()
282 if (overlay->dvb_sub) in gst_dvbsub_overlay_finalize()
790 if (overlay->pending_sub && overlay->force_end) { in gst_dvbsub_overlay_process_text()
792 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_process_text()
861 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_text()
864 &overlay->video_segment, &overlay->subtitle_segment, in gst_dvbsub_overlay_chain_text()
880 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_chain_text()
918 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_subs_to_comp()
1015 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_video()
1103 gst_dvbsub_overlay_subs_to_comp (overlay, overlay->current_subtitle); in gst_dvbsub_overlay_chain_video()
[all …]
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/gst/dvbsuboverlay/
H A Dgstdvbsuboverlay.c278 if (overlay->current_comp) in gst_dvbsub_overlay_finalize()
282 if (overlay->dvb_sub) in gst_dvbsub_overlay_finalize()
790 if (overlay->pending_sub && overlay->force_end) { in gst_dvbsub_overlay_process_text()
792 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_process_text()
861 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_text()
864 &overlay->video_segment, &overlay->subtitle_segment, in gst_dvbsub_overlay_chain_text()
880 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_chain_text()
918 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_subs_to_comp()
1015 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_video()
1103 gst_dvbsub_overlay_subs_to_comp (overlay, overlay->current_subtitle); in gst_dvbsub_overlay_chain_video()
[all …]
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/gst/dvbsuboverlay/
H A Dgstdvbsuboverlay.c278 if (overlay->current_comp) in gst_dvbsub_overlay_finalize()
282 if (overlay->dvb_sub) in gst_dvbsub_overlay_finalize()
790 if (overlay->pending_sub && overlay->force_end) { in gst_dvbsub_overlay_process_text()
792 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_process_text()
861 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_text()
864 &overlay->video_segment, &overlay->subtitle_segment, in gst_dvbsub_overlay_chain_text()
880 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_chain_text()
918 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_subs_to_comp()
1015 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_video()
1103 gst_dvbsub_overlay_subs_to_comp (overlay, overlay->current_subtitle); in gst_dvbsub_overlay_chain_video()
[all …]
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/gst/dvbsuboverlay/
H A Dgstdvbsuboverlay.c278 if (overlay->current_comp) in gst_dvbsub_overlay_finalize()
282 if (overlay->dvb_sub) in gst_dvbsub_overlay_finalize()
790 if (overlay->pending_sub && overlay->force_end) { in gst_dvbsub_overlay_process_text()
792 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_process_text()
861 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_text()
864 &overlay->video_segment, &overlay->subtitle_segment, in gst_dvbsub_overlay_chain_text()
880 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_chain_text()
918 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_subs_to_comp()
1015 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_video()
1103 gst_dvbsub_overlay_subs_to_comp (overlay, overlay->current_subtitle); in gst_dvbsub_overlay_chain_video()
[all …]
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/gst/dvbsuboverlay/
H A Dgstdvbsuboverlay.c278 if (overlay->current_comp) in gst_dvbsub_overlay_finalize()
282 if (overlay->dvb_sub) in gst_dvbsub_overlay_finalize()
790 if (overlay->pending_sub && overlay->force_end) { in gst_dvbsub_overlay_process_text()
792 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_process_text()
861 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_text()
864 &overlay->video_segment, &overlay->subtitle_segment, in gst_dvbsub_overlay_chain_text()
880 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_chain_text()
918 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_subs_to_comp()
1015 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_video()
1103 gst_dvbsub_overlay_subs_to_comp (overlay, overlay->current_subtitle); in gst_dvbsub_overlay_chain_video()
[all …]
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/gst/dvbsuboverlay/
H A Dgstdvbsuboverlay.c278 if (overlay->current_comp) in gst_dvbsub_overlay_finalize()
282 if (overlay->dvb_sub) in gst_dvbsub_overlay_finalize()
790 if (overlay->pending_sub && overlay->force_end) { in gst_dvbsub_overlay_process_text()
792 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_process_text()
861 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_text()
864 &overlay->video_segment, &overlay->subtitle_segment, in gst_dvbsub_overlay_chain_text()
880 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_chain_text()
918 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_subs_to_comp()
1015 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_video()
1103 gst_dvbsub_overlay_subs_to_comp (overlay, overlay->current_subtitle); in gst_dvbsub_overlay_chain_video()
[all …]
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/gst/dvbsuboverlay/
H A Dgstdvbsuboverlay.c278 if (overlay->current_comp) in gst_dvbsub_overlay_finalize()
282 if (overlay->dvb_sub) in gst_dvbsub_overlay_finalize()
790 if (overlay->pending_sub && overlay->force_end) { in gst_dvbsub_overlay_process_text()
792 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_process_text()
861 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_text()
864 &overlay->video_segment, &overlay->subtitle_segment, in gst_dvbsub_overlay_chain_text()
880 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_chain_text()
918 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_subs_to_comp()
1015 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_video()
1103 gst_dvbsub_overlay_subs_to_comp (overlay, overlay->current_subtitle); in gst_dvbsub_overlay_chain_video()
[all …]
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/gst/dvbsuboverlay/
H A Dgstdvbsuboverlay.c278 if (overlay->current_comp) in gst_dvbsub_overlay_finalize()
282 if (overlay->dvb_sub) in gst_dvbsub_overlay_finalize()
790 if (overlay->pending_sub && overlay->force_end) { in gst_dvbsub_overlay_process_text()
792 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_process_text()
861 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_text()
864 &overlay->video_segment, &overlay->subtitle_segment, in gst_dvbsub_overlay_chain_text()
880 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_chain_text()
918 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_subs_to_comp()
1015 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_video()
1103 gst_dvbsub_overlay_subs_to_comp (overlay, overlay->current_subtitle); in gst_dvbsub_overlay_chain_video()
[all …]
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/gst/dvbsuboverlay/
H A Dgstdvbsuboverlay.c278 if (overlay->current_comp) in gst_dvbsub_overlay_finalize()
282 if (overlay->dvb_sub) in gst_dvbsub_overlay_finalize()
790 if (overlay->pending_sub && overlay->force_end) { in gst_dvbsub_overlay_process_text()
792 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_process_text()
861 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_text()
864 &overlay->video_segment, &overlay->subtitle_segment, in gst_dvbsub_overlay_chain_text()
880 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_chain_text()
918 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_subs_to_comp()
1015 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_video()
1103 gst_dvbsub_overlay_subs_to_comp (overlay, overlay->current_subtitle); in gst_dvbsub_overlay_chain_video()
[all …]
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/gst/dvbsuboverlay/
H A Dgstdvbsuboverlay.c278 if (overlay->current_comp) in gst_dvbsub_overlay_finalize()
282 if (overlay->dvb_sub) in gst_dvbsub_overlay_finalize()
790 if (overlay->pending_sub && overlay->force_end) { in gst_dvbsub_overlay_process_text()
792 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_process_text()
861 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_text()
864 &overlay->video_segment, &overlay->subtitle_segment, in gst_dvbsub_overlay_chain_text()
880 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_chain_text()
918 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_subs_to_comp()
1015 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_video()
1103 gst_dvbsub_overlay_subs_to_comp (overlay, overlay->current_subtitle); in gst_dvbsub_overlay_chain_video()
[all …]
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/gst/dvbsuboverlay/
H A Dgstdvbsuboverlay.c278 if (overlay->current_comp) in gst_dvbsub_overlay_finalize()
282 if (overlay->dvb_sub) in gst_dvbsub_overlay_finalize()
790 if (overlay->pending_sub && overlay->force_end) { in gst_dvbsub_overlay_process_text()
792 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_process_text()
861 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_text()
864 &overlay->video_segment, &overlay->subtitle_segment, in gst_dvbsub_overlay_chain_text()
880 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_chain_text()
918 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_subs_to_comp()
1015 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_video()
1103 gst_dvbsub_overlay_subs_to_comp (overlay, overlay->current_subtitle); in gst_dvbsub_overlay_chain_video()
[all …]
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/gst/dvbsuboverlay/
H A Dgstdvbsuboverlay.c278 if (overlay->current_comp) in gst_dvbsub_overlay_finalize()
282 if (overlay->dvb_sub) in gst_dvbsub_overlay_finalize()
790 if (overlay->pending_sub && overlay->force_end) { in gst_dvbsub_overlay_process_text()
792 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_process_text()
861 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_text()
864 &overlay->video_segment, &overlay->subtitle_segment, in gst_dvbsub_overlay_chain_text()
880 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_chain_text()
918 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_subs_to_comp()
1015 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_video()
1103 gst_dvbsub_overlay_subs_to_comp (overlay, overlay->current_subtitle); in gst_dvbsub_overlay_chain_video()
[all …]
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/gst/dvbsuboverlay/
H A Dgstdvbsuboverlay.c278 if (overlay->current_comp) in gst_dvbsub_overlay_finalize()
282 if (overlay->dvb_sub) in gst_dvbsub_overlay_finalize()
790 if (overlay->pending_sub && overlay->force_end) { in gst_dvbsub_overlay_process_text()
792 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_process_text()
861 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_text()
864 &overlay->video_segment, &overlay->subtitle_segment, in gst_dvbsub_overlay_chain_text()
880 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_chain_text()
918 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_subs_to_comp()
1015 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_video()
1103 gst_dvbsub_overlay_subs_to_comp (overlay, overlay->current_subtitle); in gst_dvbsub_overlay_chain_video()
[all …]
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/gst/dvbsuboverlay/
H A Dgstdvbsuboverlay.c278 if (overlay->current_comp) in gst_dvbsub_overlay_finalize()
282 if (overlay->dvb_sub) in gst_dvbsub_overlay_finalize()
790 if (overlay->pending_sub && overlay->force_end) { in gst_dvbsub_overlay_process_text()
792 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_process_text()
861 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_text()
864 &overlay->video_segment, &overlay->subtitle_segment, in gst_dvbsub_overlay_chain_text()
880 dvb_sub_feed_with_pts (overlay->dvb_sub, overlay->last_text_pts, NULL, 0); in gst_dvbsub_overlay_chain_text()
918 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_subs_to_comp()
1015 GST_LOG_OBJECT (overlay, in gst_dvbsub_overlay_chain_video()
1103 gst_dvbsub_overlay_subs_to_comp (overlay, overlay->current_subtitle); in gst_dvbsub_overlay_chain_video()
[all …]

12345678910>>...581