Home
last modified time | relevance | path

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

/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
Dcompound_rtcp_builder.cc87 Clock::time_point send_time, in BuildPacket()
137 Clock::time_point send_time, in AppendReceiverReferenceTimeReportPacket()
Dsender_packet_router.cc172 int SenderPacketRouter::SendJustTheRtcpPackets(Clock::time_point send_time) { in SendJustTheRtcpPackets()
198 int SenderPacketRouter::SendJustTheRtpPackets(Clock::time_point send_time, in SendJustTheRtpPackets()
Dsender.cc191 Clock::time_point send_time, in GetRtcpPacketForImmediateSend()
213 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()
/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.cc177 bool Lost(uint32_t send_time) { in Lost()
/external/webrtc/call/
Dfake_network_pipe.h58 int64_t send_time() const { return send_time_; } in send_time() function
Dfake_network_pipe.cc33 int64_t send_time, in NetworkPacket()
/external/webrtc/modules/congestion_controller/rtp/
Dtransport_feedback_adapter.cc115 auto send_time = Timestamp::Millis(sent_packet.send_time_ms); in ProcessSentPacket() local
/external/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_unittest_helper.h50 int64_t send_time; member
/external/webrtc/modules/congestion_controller/goog_cc/
Dprobe_bitrate_estimator_unittest.cc98 int64_t send_time = 0; in TEST_F() local
/external/webrtc/modules/audio_coding/codecs/isac/fix/test/
Dkenny.cc54 uint32_t send_time; /* samples */ member
/external/webrtc/modules/pacing/
Dpacing_controller.cc689 Timestamp send_time) { in OnPacketSent()
/external/webrtc/media/base/
Drtp_utils.cc71 uint32_t send_time = ((time_us << 18) / 1000000) & 0x00FFFFFF; in UpdateAbsSendTimeExtensionValue() local
/external/webrtc/video/
Drtp_video_stream_receiver2.cc653 uint32_t send_time; in OnRtpPacket() local
Drtp_video_stream_receiver.cc686 uint32_t send_time; in OnRtpPacket() local
/external/webrtc/rtc_base/
Dvirtual_socket_unittest.cc130 uint32_t send_time = *reinterpret_cast<const uint32_t*>(data); in OnReadPacket() local