• Home
  • Raw
  • Download

Lines Matching refs:running_time

1067   GstClockTime running_time, stream_time;  in check_pending_key_unit_event()  local
1081 running_time = timestamp; in check_pending_key_unit_event()
1084 GST_TIME_ARGS (running_time), GST_TIME_ARGS (pending_key_unit_ts)); in check_pending_key_unit_event()
1086 running_time < pending_key_unit_ts) in check_pending_key_unit_event()
1107 running_time, all_headers, count); in check_pending_key_unit_event()
1250 GstClockTime running_time; in gst_base_ts_mux_aggregate_buffer() local
1258 NULL, NULL, &running_time, NULL, &count); in gst_base_ts_mux_aggregate_buffer()
1262 GST_TIME_ARGS (running_time), count); in gst_base_ts_mux_aggregate_buffer()
1491 request_keyframe (GstBaseTsMux * mux, GstClockTime running_time) in request_keyframe() argument
1498 gst_video_event_new_upstream_force_key_unit (running_time, TRUE, 0)); in request_keyframe()
1710 guint64 running_time = GST_CLOCK_TIME_NONE; in handle_scte35_section() local
1719 &running_time)) { in handle_scte35_section()
1722 GST_TIME_ARGS (running_time)); in handle_scte35_section()
1723 request_keyframe (mux, running_time); in handle_scte35_section()
1728 running_time = sevent->program_splice_time; in handle_scte35_section()
1731 GST_TIME_ARGS (running_time)); in handle_scte35_section()
1732 request_keyframe (mux, running_time); in handle_scte35_section()
1734 GSTTIME_TO_MPEGTIME (running_time) + TS_MUX_CLOCK_BASE; in handle_scte35_section()
1755 if (GST_CLOCK_TIME_IS_VALID (running_time)) { in handle_scte35_section()
1756 running_time += MPEGTIME_TO_GSTTIME (sevent->break_duration); in handle_scte35_section()
1759 GST_TIME_ARGS (running_time)); in handle_scte35_section()
1760 request_keyframe (mux, running_time); in handle_scte35_section()
1796 GstClockTime running_time = GST_CLOCK_TIME_NONE; in handle_scte35_section() local
1801 &running_time)) { in handle_scte35_section()
1804 GST_TIME_ARGS (running_time)); in handle_scte35_section()
1805 request_keyframe (mux, running_time); in handle_scte35_section()
1809 running_time = sit->splice_time; in handle_scte35_section()
1811 GSTTIME_TO_MPEGTIME (running_time) + TS_MUX_CLOCK_BASE; in handle_scte35_section()
1815 GST_TIME_ARGS (running_time)); in handle_scte35_section()
1816 request_keyframe (mux, running_time); in handle_scte35_section()
1974 GstClockTime timestamp, stream_time, running_time; in gst_base_ts_mux_sink_event() local
2026 &timestamp, &stream_time, &running_time, &all_headers, &count); in gst_base_ts_mux_sink_event()
2029 gst_event_get_seqnum (event), GST_TIME_ARGS (running_time), count); in gst_base_ts_mux_sink_event()
2040 mux->pending_key_unit_ts = running_time; in gst_base_ts_mux_sink_event()
2113 GstClockTime running_time; in gst_base_ts_mux_src_event() local
2123 &running_time, &all_headers, &count); in gst_base_ts_mux_src_event()
2127 gst_event_get_seqnum (event), GST_TIME_ARGS (running_time), in gst_base_ts_mux_src_event()
2133 mux->pending_key_unit_ts = running_time; in gst_base_ts_mux_src_event()