Home
last modified time | relevance | path

Searched defs:send_time (Results 1 – 25 of 32) sorted by relevance

12

/external/openscreen/cast/streaming/
Dsender_packet_router_unittest.cc88 Clock::time_point send_time, in MakeFakePacketWithFlag()
100 absl::Span<uint8_t> MakeFakePacket(Clock::time_point send_time, in MakeFakePacket()
126 absl::Span<uint8_t> ToEmptyPacketBuffer(Clock::time_point send_time, in ToEmptyPacketBuffer()
410 Invoke([&](Clock::time_point send_time, absl::Span<uint8_t> buffer) { in TEST_F()
523 Invoke([](Clock::time_point send_time, absl::Span<uint8_t> buffer) { in TEST_F()
529 Invoke([&](Clock::time_point send_time, absl::Span<uint8_t> buffer) { in TEST_F()
540 Invoke([](Clock::time_point send_time, absl::Span<uint8_t> buffer) { in TEST_F()
546 Invoke([&](Clock::time_point send_time, absl::Span<uint8_t> buffer) { in TEST_F()
Dcompound_rtcp_builder_unittest.cc64 const auto send_time = Clock::now(); in TEST_F() local
92 const auto send_time = Clock::now(); in TEST_F() local
137 auto send_time = Clock::now(); in TEST_F() local
188 const auto send_time = Clock::now(); in TEST_F() local
235 auto send_time = Clock::now(); in TEST_F() local
Dsender_packet_router.cc173 int SenderPacketRouter::SendJustTheRtcpPackets(Clock::time_point send_time) { in SendJustTheRtcpPackets()
199 int SenderPacketRouter::SendJustTheRtpPackets(Clock::time_point send_time, in SendJustTheRtpPackets()
Dcompound_rtcp_builder.cc87 Clock::time_point send_time, in BuildPacket()
137 Clock::time_point send_time, in AppendReceiverReferenceTimeReportPacket()
Dsender.cc192 Clock::time_point send_time, in GetRtcpPacketForImmediateSend()
214 Clock::time_point send_time, in GetRtpPacketForImmediateSend()
/external/webrtc/modules/rtp_rtcp/source/
Dabsolute_capture_time_sender.cc48 const Timestamp send_time = clock_->CurrentTime(); in OnSendPacket() local
73 Timestamp send_time, in ShouldSendExtension()
Drtp_packet_history.cc28 Timestamp send_time, in StoredPacket()
110 Timestamp send_time) { in PutRtpPacket()
Drtp_packet_history.h137 Timestamp send_time() const { return send_time_; } in send_time() function
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dpacket_dropping_test_writer.cc145 QuicTime send_time = clock_->ApproximateNow() + fake_packet_delay_; in WritePacket() local
242 std::unique_ptr<PerPacketOptions> options, QuicTime send_time) in DelayedWrite()
Dpacket_dropping_test_writer.h156 QuicTime send_time; member
/external/webrtc/modules/audio_coding/neteq/
Dneteq_stereo_unittest.cc143 virtual int GetArrivalTime(int send_time) { in GetArrivalTime()
253 virtual int GetArrivalTime(int send_time) { in GetArrivalTime()
286 virtual int GetArrivalTime(int send_time) { in GetArrivalTime()
Dneteq_network_stats_unittest.cc176 bool Lost(uint32_t send_time) { in Lost()
/external/webrtc/modules/congestion_controller/goog_cc/
Dinter_arrival_delta.h69 Timestamp send_time; member
Dinter_arrival_delta.cc31 bool InterArrivalDelta::ComputeDeltas(Timestamp send_time, in ComputeDeltas()
Dprobe_bitrate_estimator_unittest.cc98 int64_t send_time = 0; in TEST_F() local
/external/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_abs_send_time.h70 Timestamp send_time; member
Dremote_bitrate_estimator_unittest_helper.h49 int64_t send_time; member
Dremote_bitrate_estimator_abs_send_time.cc244 Timestamp send_time = in IncomingPacketInfo() local
/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dgeneral_loss_algorithm.cc16 float DetectionResponseTime(QuicTime::Delta rtt, QuicTime send_time, in DetectionResponseTime()
/external/webrtc/call/
Dfake_network_pipe.h57 int64_t send_time() const { return send_time_; } in send_time() function
Dfake_network_pipe.cc32 int64_t send_time, in NetworkPacket()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_path_validator.h177 QuicTime send_time; member
/external/webrtc/modules/congestion_controller/rtp/
Dtransport_feedback_adapter.cc114 auto send_time = Timestamp::Millis(sent_packet.send_time_ms); in ProcessSentPacket() local
/external/webrtc/media/base/
Drtp_utils.cc66 uint32_t send_time = ((time_us << 18) / 1000000) & 0x00FFFFFF; in UpdateAbsSendTimeExtensionValue() local
/external/webrtc/modules/pacing/
Dpacing_controller.cc638 Timestamp send_time) { in OnPacketSent()

12