Home
last modified time | relevance | path

Searched refs:dvdspu (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstdvdspu.c82 GST_ELEMENT_REGISTER_DEFINE_CUSTOM (dvdspu, dvd_spu_element_init);
96 static gboolean gst_dvd_spu_video_set_caps (GstDVDSpu * dvdspu, GstPad * pad,
104 static void gst_dvd_spu_redraw_still (GstDVDSpu * dvdspu, gboolean force);
106 static void gst_dvd_spu_check_still_updates (GstDVDSpu * dvdspu);
111 static gboolean gst_dvd_spu_subpic_set_caps (GstDVDSpu * dvdspu, GstPad * pad,
114 static void gst_dvd_spu_clear (GstDVDSpu * dvdspu);
115 static void gst_dvd_spu_flush_spu_info (GstDVDSpu * dvdspu,
117 static void gst_dvd_spu_advance_spu (GstDVDSpu * dvdspu, GstClockTime new_ts);
118 static void gstspu_render (GstDVDSpu * dvdspu, GstBuffer * buf);
120 dvdspu_handle_vid_buffer (GstDVDSpu * dvdspu, GstBuffer * buf);
[all …]
Dgstspu-vobsub.c55 gst_dvd_spu_parse_chg_colcon (GstDVDSpu * dvdspu, guint8 * data, guint8 * end) in gst_dvd_spu_parse_chg_colcon() argument
57 SpuState *state = &dvdspu->spu_state; in gst_dvd_spu_parse_chg_colcon()
68 GST_DEBUG_OBJECT (dvdspu, "Change Color & Contrast. Pixel data = %d bytes", in gst_dvd_spu_parse_chg_colcon()
106 GST_LOG_OBJECT (dvdspu, "ChgColcon Entry %d Top: %d Bottom: %d Changes: %d", in gst_dvd_spu_parse_chg_colcon()
115 GST_LOG_OBJECT (dvdspu, " %d: left: %d palette 0x%x", c, in gst_dvd_spu_parse_chg_colcon()
123 gst_dvd_spu_exec_cmd_blk (GstDVDSpu * dvdspu, guint8 * data, guint8 * end) in gst_dvd_spu_exec_cmd_blk() argument
125 SpuState *state = &dvdspu->spu_state; in gst_dvd_spu_exec_cmd_blk()
134 GST_DEBUG_OBJECT (dvdspu, " Forced Display"); in gst_dvd_spu_exec_cmd_blk()
139 GST_DEBUG_OBJECT (dvdspu, " Display On"); in gst_dvd_spu_exec_cmd_blk()
144 GST_DEBUG_OBJECT (dvdspu, " Display Off"); in gst_dvd_spu_exec_cmd_blk()
[all …]
Dgstspu-pgs.c54 static gint gstspu_exec_pgs_buffer (GstDVDSpu * dvdspu, GstBuffer * buf);
82 dump_rle_data (GstDVDSpu * dvdspu, guint8 * data, guint32 len) in dump_rle_data() argument
148 if (dvdspu->spu_state.pgs.palette[pal_id].A) { in dump_rle_data()
149 guint8 val = dvdspu->spu_state.pgs.palette[pal_id].A; in dump_rle_data()
367 parse_presentation_segment (GstDVDSpu * dvdspu, guint8 type, guint8 * payload, in parse_presentation_segment() argument
371 PgsPresentationSegment *ps = &dvdspu->spu_state.pgs.pres_seg; in parse_presentation_segment()
462 parse_set_palette (GstDVDSpu * dvdspu, guint8 type, guint8 * payload, in parse_set_palette() argument
465 SpuState *state = &dvdspu->spu_state; in parse_set_palette()
523 parse_set_window (GstDVDSpu * dvdspu, guint8 type, guint8 * payload, in parse_set_window() argument
526 SpuState *state = &dvdspu->spu_state; in parse_set_window()
[all …]
Dgstspu-pgs.h100 void gstspu_pgs_handle_new_buf (GstDVDSpu * dvdspu, GstClockTime event_ts, GstBuffer *buf);
101 gboolean gstspu_pgs_execute_event (GstDVDSpu *dvdspu);
102 void gstspu_pgs_render (GstDVDSpu *dvdspu, GstVideoFrame *frame);
103 gboolean gstspu_pgs_handle_dvd_event (GstDVDSpu *dvdspu, GstEvent *event);
104 void gstspu_pgs_flush (GstDVDSpu *dvdspu);
Dgstspu-vobsub.h105 void gstspu_vobsub_handle_new_buf (GstDVDSpu * dvdspu, GstClockTime event_ts, GstBuffer *buf);
106 gboolean gstspu_vobsub_execute_event (GstDVDSpu *dvdspu);
107 void gstspu_vobsub_render (GstDVDSpu *dvdspu, GstVideoFrame *frame);
108 gboolean gstspu_vobsub_handle_dvd_event (GstDVDSpu *dvdspu, GstEvent *event);
109 void gstspu_vobsub_flush (GstDVDSpu *dvdspu);
Dgstspu-vobsub-render.c34 gstspu_vobsub_recalc_palette (GstDVDSpu * dvdspu, in gstspu_vobsub_recalc_palette() argument
37 SpuState *state = &dvdspu->spu_state; in gstspu_vobsub_recalc_palette()
72 gstspu_vobsub_update_palettes (GstDVDSpu * dvdspu, SpuState * state) in gstspu_vobsub_update_palettes() argument
78 gstspu_vobsub_recalc_palette (dvdspu, state->vobsub.main_pal, in gstspu_vobsub_update_palettes()
91 gstspu_vobsub_recalc_palette (dvdspu, in gstspu_vobsub_update_palettes()
110 GST_LOG_OBJECT (dvdspu, "Updating chg-col-con palettes"); in gstspu_vobsub_update_palettes()
126 gstspu_vobsub_recalc_palette (dvdspu, cur->pal_cache, index, alpha); in gstspu_vobsub_update_palettes()
422 gstspu_vobsub_render (GstDVDSpu * dvdspu, GstVideoFrame * frame) in gstspu_vobsub_render() argument
424 SpuState *state = &dvdspu->spu_state; in gstspu_vobsub_render()
451 GST_DEBUG_OBJECT (dvdspu, in gstspu_vobsub_render()
[all …]
Dgstdvdspu.h126 GST_ELEMENT_REGISTER_DECLARE (dvdspu);
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dresin-play210 dvdspu name=spu ! deinterlace ! xvimagesink force-aspect-ratio=false \
Dresin-play10 dvdspu name=spu ! videoconvert ! videoscale ! ximagesink force-aspect-ratio=true \
/third_party/gstreamer/gstplugins_bad/po/
DPOTFILES14 gst/dvdspu/gstdvdspu.c
/third_party/gstreamer/gstplugins_bad/gst/
Dmeson.build5 'dvbsuboverlay', 'dvdspu', 'faceoverlay', 'festival',
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dporting-list-0.11.txt234 * -bad dvdspu: dvdspu: Sub-picture Overlay
/third_party/gstreamer/gstplugins_bad/
Dmeson_options.txt23 option('dvdspu', type : 'feature', value : 'auto') feature
DChangeLog10739 * gst/dvdspu/gstdvdspu.c:
10740 * gst/dvdspu/gstdvdspu.h:
33433 * gst/dvdspu/Notes.txt:
33434 * gst/dvdspu/gstspu-vobsub-render.c:
34156 * gst/dvdspu/.gitignore:
34157 * gst/dvdspu/Makefile.am:
39994 * docs/plugins/inspect/plugin-dvdspu.xml:
40159 * gst/dvdspu/meson.build:
40605 * docs/plugins/inspect/plugin-dvdspu.xml:
40751 * docs/plugins/inspect/plugin-dvdspu.xml:
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog92707 * gst/dvdspu/Makefile.am:
92835 * docs/plugins/inspect/plugin-dvdspu.xml:
92905 * gst/dvdspu/gstdvdspu.c:
101236 * gst/dvdspu/Makefile.am:
112044 * gst/dvdspu/Makefile.am:
116966 * gst/dvdspu/Makefile.am:
117945 * gst/dvdspu/Makefile.am:
119088 * gst/dvdspu/Makefile.am:
121428 * gst/dvdspu/Makefile.am:
128314 * docs/plugins/inspect/plugin-dvdspu.xml:
[all …]
/third_party/gstreamer/gstplugins_base/
DChangeLog86565 docs/plugins/inspect/plugin-dvdspu.xml
86648 docs/plugins/inspect/plugin-dvdspu.xml
102264 * gst/dvdspu/Makefile.am:
129631 * gst/dvdspu/Makefile.am:
129755 * gst/dvdspu/Makefile.am:
132024 * docs/plugins/inspect/plugin-dvdspu.xml:
132094 * gst/dvdspu/gstdvdspu.c: