GstClockTime 2286 gst/gstbin.c GstClockTime min_latency, max_latency; GstClockTime 2345 gst/gstbin.c GstClockTime base_time, start_time; GstClockTime 3406 gst/gstbin.c GstClockTime min, max; GstClockTime 272 gst/gstbuffer.h GstClockTime timestamp; GstClockTime 273 gst/gstbuffer.h GstClockTime duration; GstClockTime 359 gst/gstclock.c GstClockTime GstClockTime 399 gst/gstclock.c GstClockTime requested; GstClockTime 429 gst/gstclock.c GstClockTime now = gst_clock_get_time (clock); GstClockTime 494 gst/gstclock.c GstClockTime requested; GstClockTime 657 gst/gstclock.c clock->times = g_new0 (GstClockTime, 4 * clock->window_size); GstClockTime 708 gst/gstclock.c GstClockTime GstClockTime 736 gst/gstclock.c GstClockTime GstClockTime 765 gst/gstclock.c GstClockTime GstClockTime 768 gst/gstclock.c GstClockTime ret, cinternal, cexternal, cnum, cdenom; GstClockTime 822 gst/gstclock.c GstClockTime GstClockTime 825 gst/gstclock.c GstClockTime ret, cinternal, cexternal, cnum, cdenom; GstClockTime 865 gst/gstclock.c GstClockTime GstClockTime 868 gst/gstclock.c GstClockTime ret; GstClockTime 907 gst/gstclock.c GstClockTime GstClockTime 910 gst/gstclock.c GstClockTime ret; GstClockTime 1029 gst/gstclock.c GstClockTime stime, mtime; GstClockTime 1156 gst/gstclock.c GstClockTime *newx, *newy; GstClockTime 1157 gst/gstclock.c GstClockTime xmin, ymin, xbar, ybar, xbar4, ybar4; GstClockTime 1159 gst/gstclock.c GstClockTime *x, *y; GstClockTime 1233 gst/gstclock.c GstClockTime newx4, newy4; GstClockTime 1298 gst/gstclock.c GstClockTime m_num, m_denom, b, xbase; GstClockTime 1375 gst/gstclock.c g_renew (GstClockTime, clock->times, 4 * clock->window_size); GstClockTime 75 gst/gstclock.h #define GST_CLOCK_TIME_NONE ((GstClockTime) -1) GstClockTime 82 gst/gstclock.h #define GST_CLOCK_TIME_IS_VALID(time) (((GstClockTime)(time)) != GST_CLOCK_TIME_NONE) GstClockTime 163 gst/gstclock.h #define GST_TIMEVAL_TO_TIME(tv) (GstClockTime)((tv).tv_sec * GST_SECOND + (tv).tv_usec * GST_USECOND) GstClockTime 178 gst/gstclock.h (tv).tv_sec = ((GstClockTime) (t)) / GST_SECOND; \ GstClockTime 179 gst/gstclock.h (tv).tv_usec = (((GstClockTime) (t)) - \ GstClockTime 180 gst/gstclock.h ((GstClockTime) (tv).tv_sec) * GST_SECOND) \ GstClockTime 190 gst/gstclock.h #define GST_TIMESPEC_TO_TIME(ts) (GstClockTime)((ts).tv_sec * GST_SECOND + (ts).tv_nsec * GST_NSECOND) GstClockTime 220 gst/gstclock.h (guint) (((GstClockTime)(t)) / (GST_SECOND * 60 * 60)) : 99, \ GstClockTime 222 gst/gstclock.h (guint) ((((GstClockTime)(t)) / (GST_SECOND * 60)) % 60) : 99, \ GstClockTime 224 gst/gstclock.h (guint) ((((GstClockTime)(t)) / GST_SECOND) % 60) : 99, \ GstClockTime 226 gst/gstclock.h (guint) (((GstClockTime)(t)) % GST_SECOND) : 999999999 GstClockTime 346 gst/gstclock.h GstClockTime time; GstClockTime 347 gst/gstclock.h GstClockTime interval; GstClockTime 429 gst/gstclock.h GstClockTime internal_calibration; GstClockTime 430 gst/gstclock.h GstClockTime external_calibration; GstClockTime 431 gst/gstclock.h GstClockTime rate_numerator; GstClockTime 432 gst/gstclock.h GstClockTime rate_denominator; GstClockTime 433 gst/gstclock.h GstClockTime last_time; GstClockTime 438 gst/gstclock.h GstClockTime resolution; GstClockTime 449 gst/gstclock.h GstClockTime timeout; GstClockTime 450 gst/gstclock.h GstClockTime *times; GstClockTime 456 gst/gstclock.h GstClockTime _gst_reserved[GST_PADDING]; GstClockTime 482 gst/gstclock.h GstClockTime (*change_resolution) (GstClock *clock, GstClockTime 483 gst/gstclock.h GstClockTime old_resolution, GstClockTime 484 gst/gstclock.h GstClockTime new_resolution); GstClockTime 485 gst/gstclock.h GstClockTime (*get_resolution) (GstClock *clock); GstClockTime 487 gst/gstclock.h GstClockTime (*get_internal_time) (GstClock *clock); GstClockTime 503 gst/gstclock.h GstClockTime gst_clock_set_resolution (GstClock *clock, GstClockTime 505 gst/gstclock.h GstClockTime gst_clock_get_resolution (GstClock *clock); GstClockTime 507 gst/gstclock.h GstClockTime gst_clock_get_time (GstClock *clock); GstClockTime 525 gst/gstclock.h GstClockTime gst_clock_get_internal_time (GstClock *clock); GstClockTime 526 gst/gstclock.h GstClockTime gst_clock_adjust_unlocked (GstClock *clock, GstClockTime internal); GstClockTime 527 gst/gstclock.h GstClockTime gst_clock_unadjust_unlocked (GstClock * clock, GstClockTime external); GstClockTime 544 gst/gstclock.h GstClockTime gst_clock_id_get_time (GstClockID id); GstClockTime 66 gst/gstdebugutils.c extern GstClockTime _priv_gst_info_start_time; GstClockTime 685 gst/gstdebugutils.c GstClockTime elapsed; GstClockTime 495 gst/gstelement.c GstClockTime old; GstClockTime 522 gst/gstelement.c GstClockTime GstClockTime 525 gst/gstelement.c GstClockTime result; GstClockTime 559 gst/gstelement.c GstClockTime old; GstClockTime 589 gst/gstelement.c GstClockTime GstClockTime 592 gst/gstelement.c GstClockTime result; GstClockTime 574 gst/gstelement.h GstClockTime start_time; GstClockTime 637 gst/gstelement.h GstState * pending, GstClockTime timeout); GstClockTime 727 gst/gstelement.h GstClockTime gst_element_get_base_time (GstElement *element); GstClockTime 729 gst/gstelement.h GstClockTime gst_element_get_start_time (GstElement *element); GstClockTime 182 gst/gstinfo.c GstClockTime _priv_gst_info_start_time; GstClockTime 885 gst/gstinfo.c GstClockTime elapsed; GstClockTime 123 gst/gstpipeline.c GstClockTime last_start_time; GstClockTime 334 gst/gstpipeline.c GstClockTime now; GstClockTime 382 gst/gstpipeline.c GstClockTime now, start_time, last_start_time, delay; GstClockTime 442 gst/gstpipeline.c GstClockTime new_base_time = now - start_time + delay; GstClockTime 645 gst/gstpipeline.c GstClockTime gst_pipeline_get_last_stream_time (GstPipeline * pipeline); GstClockTime 647 gst/gstpipeline.c GstClockTime GstClockTime 650 gst/gstpipeline.c GstClockTime result; GstClockTime 841 gst/gstpipeline.c GstClockTime GstClockTime 844 gst/gstpipeline.c GstClockTime res; GstClockTime 75 gst/gstpipeline.h GstClockTime stream_time; GstClockTime 76 gst/gstpipeline.h GstClockTime delay; GstClockTime 98 gst/gstpipeline.h GstClockTime gst_pipeline_get_last_stream_time (GstPipeline *pipeline); GstClockTime 107 gst/gstpipeline.h GstClockTime gst_pipeline_get_delay (GstPipeline *pipeline); GstClockTime 102 gst/gstsystemclock.c static GstClockTime gst_system_clock_get_internal_time (GstClock * clock); GstClockTime 363 gst/gstsystemclock.c GstClockTime requested; GstClockTime 477 gst/gstsystemclock.c static GstClockTime GstClockTime 568 gst/gstsystemclock.c GstClockTime entryt, real, now; GstClockTime 596 gst/gstsystemclock.c GstClockTime final; GstClockTime 3777 gst/gstutils.c GstClockTime GstClockTime 126 libs/gst/base/gstadapter.c GstClockTime timestamp; GstClockTime 228 libs/gst/base/gstadapter.c GstClockTime timestamp; GstClockTime 751 libs/gst/base/gstadapter.c GstClockTime GstClockTime 96 libs/gst/base/gstadapter.h GstClockTime gst_adapter_prev_timestamp (GstAdapter *adapter, guint64 *distance); GstClockTime 189 libs/gst/base/gstbasesink.c GstClockTime render_delay; GstClockTime 192 libs/gst/base/gstbasesink.c GstClockTime current_sstart; GstClockTime 193 libs/gst/base/gstbasesink.c GstClockTime current_sstop; GstClockTime 196 libs/gst/base/gstbasesink.c GstClockTime current_rstart; GstClockTime 197 libs/gst/base/gstbasesink.c GstClockTime current_rstop; GstClockTime 201 libs/gst/base/gstbasesink.c GstClockTime eos_rtime; GstClockTime 204 libs/gst/base/gstbasesink.c GstClockTime last_in_time; GstClockTime 206 libs/gst/base/gstbasesink.c GstClockTime last_left; GstClockTime 209 libs/gst/base/gstbasesink.c GstClockTime avg_pt; GstClockTime 210 libs/gst/base/gstbasesink.c GstClockTime avg_duration; GstClockTime 217 libs/gst/base/gstbasesink.c GstClockTime last_left_systime; GstClockTime 218 libs/gst/base/gstbasesink.c GstClockTime avg_jitter; GstClockTime 219 libs/gst/base/gstbasesink.c GstClockTime start, stop; GstClockTime 220 libs/gst/base/gstbasesink.c GstClockTime avg_render; GstClockTime 227 libs/gst/base/gstbasesink.c GstClockTime latency; GstClockTime 1047 libs/gst/base/gstbasesink.c GstClockTime GstClockTime 1050 libs/gst/base/gstbasesink.c GstClockTime res; GstClockTime 1088 libs/gst/base/gstbasesink.c GstClockTime min, max, render_delay; GstClockTime 1090 libs/gst/base/gstbasesink.c GstClockTime us_min, us_max; GstClockTime 1182 libs/gst/base/gstbasesink.c GstClockTime old_render_delay; GstClockTime 1211 libs/gst/base/gstbasesink.c GstClockTime GstClockTime 1835 libs/gst/base/gstbasesink.c GstClockTime start, stop; /* raw start/stop timestamps */ GstClockTime 1838 libs/gst/base/gstbasesink.c GstClockTime sstart, sstop; /* clipped timestamps converted to stream time */ GstClockTime 2006 libs/gst/base/gstbasesink.c static GstClockTime GstClockTime 2064 libs/gst/base/gstbasesink.c GstClockTime base_time; GstClockTime 2250 libs/gst/base/gstbasesink.c GstClockTime stime; GstClockTime 2328 libs/gst/base/gstbasesink.c GstClockTime rstart, rstop, sstart, sstop, stime; GstClockTime 2491 libs/gst/base/gstbasesink.c GstClockTime start, stop; GstClockTime 2493 libs/gst/base/gstbasesink.c GstClockTime pt, entered, left; GstClockTime 2494 libs/gst/base/gstbasesink.c GstClockTime duration; GstClockTime 2735 libs/gst/base/gstbasesink.c GstClockTime elapsed; GstClockTime 2936 libs/gst/base/gstbasesink.c GstClockTime timestamp, duration; GstClockTime 2990 libs/gst/base/gstbasesink.c GstClockTime timestamp; GstClockTime 3359 libs/gst/base/gstbasesink.c GstClockTime timestamp, duration; GstClockTime 3406 libs/gst/base/gstbasesink.c GstClockTime start = GST_CLOCK_TIME_NONE, end = GST_CLOCK_TIME_NONE; GstClockTime 4283 libs/gst/base/gstbasesink.c GstClockTime latency; GstClockTime 4444 libs/gst/base/gstbasesink.c GstClockTime now, latency; GstClockTime 4728 libs/gst/base/gstbasesink.c GstClockTime min, max; GstClockTime 87 libs/gst/base/gstbasesink.h GstClockTime end_time; GstClockTime 156 libs/gst/base/gstbasesink.h GstClockTime *start, GstClockTime *end); GstClockTime 227 libs/gst/base/gstbasesink.h GstClockTime gst_base_sink_get_latency (GstBaseSink *sink); GstClockTime 231 libs/gst/base/gstbasesink.h GstClockTime gst_base_sink_get_render_delay (GstBaseSink *sink); GstClockTime 231 libs/gst/base/gstbasesrc.c GstClockTime latency; GstClockTime 247 libs/gst/base/gstbasesrc.c GstClockTime earliest_time; GstClockTime 601 libs/gst/base/gstbasesrc.c GstClockTime min; GstClockTime 1026 libs/gst/base/gstbasesrc.c GstClockTime min, max; GstClockTime 1718 libs/gst/base/gstbasesrc.c GstClockTime timestamp; GstClockTime 1851 libs/gst/base/gstbasesrc.c GstClockTime start, end; GstClockTime 1853 libs/gst/base/gstbasesrc.c GstClockTime base_time; GstClockTime 1855 libs/gst/base/gstbasesrc.c GstClockTime now = GST_CLOCK_TIME_NONE, timestamp; GstClockTime 1877 libs/gst/base/gstbasesrc.c GstClockTime latency; GstClockTime 1914 libs/gst/base/gstbasesrc.c GstClockTime running_time; GstClockTime 2426 libs/gst/base/gstbasesrc.c GstClockTime start, duration; GstClockTime 92 libs/gst/base/gstbasesrc.h GstClockTime end_time; GstClockTime 193 libs/gst/base/gstbasesrc.h GstClockTime *start, GstClockTime *end); GstClockTime 239 libs/gst/base/gstbasetransform.c GstClockTime earliest_time; GstClockTime 1889 libs/gst/base/gstbasetransform.c GstClockTime timestamp; GstClockTime 1916 libs/gst/base/gstbasetransform.c GstClockTime running_time; GstClockTime 1917 libs/gst/base/gstbasetransform.c GstClockTime timestamp; GstClockTime 1970 libs/gst/base/gstbasetransform.c GstClockTime earliest_time; GstClockTime 1986 libs/gst/base/gstbasetransform.c GstClockTime duration; GstClockTime 2146 libs/gst/base/gstbasetransform.c GstClockTime last_stop = GST_CLOCK_TIME_NONE; GstClockTime 2147 libs/gst/base/gstbasetransform.c GstClockTime timestamp, duration; GstClockTime 1354 libs/gst/base/gstcollectpads.c GstClockTime timestamp = GST_BUFFER_TIMESTAMP (data->buffer); GstClockTime 95 libs/gst/controller/gstcontroller.c GstClockTime control_rate; GstClockTime 96 libs/gst/controller/gstcontroller.c GstClockTime last_sync; GstClockTime 634 libs/gst/controller/gstcontroller.c GstClockTime GstClockTime 637 libs/gst/controller/gstcontroller.c GstClockTime ret; GstClockTime 58 libs/gst/controller/gstcontrolsource.h GstClockTime timestamp; GstClockTime 75 libs/gst/controller/gstcontrolsource.h GstClockTime sample_interval; GstClockTime 155 libs/gst/controller/gsthelper.c GstClockTime GstClockTime 331 libs/gst/controller/gsthelper.c GstClockTime GstClockTime 335 libs/gst/controller/gsthelper.c GstClockTime control_rate = GST_CLOCK_TIME_NONE; GstClockTime 41 libs/gst/controller/gstinterpolation.c GstClockTime ct1 = ((GstControlPoint *) p1)->timestamp; GstClockTime 42 libs/gst/controller/gstinterpolation.c GstClockTime ct2 = *(GstClockTime *) p2; GstClockTime 122 libs/gst/controller/gstinterpolation.c interpolate_none_get_##type (GstInterpolationControlSource *self, GstClockTime timestamp, GValue *value) \ GstClockTime 138 libs/gst/controller/gstinterpolation.c GstClockTime timestamp, GstValueArray * value_array) \ GstClockTime 141 libs/gst/controller/gstinterpolation.c GstClockTime ts = timestamp; \ GstClockTime 142 libs/gst/controller/gstinterpolation.c GstClockTime next_ts = 0; \ GstClockTime 250 libs/gst/controller/gstinterpolation.c _interpolate_trigger_get_##type (GstInterpolationControlSource *self, GSequenceIter *iter, GstClockTime timestamp) \ GstClockTime 276 libs/gst/controller/gstinterpolation.c interpolate_trigger_get_##type (GstInterpolationControlSource *self, GstClockTime timestamp, GValue *value) \ GstClockTime 297 libs/gst/controller/gstinterpolation.c GstClockTime timestamp, GstValueArray * value_array) \ GstClockTime 300 libs/gst/controller/gstinterpolation.c GstClockTime ts = timestamp; \ GstClockTime 301 libs/gst/controller/gstinterpolation.c GstClockTime next_ts = 0; \ GstClockTime 404 libs/gst/controller/gstinterpolation.c _interpolate_linear_internal_##vtype (GstClockTime timestamp1, g##vtype value1, GstClockTime timestamp2, g##vtype value2, GstClockTime timestamp, g##vtype min, g##vtype max, g##vtype *ret) \ GstClockTime 422 libs/gst/controller/gstinterpolation.c interpolate_linear_get_##vtype (GstInterpolationControlSource *self, GstClockTime timestamp, GValue *value) \ GstClockTime 458 libs/gst/controller/gstinterpolation.c GstClockTime timestamp, GstValueArray * value_array) \ GstClockTime 461 libs/gst/controller/gstinterpolation.c GstClockTime ts = timestamp; \ GstClockTime 462 libs/gst/controller/gstinterpolation.c GstClockTime next_ts = 0; \ GstClockTime 576 libs/gst/controller/gstinterpolation.c GstClockTime x_prev, x, x_next; \ GstClockTime 644 libs/gst/controller/gstinterpolation.c _interpolate_cubic_get_##vtype (GstInterpolationControlSource *self, GstControlPoint *cp1, g##vtype value1, GstControlPoint *cp2, g##vtype value2, GstClockTime timestamp, g##vtype min, g##vtype max, g##vtype *ret) \ GstClockTime 674 libs/gst/controller/gstinterpolation.c interpolate_cubic_get_##vtype (GstInterpolationControlSource *self, GstClockTime timestamp, GValue *value) \ GstClockTime 713 libs/gst/controller/gstinterpolation.c GstClockTime timestamp, GstValueArray * value_array) \ GstClockTime 716 libs/gst/controller/gstinterpolation.c GstClockTime ts = timestamp; \ GstClockTime 717 libs/gst/controller/gstinterpolation.c GstClockTime next_ts = 0; \ GstClockTime 393 libs/gst/controller/gstinterpolationcontrolsource.c GstClockTime ct1 = ((GstControlPoint *) p1)->timestamp; GstClockTime 394 libs/gst/controller/gstinterpolationcontrolsource.c GstClockTime ct2 = ((GstControlPoint *) p2)->timestamp; GstClockTime 410 libs/gst/controller/gstinterpolationcontrolsource.c GstClockTime ct1 = ((GstControlPoint *) p1)->timestamp; GstClockTime 411 libs/gst/controller/gstinterpolationcontrolsource.c GstClockTime ct2 = *(GstClockTime *) p2; GstClockTime 68 libs/gst/controller/gstinterpolationcontrolsourceprivate.h GstClockTime timestamp; /* timestamp of the value change */ GstClockTime 52 libs/gst/controller/gstlfocontrolsource.c static inline GstClockTime GstClockTime 66 libs/gst/controller/gstlfocontrolsource.c _sine_get_##type (GstLFOControlSource *self, g##type max, g##type min, gdouble amp, gdouble off, GstClockTime timeshift, GstClockTime period, gdouble frequency, GstClockTime timestamp) \ GstClockTime 69 libs/gst/controller/gstlfocontrolsource.c GstClockTime pos = _calculate_pos (timestamp, timeshift, period); \ GstClockTime 82 libs/gst/controller/gstlfocontrolsource.c waveform_sine_get_##type (GstLFOControlSource *self, GstClockTime timestamp, \ GstClockTime 87 libs/gst/controller/gstlfocontrolsource.c GstClockTime timeshift, period; \ GstClockTime 106 libs/gst/controller/gstlfocontrolsource.c GstClockTime timestamp, GstValueArray * value_array) \ GstClockTime 109 libs/gst/controller/gstlfocontrolsource.c GstClockTime ts = timestamp; \ GstClockTime 113 libs/gst/controller/gstlfocontrolsource.c GstClockTime timeshift, period; \ GstClockTime 164 libs/gst/controller/gstlfocontrolsource.c _square_get_##type (GstLFOControlSource *self, g##type max, g##type min, gdouble amp, gdouble off, GstClockTime timeshift, GstClockTime period, gdouble frequency, GstClockTime timestamp) \ GstClockTime 166 libs/gst/controller/gstlfocontrolsource.c GstClockTime pos = _calculate_pos (timestamp, timeshift, period); \ GstClockTime 183 libs/gst/controller/gstlfocontrolsource.c waveform_square_get_##type (GstLFOControlSource *self, GstClockTime timestamp, \ GstClockTime 188 libs/gst/controller/gstlfocontrolsource.c GstClockTime timeshift, period; \ GstClockTime 207 libs/gst/controller/gstlfocontrolsource.c GstClockTime timestamp, GstValueArray * value_array) \ GstClockTime 210 libs/gst/controller/gstlfocontrolsource.c GstClockTime ts = timestamp; \ GstClockTime 214 libs/gst/controller/gstlfocontrolsource.c GstClockTime timeshift, period; \ GstClockTime 265 libs/gst/controller/gstlfocontrolsource.c _saw_get_##type (GstLFOControlSource *self, g##type max, g##type min, gdouble amp, gdouble off, GstClockTime timeshift, GstClockTime period, gdouble frequency, GstClockTime timestamp) \ GstClockTime 267 libs/gst/controller/gstlfocontrolsource.c GstClockTime pos = _calculate_pos (timestamp, timeshift, period); \ GstClockTime 281 libs/gst/controller/gstlfocontrolsource.c waveform_saw_get_##type (GstLFOControlSource *self, GstClockTime timestamp, \ GstClockTime 286 libs/gst/controller/gstlfocontrolsource.c GstClockTime timeshift, period; \ GstClockTime 305 libs/gst/controller/gstlfocontrolsource.c GstClockTime timestamp, GstValueArray * value_array) \ GstClockTime 308 libs/gst/controller/gstlfocontrolsource.c GstClockTime ts = timestamp; \ GstClockTime 312 libs/gst/controller/gstlfocontrolsource.c GstClockTime timeshift, period; \ GstClockTime 363 libs/gst/controller/gstlfocontrolsource.c _rsaw_get_##type (GstLFOControlSource *self, g##type max, g##type min, gdouble amp, gdouble off, GstClockTime timeshift, GstClockTime period, gdouble frequency, GstClockTime timestamp) \ GstClockTime 365 libs/gst/controller/gstlfocontrolsource.c GstClockTime pos = _calculate_pos (timestamp, timeshift, period); \ GstClockTime 379 libs/gst/controller/gstlfocontrolsource.c waveform_rsaw_get_##type (GstLFOControlSource *self, GstClockTime timestamp, \ GstClockTime 384 libs/gst/controller/gstlfocontrolsource.c GstClockTime timeshift, period; \ GstClockTime 403 libs/gst/controller/gstlfocontrolsource.c GstClockTime timestamp, GstValueArray * value_array) \ GstClockTime 406 libs/gst/controller/gstlfocontrolsource.c GstClockTime ts = timestamp; \ GstClockTime 410 libs/gst/controller/gstlfocontrolsource.c GstClockTime timeshift, period; \ GstClockTime 461 libs/gst/controller/gstlfocontrolsource.c _triangle_get_##type (GstLFOControlSource *self, g##type max, g##type min, gdouble amp, gdouble off, GstClockTime timeshift, GstClockTime period, gdouble frequency, GstClockTime timestamp) \ GstClockTime 463 libs/gst/controller/gstlfocontrolsource.c GstClockTime pos = _calculate_pos (timestamp, timeshift, period); \ GstClockTime 482 libs/gst/controller/gstlfocontrolsource.c waveform_triangle_get_##type (GstLFOControlSource *self, GstClockTime timestamp, \ GstClockTime 487 libs/gst/controller/gstlfocontrolsource.c GstClockTime timeshift, period; \ GstClockTime 506 libs/gst/controller/gstlfocontrolsource.c GstClockTime timestamp, GstValueArray * value_array) \ GstClockTime 509 libs/gst/controller/gstlfocontrolsource.c GstClockTime ts = timestamp; \ GstClockTime 513 libs/gst/controller/gstlfocontrolsource.c GstClockTime timeshift, period; \ GstClockTime 978 libs/gst/controller/gstlfocontrolsource.c || ((GstClockTime) (GST_SECOND / frequency)) != 0); GstClockTime 57 libs/gst/controller/gstlfocontrolsourceprivate.h GstClockTime period; GstClockTime 58 libs/gst/controller/gstlfocontrolsourceprivate.h GstClockTime timeshift; GstClockTime 254 libs/gst/net/gstnetclientclock.c GstClockTime local_avg; GstClockTime 293 libs/gst/net/gstnetclientclock.c GstClockTime diff; GstClockTime 369 libs/gst/net/gstnetclientclock.c GstClockTime new_local = gst_clock_get_internal_time (GST_CLOCK (self)); GstClockTime 536 libs/gst/net/gstnetclientclock.c GstClockTime internal; GstClockTime 558 libs/gst/net/gstnetclientclock.c GstClockTime now = gst_clock_get_time (GST_CLOCK (ret)); GstClockTime 81 libs/gst/net/gstnetclientclock.h GstClockTime current_timeout; GstClockTime 65 libs/gst/net/gstnettimepacket.c g_assert (sizeof (GstClockTime) == 8); GstClockTime 71 libs/gst/net/gstnettimepacket.c ret->remote_time = GST_READ_UINT64_BE (buffer + sizeof (GstClockTime)); GstClockTime 98 libs/gst/net/gstnettimepacket.c g_assert (sizeof (GstClockTime) == 8); GstClockTime 103 libs/gst/net/gstnettimepacket.c GST_WRITE_UINT64_BE (ret + sizeof (GstClockTime), packet->remote_time); GstClockTime 62 libs/gst/net/gstnettimepacket.h GstClockTime local_time; GstClockTime 63 libs/gst/net/gstnettimepacket.h GstClockTime remote_time; GstClockTime 139 libs/gst/net/gstnettimeprovider.c g_assert (sizeof (GstClockTime) == 8); GstClockTime 772 plugins/elements/gstfakesrc.c GstClockTime timestamp = GST_BUFFER_TIMESTAMP (buffer); GstClockTime 776 plugins/elements/gstfakesrc.c GstClockTime duration = GST_BUFFER_DURATION (buffer); GstClockTime 795 plugins/elements/gstfakesrc.c GstClockTime time; GstClockTime 410 plugins/elements/gstfdsrc.c GstClockTime timeout; GstClockTime 399 plugins/elements/gstidentity.c GstClockTime timestamp; GstClockTime 422 plugins/elements/gstidentity.c GST_TIME_ARGS ((dt < 0) ? (GstClockTime) (-dt) : dt)); GstClockTime 444 plugins/elements/gstidentity.c GstClockTime timestamp = GST_BUFFER_TIMESTAMP (buf); GstClockTime 451 plugins/elements/gstidentity.c GstClockTime t_expected; GstClockTime 541 plugins/elements/gstidentity.c GstClockTime runtimestamp = G_GINT64_CONSTANT (0); GstClockTime 608 plugins/elements/gstidentity.c GstClockTime time = gst_util_uint64_scale_int (identity->offset, GstClockTime 629 plugins/elements/gstidentity.c GstClockTime timestamp; GstClockTime 69 plugins/elements/gstidentity.h GstClockTime prev_timestamp; GstClockTime 70 plugins/elements/gstidentity.h GstClockTime prev_duration; GstClockTime 142 plugins/elements/gstmultiqueue.c GstClockTime sinktime, srctime; GstClockTime 149 plugins/elements/gstmultiqueue.c GstClockTime cur_time; GstClockTime 896 plugins/elements/gstmultiqueue.c GstClockTime timestamp, duration; GstClockTime 1153 plugins/elements/gstmultiqueue.c GstClockTime timestamp, duration; GstClockTime 605 plugins/elements/gstqueue.c GstClockTime duration, timestamp; GstClockTime 912 plugins/elements/gstqueue.c GstClockTime duration, timestamp; GstClockTime 1279 plugins/elements/gstqueue.c GstClockTime min, max; GstClockTime 89 plugins/elements/gstqueue.h GstClockTime sinktime, srctime; GstClockTime 678 plugins/elements/gstqueue2.c GstClockTime duration, timestamp; GstClockTime 94 plugins/elements/gstqueue2.h GstClockTime buffering_interval; GstClockTime 44 tests/benchmarks/caps.c GstClockTime start, end; GstClockTime 159 tests/benchmarks/capsnego.c GstClockTime start, end; GstClockTime 33 tests/benchmarks/complexity.c GstClockTime start, end; GstClockTime 76 tests/benchmarks/controller.c GstClockTime bt, ct; GstClockTime 78 tests/benchmarks/controller.c GstClockTime tick; GstClockTime 151 tests/benchmarks/controller.c GstClockTime sample_duration = GstClockTime 36 tests/benchmarks/gstbufferstress.c GstClockTime start, end; GstClockTime 67 tests/benchmarks/gstbufferstress.c GstClockTime start, end; GstClockTime 35 tests/benchmarks/mass-elements.c GstClockTime start, end; GstClockTime 337 tests/check/elements/queue.c GstClockTime time; GstClockTime 143 tests/check/gst/gstevent.c GstClockTime ct1 = G_GUINT64_CONSTANT (20), ct2; GstClockTime 265 tests/check/gst/gstmessage.c GstClockTime running_time; GstClockTime 266 tests/check/gst/gstmessage.c GstClockTime stream_time; GstClockTime 267 tests/check/gst/gstmessage.c GstClockTime timestamp, duration; GstClockTime 262 tests/check/gst/gstpipeline.c GstClockTime observed, lower, upper, base, stream; GstClockTime 357 tests/check/gst/gstpipeline.c GstClockTime oldbase = base, oldstream = stream; GstClockTime 425 tests/check/gst/gstpipeline.c GstClockTime oldbase = base, oldobserved = observed; GstClockTime 300 tests/check/gst/gststructure.c GstClockTime clocktime; GstClockTime 30 tests/check/gst/gstsystemclock.c GstClockTime time, time2; GstClockTime 50 tests/check/gst/gstsystemclock.c GstClockTime time[] = { 0, 1, G_MAXUINT64 / GST_SECOND }; GstClockTime 69 tests/check/gst/gstsystemclock.c GstClockTime time; GstClockTime 124 tests/check/gst/gstsystemclock.c GstClockTime base; GstClockTime 200 tests/check/gst/gstsystemclock.c GstClockTime base; GstClockTime 268 tests/check/gst/gstsystemclock.c GstClockTime base; GstClockTime 358 tests/check/gst/gstsystemclock.c GstClockTime base; GstClockTime 427 tests/check/gst/gstsystemclock.c GstClockTime base; GstClockTime 478 tests/check/gst/gstsystemclock.c GstClockTime time1[] = { 0, (GstClockTime) - 1, 0, 1, 2 * GST_SECOND, GstClockTime 479 tests/check/gst/gstsystemclock.c (GstClockTime) - GST_SECOND, (GstClockTime) - GST_SECOND GstClockTime 481 tests/check/gst/gstsystemclock.c GstClockTime time2[] = GstClockTime 482 tests/check/gst/gstsystemclock.c { 0, 1, 1, 0, 1 * GST_SECOND, (GstClockTime) - GST_SECOND, GST_SECOND }; GstClockTime 522 tests/check/gst/gstsystemclock.c GstClockTime base; GstClockTime 566 tests/check/gst/gstsystemclock.c GstClockTime stime, mtime; GstClockTime 336 tests/check/libs/adapter.c GstClockTime timestamp; GstClockTime 1579 tests/check/libs/controller.c "frequency", 1.0, "timeshift", (GstClockTime) 0, GstClockTime 1721 tests/check/libs/controller.c "frequency", 1.0, "timeshift", (GstClockTime) 0, GstClockTime 1792 tests/check/libs/controller.c "frequency", 1.0, "timeshift", (GstClockTime) 0, GstClockTime 1863 tests/check/libs/controller.c "frequency", 1.0, "timeshift", (GstClockTime) 0, GstClockTime 1934 tests/check/libs/controller.c "frequency", 1.0, "timeshift", (GstClockTime) 0, GstClockTime 106 tests/check/libs/gdp.c GST_BUFFER_TIMESTAMP (buffer) = (GstClockTime) (GST_SECOND * 0.5); GstClockTime 107 tests/check/libs/gdp.c GST_BUFFER_DURATION (buffer) = (GstClockTime) GST_SECOND; GstClockTime 53 tests/check/libs/gstnetclientclock.c GstClockTime basex, basey, rate_num, rate_denom; GstClockTime 54 tests/check/libs/gstnetclientclock.c GstClockTime servtime, clienttime; GstClockTime 59 tests/check/libs/gstnettimeprovider.c GstClockTime local; GstClockTime 874 tools/gst-launch.c GstClockTime tfthen, tfnow;