Home
last modified time | relevance | path

Searched refs:send_timestamp (Results 1 – 21 of 21) sorted by relevance

/dports/audio/mumble/mumble-1.3.3/3rdparty/celt-0.11.0-src/tools/
H A Dceltclient.c145 int send_timestamp = 0; in main() local
238 ((int*)outpacket)[0] = send_timestamp; in main()
239 send_timestamp += FRAME_SIZE; in main()
/dports/audio/mumble/mumble-1.3.3/3rdparty/celt-0.7.0-src/tools/
H A Dceltclient.c145 int send_timestamp = 0; in main() local
238 ((int*)outpacket)[0] = send_timestamp; in main()
239 send_timestamp += FRAME_SIZE; in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/rtc_tools/network_tester/
H A Dparse_packet_log.py54 packets[0].arrival_timestamp - packets[0].send_timestamp)
55 y = [(packet.arrival_timestamp - packet.send_timestamp) - first_send_time_diff
H A Dnetwork_tester_packet.proto14 optional int64 send_timestamp = 2; field
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_tools/network_tester/
H A Dparse_packet_log.py55 packets[0].send_timestamp)
56 y = [(packet.arrival_timestamp - packet.send_timestamp) -
H A Dnetwork_tester_packet.proto14 optional int64 send_timestamp = 2; field
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/video/
H A Dfull_stack.cc181 uint32_t send_timestamp = video_frame.timestamp() - rtp_timestamp_delta_; in RenderFrame() local
185 while (frames_.front().timestamp() < send_timestamp) { in RenderFrame()
194 EXPECT_EQ(reference_frame.timestamp(), send_timestamp); in RenderFrame()
195 assert(reference_frame.timestamp() == send_timestamp); in RenderFrame()
/dports/benchmarks/tsung/tsung-1.7.0/include/
H A Dts_profile.hrl110 send_timestamp, % date when the 'request' was sent
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/video/
H A Dvideo_analyzer.cc311 int64_t send_timestamp = in OnFrame() local
314 while (wrap_handler_.Unwrap(frames_.front().timestamp()) < send_timestamp) { in OnFrame()
331 if (send_timestamp == reference_timestamp - 1) { in OnFrame()
334 ++send_timestamp; in OnFrame()
336 ASSERT_EQ(reference_timestamp, send_timestamp); in OnFrame()
/dports/net-im/tg_owt/tg_owt-d578c76/src/video/
H A Dvideo_analyzer.cc312 int64_t send_timestamp = in OnFrame() local
315 while (wrap_handler_.Unwrap(frames_.front().timestamp()) < send_timestamp) { in OnFrame()
332 if (send_timestamp == reference_timestamp - 1) { in OnFrame()
335 ++send_timestamp; in OnFrame()
337 ASSERT_EQ(reference_timestamp, send_timestamp); in OnFrame()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/video/
H A Dvideo_analyzer.cc312 int64_t send_timestamp = in OnFrame() local
315 while (wrap_handler_.Unwrap(frames_.front().timestamp()) < send_timestamp) { in OnFrame()
332 if (send_timestamp == reference_timestamp - 1) { in OnFrame()
335 ++send_timestamp; in OnFrame()
337 ASSERT_EQ(reference_timestamp, send_timestamp); in OnFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/video/
H A Dvideo_analyzer.cc311 int64_t send_timestamp = in OnFrame() local
314 while (wrap_handler_.Unwrap(frames_.front().timestamp()) < send_timestamp) { in OnFrame()
331 if (send_timestamp == reference_timestamp - 1) { in OnFrame()
334 ++send_timestamp; in OnFrame()
336 ASSERT_EQ(reference_timestamp, send_timestamp); in OnFrame()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dathrate-sample.h170 u_int32_t send_timestamp:16; member
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/video/
H A Dvideo_quality_test.cc302 int64_t send_timestamp = in OnFrame() local
305 while (wrap_handler_.Unwrap(frames_.front().timestamp()) < send_timestamp) { in OnFrame()
324 if (send_timestamp == reference_timestamp - 1) { in OnFrame()
327 ++send_timestamp; in OnFrame()
329 ASSERT_EQ(reference_timestamp, send_timestamp); in OnFrame()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/video/
H A Dvideo_quality_test.cc400 int64_t send_timestamp = in OnFrame() local
403 while (wrap_handler_.Unwrap(frames_.front().timestamp()) < send_timestamp) { in OnFrame()
420 if (send_timestamp == reference_timestamp - 1) { in OnFrame()
423 ++send_timestamp; in OnFrame()
425 ASSERT_EQ(reference_timestamp, send_timestamp); in OnFrame()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/video/
H A Dvideo_quality_test.cc400 int64_t send_timestamp = in OnFrame() local
403 while (wrap_handler_.Unwrap(frames_.front().timestamp()) < send_timestamp) { in OnFrame()
420 if (send_timestamp == reference_timestamp - 1) { in OnFrame()
423 ++send_timestamp; in OnFrame()
425 ASSERT_EQ(reference_timestamp, send_timestamp); in OnFrame()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/video/
H A Dvideo_quality_test.cc400 int64_t send_timestamp = in OnFrame() local
403 while (wrap_handler_.Unwrap(frames_.front().timestamp()) < send_timestamp) { in OnFrame()
420 if (send_timestamp == reference_timestamp - 1) { in OnFrame()
423 ++send_timestamp; in OnFrame()
425 ASSERT_EQ(reference_timestamp, send_timestamp); in OnFrame()
/dports/benchmarks/tsung/tsung-1.7.0/src/tsung/
H A Dts_jabber.erl225 starttls_bidi(_RcvdXml, #state_rcv{socket= Socket, send_timestamp=SendTime}=State)->
H A Dts_client.erl841 send_timestamp= Now,
1275 send_timestamp=SendTime,datasize=Datasize})->
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/libweston/
H A Dinput.c96 send_timestamp(struct wl_resource *resource, in send_timestamp() function
115 send_timestamp(resource, time); in send_timestamps_for_input_resource()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/libweston/
H A Dinput.c96 send_timestamp(struct wl_resource *resource, in send_timestamp() function
115 send_timestamp(resource, time); in send_timestamps_for_input_resource()