Home
last modified time | relevance | path

Searched refs:arrival_time (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpstoragestream.c68 GstClockTime arrival_time = GST_BUFFER_DTS_OR_PTS (item->buffer); in rtp_storage_stream_resize() local
69 if (GST_CLOCK_TIME_IS_VALID (arrival_time)) { in rtp_storage_stream_resize()
70 if (stream->max_arrival_time - arrival_time > size_time) { in rtp_storage_stream_resize()
121 GstClockTime arrival_time = GST_BUFFER_DTS_OR_PTS (buffer); in rtp_storage_stream_resize_and_add_item() local
137 if (G_LIKELY (GST_CLOCK_TIME_IS_VALID (arrival_time))) { in rtp_storage_stream_resize_and_add_item()
139 stream->max_arrival_time = MAX (stream->max_arrival_time, arrival_time); in rtp_storage_stream_resize_and_add_item()
141 stream->max_arrival_time = arrival_time; in rtp_storage_stream_resize_and_add_item()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpstats.h96 GstClockTime arrival_time; member
Drtptwcc.c163 if (GST_CLOCK_TIME_IS_VALID (pinfo->arrival_time)) in recv_packet_init()
164 packet->ts = pinfo->arrival_time; in recv_packet_init()
844 GST_TIME_ARGS (pinfo->arrival_time)); in rtp_twcc_manager_recv_packet()
Drtpsession.c2175 pinfo->arrival_time = GST_CLOCK_TIME_NONE; in update_packet_info()
2179 pinfo->arrival_time = GST_BUFFER_DTS (buffer); in update_packet_info()
/third_party/python/Doc/library/
Drandom.rst525 arrival_time = 0.0
529 arrival_time += expovariate(1.0 / average_arrival_interval)
531 wait = max(0.0, next_server_available - arrival_time)
534 service_completed = arrival_time + wait + service_duration
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpsession.c102 GstClockTime arrival_time, gboolean marker_bit) in generate_twcc_recv_buffer() argument
104 return generate_test_buffer_full (arrival_time, seqnum, in generate_twcc_recv_buffer()