Searched refs:ntp_time_source (Results 1 – 5 of 5) sorted by relevance
| /third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
| D | gstrtpbin.h | 67 GstRtpNtpTimeSource ntp_time_source; member
|
| D | gstrtpsession.c | 276 GstRtpNtpTimeSource ntp_time_source; member 908 rtpsession->priv->ntp_time_source = DEFAULT_NTP_TIME_SOURCE; in gst_rtp_session_init() 979 priv->ntp_time_source = g_value_get_enum (value); in gst_rtp_session_set_property() 1058 g_value_set_enum (value, priv->ntp_time_source); in gst_rtp_session_get_property() 1106 switch (rtpsession->priv->ntp_time_source) { in get_current_times() 1113 if (rtpsession->priv->ntp_time_source == GST_RTP_NTP_TIME_SOURCE_NTP) in get_current_times()
|
| D | gstrtpbin.c | 767 g_object_set (session, "ntp-time-source", rtpbin->ntp_time_source, NULL); in create_session() 1292 switch (bin->ntp_time_source) { in get_current_times() 1299 if (bin->ntp_time_source == GST_RTP_NTP_TIME_SOURCE_NTP) in get_current_times() 2876 rtpbin->ntp_time_source = DEFAULT_NTP_TIME_SOURCE; in gst_rtp_bin_init() 3133 rtpbin->ntp_time_source = g_value_get_enum (value); in gst_rtp_bin_set_property() 3139 "ntp-time-source", rtpbin->ntp_time_source, NULL); in gst_rtp_bin_set_property() 3272 g_value_set_enum (value, rtpbin->ntp_time_source); in gst_rtp_bin_get_property()
|
| /third_party/gstreamer/gstplugins_good/gst/rtsp/ |
| D | gstrtspsrc.h | 269 gint ntp_time_source; member
|
| D | gstrtspsrc.c | 1456 src->ntp_time_source = DEFAULT_NTP_TIME_SOURCE; in gst_rtspsrc_init() 1770 rtspsrc->ntp_time_source = g_value_get_enum (value); in gst_rtspsrc_set_property() 1942 g_value_set_enum (value, rtspsrc->ntp_time_source); in gst_rtspsrc_get_property() 4041 g_object_set (src->manager, "ntp-time-source", src->ntp_time_source, in gst_rtspsrc_stream_configure_manager()
|