Searched refs:gap_ts (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | gstscaletempo.c | 657 GstClockTime gap_ts, gap_duration; in gst_scaletempo_sink_event() local 658 gst_event_parse_gap (event, &gap_ts, &gap_duration); in gst_scaletempo_sink_event() 667 if (gap_ts > scaletempo->in_segment.stop) { in gst_scaletempo_sink_event() 672 gap_ts = scaletempo->in_segment.stop - gap_ts; in gst_scaletempo_sink_event() 675 if (scaletempo->in_segment.start > gap_ts) { in gst_scaletempo_sink_event() 680 gap_ts = gap_ts - scaletempo->in_segment.start; in gst_scaletempo_sink_event() 682 gap_ts = gap_ts / scaletempo->scale + scaletempo->in_segment.start; in gst_scaletempo_sink_event() 687 event = gst_event_new_gap (gap_ts, gap_duration); in gst_scaletempo_sink_event()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxsink.c | 1699 GstClockTime gap_ts; in handle_mq_output() local 1702 gst_event_parse_gap (event, &gap_ts, NULL); in handle_mq_output() 1703 if (gap_ts == GST_CLOCK_TIME_NONE) in handle_mq_output() 1725 rtime = my_segment_to_running_time (&ctx->out_segment, gap_ts); in handle_mq_output() 2879 GstClockTime gap_ts; in handle_mq_input() local 2882 gst_event_parse_gap (event, &gap_ts, NULL); in handle_mq_input() 2883 if (gap_ts == GST_CLOCK_TIME_NONE) in handle_mq_input() 2892 rtime = my_segment_to_running_time (&ctx->in_segment, gap_ts); in handle_mq_input()
|