• Home
  • Raw
  • Download

Lines Matching refs:GstPsDemux

141 static void gst_ps_demux_init (GstPsDemux * demux);
142 static void gst_ps_demux_finalize (GstPsDemux * demux);
143 static void gst_ps_demux_reset (GstPsDemux * demux);
163 static inline gboolean gst_ps_demux_scan_forward_ts (GstPsDemux * demux,
165 static inline gboolean gst_ps_demux_scan_backward_ts (GstPsDemux * demux,
168 static inline void gst_ps_demux_send_gap_updates (GstPsDemux * demux,
170 static inline void gst_ps_demux_clear_times (GstPsDemux * demux);
172 static void gst_ps_demux_reset_psm (GstPsDemux * demux);
173 static void gst_ps_demux_flush (GstPsDemux * demux);
197 sizeof (GstPsDemux), in gst_ps_demux_get_type()
255 gst_ps_demux_init (GstPsDemux * demux) in gst_ps_demux_init()
285 gst_ps_demux_finalize (GstPsDemux * demux) in gst_ps_demux_finalize()
299 gst_ps_demux_reset (GstPsDemux * demux) in gst_ps_demux_reset()
351 gst_ps_demux_create_stream (GstPsDemux * demux, gint id, gint stream_type) in gst_ps_demux_create_stream()
528 gst_ps_demux_get_stream (GstPsDemux * demux, gint id, gint type) in gst_ps_demux_get_stream()
565 gst_ps_demux_get_stream_from_pad (GstPsDemux * demux, GstPad * srcpad) in gst_ps_demux_get_stream_from_pad()
582 gst_ps_demux_send_segment (GstPsDemux * demux, GstPsStream * stream, in gst_ps_demux_send_segment()
638 gst_ps_demux_send_data (GstPsDemux * demux, GstPsStream * stream, in gst_ps_demux_send_data()
715 gst_ps_demux_mark_discont (GstPsDemux * demux, gboolean discont, in gst_ps_demux_mark_discont()
735 gst_ps_demux_send_event (GstPsDemux * demux, GstEvent * event) in gst_ps_demux_send_event()
761 gst_ps_demux_handle_dvd_event (GstPsDemux * demux, GstEvent * event) in gst_ps_demux_handle_dvd_event()
905 gst_ps_demux_flush (GstPsDemux * demux) in gst_ps_demux_flush()
918 gst_ps_demux_clear_times (GstPsDemux * demux) in gst_ps_demux_clear_times()
934 gst_ps_demux_send_gap_updates (GstPsDemux * demux, GstClockTime new_start) in gst_ps_demux_send_gap_updates()
977 have_open_streams (GstPsDemux * demux) in have_open_streams()
986 GstPsDemux *demux = GST_PS_DEMUX (parent); in gst_ps_demux_sink_event()
1064 gst_ps_demux_handle_seek_push (GstPsDemux * demux, GstEvent * event) in gst_ps_demux_handle_seek_push()
1134 find_offset (GstPsDemux * demux, guint64 scr, in find_offset()
1169 gst_ps_demux_do_seek (GstPsDemux * demux, GstSegment * seeksegment) in gst_ps_demux_do_seek()
1220 gst_ps_demux_handle_seek_pull (GstPsDemux * demux, GstEvent * event) in gst_ps_demux_handle_seek_pull()
1358 GstPsDemux *demux = GST_PS_DEMUX (parent); in gst_ps_demux_src_event()
1391 GstPsDemux *demux = GST_PS_DEMUX (parent); in gst_ps_demux_src_query()
1571 gst_ps_demux_reset_psm (GstPsDemux * demux) in gst_ps_demux_reset_psm()
1622 gst_ps_demux_parse_pack_start (GstPsDemux * demux) in gst_ps_demux_parse_pack_start()
1889 gst_ps_demux_parse_sys_head (GstPsDemux * demux) in gst_ps_demux_parse_sys_head()
2075 gst_ps_demux_parse_psm (GstPsDemux * demux) in gst_ps_demux_parse_psm()
2204 gst_ps_demux_resync_cb (GstPESFilter * filter, GstPsDemux * demux) in gst_ps_demux_resync_cb()
2210 GstBuffer * buffer, GstPsDemux * demux) in gst_ps_demux_data_cb()
2331 gst_ps_demux_resync (GstPsDemux * demux, gboolean save) in gst_ps_demux_resync()
2409 gst_ps_demux_scan_ts (GstPsDemux * demux, const guint8 * data, in gst_ps_demux_scan_ts()
2598 gst_ps_demux_scan_forward_ts (GstPsDemux * demux, guint64 * pos, in gst_ps_demux_scan_forward_ts()
2653 gst_ps_demux_scan_backward_ts (GstPsDemux * demux, guint64 * pos, in gst_ps_demux_scan_backward_ts()
2713 gst_ps_sink_get_duration (GstPsDemux * demux) in gst_ps_sink_get_duration()
2820 gst_ps_demux_pull_block (GstPad * pad, GstPsDemux * demux, in gst_ps_demux_pull_block()
2845 GstPsDemux *demux; in gst_ps_demux_loop()
2989 GstPsDemux *demux = GST_PS_DEMUX (parent); in gst_ps_demux_sink_activate_push()
3001 GstPsDemux *demux = GST_PS_DEMUX (parent); in gst_ps_demux_sink_activate_pull()
3031 gst_ps_demux_combine_flows (GstPsDemux * demux, GstFlowReturn ret) in gst_ps_demux_combine_flows()
3044 GstPsDemux *demux = GST_PS_DEMUX (parent); in gst_ps_demux_chain()
3182 GstPsDemux *demux = GST_PS_DEMUX (element); in gst_ps_demux_change_state()