Home
last modified time | relevance | path

Searched refs:gst_clock_set_calibration (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/libs/
Dgstnetclientclock.c65 gst_clock_set_calibration (server, basex, basey, rate_num, rate_denom); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiobasesink.c974 gst_clock_set_calibration (sink->provided_clock, in gst_audio_base_sink_setcaps()
1318 gst_clock_set_calibration (sink->provided_clock, cinternal, cexternal, in gst_audio_base_sink_custom_slaving()
1336 gst_clock_set_calibration (sink->provided_clock, cinternal, cexternal, in gst_audio_base_sink_custom_slaving()
1487 gst_clock_set_calibration (sink->provided_clock, cinternal, cexternal, in gst_audio_base_sink_skew_slaving()
1515 gst_clock_set_calibration (sink->provided_clock, cinternal, cexternal, in gst_audio_base_sink_skew_slaving()
1680 gst_clock_set_calibration (sink->provided_clock, itime, etime, in gst_audio_base_sink_sync_latency()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpjitterbuffer.c232 gst_clock_set_calibration (jbuf->media_clock, internal, external, 1, 1); in media_clock_synced_cb()
272 gst_clock_set_calibration (jbuf->media_clock, internal, external, 1, 1); in rtp_jitter_buffer_set_media_clock()
304 gst_clock_set_calibration (jbuf->media_clock, internal, external, 1, 1); in rtp_jitter_buffer_set_pipeline_clock()
/third_party/gstreamer/gstreamer/gst/
Dgstclock.h581 void gst_clock_set_calibration (GstClock *clock, GstClockTime internal,
Dgstclock.c1209 gst_clock_set_calibration (GstClock * clock, GstClockTime internal, GstClockTime in gst_clock_set_calibration() function
1506 gst_clock_set_calibration (clock, xbase, b, m_num, m_denom); in gst_clock_add_observation()
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstptpclock.c1131 gst_clock_set_calibration (domain->domain_clock, corrected_local_time, in update_ptp_time()
1236 gst_clock_set_calibration (GST_CLOCK_CAST (domain->domain_clock), in update_ptp_time()
Dgstnetclientclock.c584 gst_clock_set_calibration (GST_CLOCK_CAST (self), internal_time, in gst_net_client_internal_clock_observe_times()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkvideosink.cpp1673 gst_clock_set_calibration (self->output->clock, 0, 0, 1, 1); in gst_decklink_video_sink_change_state()
/third_party/gstreamer/gstreamer/
DChangeLog94203 * gst/gstclock.c: (gst_clock_set_calibration):
94597 * gst/gstclock.c: (gst_clock_set_calibration):
102443 (gst_clock_unadjust_unlocked), (gst_clock_set_calibration):
113103 * gst/gstclock.c (gst_clock_set_calibration): Accept a numerator
117510 (gst_clock_set_calibration, gst_clock_get_calibration): Change to
118489 * gst/gstclock.c: (gst_clock_set_calibration),
118547 set as "internal" for gst_clock_set_calibration.
118555 (gst_clock_set_calibration): New functions, obsolete the ones I