Home
last modified time | relevance | path

Searched refs:r_squared (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstclock.c1281 gdouble r_squared; in gst_clock_slave_callback() local
1296 gst_clock_add_observation (clock, stime, mtime, &r_squared); in gst_clock_slave_callback()
1497 GstClockTime master, gdouble * r_squared) in gst_clock_add_observation() argument
1501 if (!gst_clock_add_observation_unapplied (clock, slave, master, r_squared, in gst_clock_add_observation()
1535 GstClockTime master, gdouble * r_squared, in gst_clock_add_observation_unapplied() argument
1546 g_return_val_if_fail (r_squared != NULL, FALSE); in gst_clock_add_observation_unapplied()
1570 &m_num, &m_denom, &b, &xbase, r_squared)) in gst_clock_add_observation_unapplied()
1577 G_GUINT64_FORMAT " (rsquared=%g)", m_num, m_denom, b, *r_squared); in gst_clock_add_observation_unapplied()
Dgstclock.h607 GstClockTime master, gdouble *r_squared);
610 GstClockTime master, gdouble *r_squared,
Dgstutils.c4317 GstClockTime * b, GstClockTime * xbase, gdouble * r_squared) in gst_calculate_linear_regression() argument
4333 g_return_val_if_fail (r_squared != NULL, FALSE); in gst_calculate_linear_regression()
4498 *r_squared = ((double) sxy * (double) sxy) / ((double) sxx * (double) syy); in gst_calculate_linear_regression()
4504 GST_CAT_DEBUG (GST_CAT_CLOCK, " r2 = %g", *r_squared); in gst_calculate_linear_regression()
Dgstutils.h1220 gdouble * r_squared);
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstsystemclock.c124 gdouble r_squared; in test_async_full_slave_callback() local
138 gst_clock_add_observation (clock, stime, mtime, &r_squared); in test_async_full_slave_callback()
Dgstutils.c1921 gdouble r_squared, rate, expect_rate; in GST_START_TEST() local
1926 &m_num, &m_den, &external, &internal, &r_squared)); in GST_START_TEST()
1931 r_squared); in GST_START_TEST()
1934 fail_unless (r_squared >= 0.9); in GST_START_TEST()
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnetclientclock.c353 gdouble r_squared; in gst_net_client_internal_clock_observe_times() local
539 local_avg, remote_avg, &r_squared, &internal_time, &external_time, in gst_net_client_internal_clock_observe_times()
587 current_timeout = (1e-3 / (1 - MIN (r_squared, 0.99999))) * GST_SECOND; in gst_net_client_internal_clock_observe_times()
629 G_TYPE_DOUBLE, r_squared, "timeout", G_TYPE_UINT64, current_timeout, in gst_net_client_internal_clock_observe_times()
Dgstptpclock.c1061 gdouble r_squared = 0.0; in update_ptp_time() local
1172 corrected_local_time, corrected_ptp_time, &r_squared, in update_ptp_time()
1174 GST_DEBUG ("Regression gave r_squared: %f", r_squared); in update_ptp_time()
1265 corrected_local_time, corrected_ptp_time, &r_squared); in update_ptp_time()
1287 "r-squared", G_TYPE_DOUBLE, r_squared, in update_ptp_time()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkvideosrc.cpp680 gdouble r_squared; in gst_decklink_video_src_update_time_mapping() local
719 self->window_size, &num, &den, &b, &xbase, &r_squared)) { in gst_decklink_video_src_update_time_mapping()
724 ((gdouble) num) / ((gdouble) den), xbase, b, r_squared); in gst_decklink_video_src_update_time_mapping()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiobasesink.c1366 gdouble r_squared; in gst_audio_base_sink_resample_slaving()
1373 gst_clock_add_observation (sink->provided_clock, itime, etime, &r_squared); in gst_audio_base_sink_resample_slaving()