/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitmuxsink.h | 59 GstClockTimeDiff max_output_ts; /* Set the limit to stop GOP output */ 65 GstClockTimeDiff run_ts; 75 GstClockTimeDiff start_time; 77 GstClockTimeDiff start_time_pts; 112 GstClockTimeDiff in_running_time; 113 GstClockTimeDiff out_running_time; 168 GstClockTimeDiff max_in_running_time; 169 GstClockTimeDiff max_in_running_time_dts; 179 GstClockTimeDiff fragment_start_time; 181 GstClockTimeDiff fragment_start_time_pts; [all …]
|
D | gstsplitmuxsink.c | 1047 static inline GstClockTimeDiff 1050 GstClockTimeDiff res = GST_CLOCK_STIME_NONE; in my_segment_to_running_time() 1253 GstClockTimeDiff my_max_out_running_time = splitmux->max_out_running_time; in complete_or_wait_on_out() 1479 GstClockTimeDiff running_time_dts) in request_next_keyframe() 1700 GstClockTimeDiff rtime; in handle_mq_output() 1738 GstClockTimeDiff ts = 0; in handle_mq_output() 2474 static void continue_execution (GstSplitMuxSink * splitmux, GstClockTimeDiff max_out_running_time) in continue_execution() 2502 GstClockTimeDiff next_gop_start_time, GstClockTimeDiff max_out_running_time) in handle_gathered_gop() 2505 GstClockTimeDiff queued_time = 0; in handle_gathered_gop() 2506 GstClockTimeDiff queued_gop_time = 0; in handle_gathered_gop() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtptimerqueue.h | 65 GstClockTimeDiff offset; 109 GstClockTimeDiff offset); 115 GstClockTime duration, GstClockTimeDiff offset); 117 GstClockTimeDiff offset); 119 GstClockTime timeout, GstClockTimeDiff offset); 122 GstClockTimeDiff offset, gboolean reset);
|
D | rtptwcc.h | 46 GstClockTimeDiff local_delta; 47 GstClockTimeDiff remote_delta; 48 GstClockTimeDiff delta_delta;
|
D | rtptimerqueue.c | 105 GstClockTimeDiff prev_delta = 0; in rtp_timer_is_closer_to_head() 106 GstClockTimeDiff head_delta = 0; in rtp_timer_is_closer_to_head() 143 GstClockTimeDiff tail_delta = 0; in rtp_timer_is_closer_to_tail() 144 GstClockTimeDiff next_delta = 0; in rtp_timer_is_closer_to_tail() 573 GstClockTime duration, GstClockTimeDiff offset) in rtp_timer_queue_set_timer() 642 GstClockTime timeout, GstClockTime duration, GstClockTimeDiff offset) in rtp_timer_queue_set_lost() 660 GstClockTimeDiff offset) in rtp_timer_queue_set_eos() 678 GstClockTime timeout, GstClockTimeDiff offset) in rtp_timer_queue_set_deadline() 698 GstClockTimeDiff offset, gboolean reset) in rtp_timer_queue_update_timer()
|
D | rtpstats.c | 555 GstClockTimeDiff ld = GST_CLOCK_DIFF (pkt->local_ts, last->local_ts); in _get_window_start_index() 578 GstClockTimeDiff delta_delta_sum = 0; in rtp_twcc_stats_calculate_windowed_stats() 617 GstClockTimeDiff avg_delta_of_delta = delta_delta_sum / delta_delta_count; in rtp_twcc_stats_calculate_windowed_stats()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstclock.h | 60 typedef gint64 GstClockTimeDiff; typedef 87 #define GST_CLOCK_STIME_NONE ((GstClockTimeDiff)G_MININT64) 96 #define GST_CLOCK_STIME_IS_VALID(time) (((GstClockTimeDiff)(time)) != GST_CLOCK_STIME_NONE) 103 #define GST_SECOND ((GstClockTimeDiff)(G_USEC_PER_SEC * G_GINT64_CONSTANT (1000))) 109 #define GST_MSECOND ((GstClockTimeDiff)(GST_SECOND / G_GINT64_CONSTANT (1000))) 115 #define GST_USECOND ((GstClockTimeDiff)(GST_SECOND / G_GINT64_CONSTANT (1000000))) 121 #define GST_NSECOND ((GstClockTimeDiff)(GST_SECOND / G_GINT64_CONSTANT (1000000000))) 161 #define GST_CLOCK_DIFF(s, e) (GstClockTimeDiff)((e) - (s)) 542 GstClockTimeDiff *jitter); 688 GstClockTimeDiff *jitter);
|
D | gstsystemclock.c | 395 GstClockEntry * entry, GstClockTimeDiff * jitter); 397 (GstClock * clock, GstClockEntry * entry, GstClockTimeDiff * jitter, 947 GstClockEntry * entry, GstClockTimeDiff * jitter, gboolean restart) in gst_system_clock_id_wait_jitter_unlocked() 950 GstClockTimeDiff diff; in gst_system_clock_id_wait_jitter_unlocked() 1069 (double) (GstClockTimeDiff) (now - entryt) / GST_SECOND, in gst_system_clock_id_wait_jitter_unlocked() 1071 ((double) (GstClockTimeDiff) (final - target)) / GST_SECOND); in gst_system_clock_id_wait_jitter_unlocked() 1096 GstClockTimeDiff * jitter) in gst_system_clock_id_wait_jitter()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasesink.h | 293 void gst_base_sink_set_ts_offset (GstBaseSink *sink, GstClockTimeDiff offset); 296 GstClockTimeDiff gst_base_sink_get_ts_offset (GstBaseSink *sink); 358 GstClockTimeDiff * jitter); 361 GstClockTimeDiff *jitter);
|
D | gstbasesink.c | 192 GstClockTimeDiff ts_offset; 203 GstClockTimeDiff current_jitter; 278 GstClockTimeDiff instant_rate_offset; 452 GstClockReturn status, GstClockTimeDiff jitter, gboolean render); 1011 gst_base_sink_set_ts_offset (GstBaseSink * sink, GstClockTimeDiff offset) in gst_base_sink_set_ts_offset() 1029 GstClockTimeDiff 1032 GstClockTimeDiff res; in gst_base_sink_get_ts_offset() 1398 GstClockTimeDiff res; in gst_base_sink_get_render_delay() 1590 GstClockTimeDiff res; in gst_base_sink_get_processing_deadline() 2327 GstClockTimeDiff ts_offset; in gst_base_sink_adjust_time() [all …]
|
/third_party/gstreamer/gstplugins_base/gst/videorate/ |
D | gstvideorate.h | 56 GstClockTimeDiff wanted_diff; /* target average diff */ 57 GstClockTimeDiff average; /* moving average period */
|
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/ |
D | gstdshowfakesink.cpp | 72 GstClockTimeDiff lStart = 0; in DoRenderSample() 73 GstClockTimeDiff lStop = 0; in DoRenderSample()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstmultiqueue.h | 75 GstClockTimeDiff high_time; /* highest start running time */ 87 GstClockTimeDiff last_interleave_update;
|
D | gstmultiqueue.c | 126 GstClockTimeDiff group_high_time; 149 GstClockTimeDiff sinktime, srctime; 151 GstClockTimeDiff cached_sinktime; 169 GstClockTimeDiff next_time; /* End running time of next buffer to be pushed */ 170 GstClockTimeDiff last_time; /* Start running time of last pushed buffer */ 622 static inline GstClockTimeDiff 625 GstClockTimeDiff res = GST_CLOCK_STIME_NONE; in my_segment_to_running_time() 1754 GstClockTimeDiff low, high; in calculate_interleave() 1841 GstClockTimeDiff sink_time, src_time; in update_time_level() 2037 static GstClockTimeDiff [all …]
|
D | gstclocksync.h | 61 GstClockTimeDiff ts_offset;
|
/third_party/gstreamer/gstreamer/libs/gst/check/ |
D | gsttestclock.c | 194 GstClockTimeDiff time_diff; 236 GstClockEntry * entry, GstClockTimeDiff * jitter); 246 GstClockEntry * entry, GstClockTimeDiff * jitter); 434 GstClockEntry * entry, GstClockTimeDiff * jitter) in gst_test_clock_wait() 548 GstClockEntry * entry, GstClockTimeDiff * jitter) in gst_test_clock_add_entry() 752 gst_test_clock_advance_time (GstTestClock * test_clock, GstClockTimeDiff delta) in gst_test_clock_advance_time()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | gsttestclock.c | 39 GstClockTimeDiff jitter; 65 * clock, GstClockID id, GstClockTimeDiff * jitter); 115 GstClockTimeDiff * jitter) in gst_test_util_wait_for_clock_id_begin() 154 GstClockTimeDiff diff; in gst_test_util_wait_for_clock_id_end() 448 GstClockTimeDiff jitter; in GST_START_TEST() 472 GstClockTimeDiff jitter; in GST_START_TEST() 496 GstClockTimeDiff jitter; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/gst/autodetect/ |
D | gstautoaudiosink.h | 44 GstClockTimeDiff ts_offset;
|
D | gstautovideosink.h | 44 GstClockTimeDiff ts_offset;
|
/third_party/gstreamer/gstplugins_bad/ext/soundtouch/ |
D | gstpitch.hh | 81 GstClockTimeDiff min_latency, max_latency;
|
/third_party/gstreamer/gstreamer/docs/random/company/ |
D | clocks | 78 GstClockReturn gst_clock_wait (GstClock *clock, GstClockTime until, GstClockTimeDiff *jitter); 82 void gst_element_(clock_)seek (GstElement *element, GstClockTimeDiff diff); 84 GstClockReturn gst_element_(clock_)wait (GstElement *element, GstClockTime until, GstClockTimeDiff …
|
/third_party/gstreamer/gstplugins_bad/sys/shm/ |
D | gstshmsink.h | 65 GstClockTimeDiff buffer_time;
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/ |
D | gstdvbsubenc.h | 56 GstClockTimeDiff ts_offset;
|
/third_party/gstreamer/gstplugins_bad/ext/ladspa/ |
D | gstladspasource.h | 58 GstClockTimeDiff timestamp_offset; /* base offset */
|
/third_party/gstreamer/gstreamer/tests/examples/ptp/ |
D | ptp-print-times.c | 88 GstClockTimeDiff diff; in main()
|