Searched refs:splice_time (Results 1 – 5 of 5) sorted by relevance
103 component->splice_time = ((guint64) (*data & 0x01)) << 32; in _parse_splice_component()105 component->splice_time += GST_READ_UINT32_BE (data); in _parse_splice_component()108 GST_TIME_FORMAT ")", component->tag, component->splice_time, in _parse_splice_component()109 GST_TIME_ARGS (MPEGTIME_TO_GSTTIME (component->splice_time))); in _parse_splice_component()348 sit->splice_time = ((guint64) (*data & 0x01)) << 32; in _parse_sit()350 sit->splice_time += GST_READ_UINT32_BE (data); in _parse_sit()533 gst_mpegts_scte_splice_in_new (guint32 event_id, GstClockTime splice_time) in gst_mpegts_scte_splice_in_new() argument541 if (splice_time == G_MAXUINT64) { in gst_mpegts_scte_splice_in_new()545 event->program_splice_time = splice_time; in gst_mpegts_scte_splice_in_new()572 gst_mpegts_scte_splice_out_new (guint32 event_id, GstClockTime splice_time, in gst_mpegts_scte_splice_out_new() argument[all …]
124 guint64 splice_time; /* Only valid for insert_event */ member217 guint64 splice_time; member258 GstClockTime splice_time);262 GstClockTime splice_time,
1809 running_time = sit->splice_time; in handle_scte35_section()1810 sit->splice_time = in handle_scte35_section()
1168 MPEGTIME_TO_GSTTIME (sit->splice_time + in handle_psi()
4784 time_signal splices are trivial, they only contain a splice_time()