Home
last modified time | relevance | path

Searched refs:times_temp (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkvideosrc.h92 GstClockTime *times_temp; member
Dgstdecklinkvideosrc.cpp412 self->times_temp = self->times + 2 * self->window_size; in gst_decklink_video_src_init()
718 gst_calculate_linear_regression (self->times, self->times_temp, in gst_decklink_video_src_update_time_mapping()
/third_party/gstreamer/gstreamer/gst/
Dgstclock.c215 GstClockTime *times_temp; member
828 priv->times_temp = priv->times + 2 * priv->window_size; in gst_clock_init()
859 clock->priv->times_temp = NULL; in gst_clock_finalize()
1569 if (!gst_calculate_linear_regression (priv->times, priv->times_temp, n, in gst_clock_add_observation_unapplied()
1659 priv->times_temp = priv->times + 2 * priv->window_size; in gst_clock_set_property()
/third_party/gstreamer/gstreamer/
DChangeLog19339 clock: Fix offsetting of times_temp relative to the times array