Home
last modified time | relevance | path

Searched defs:receive_time (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtcp_transceiver_config.h42 virtual void OnTransportFeedback(Timestamp receive_time, in OnTransportFeedback()
44 virtual void OnReceiverEstimatedMaxBitrate(Timestamp receive_time, in OnReceiverEstimatedMaxBitrate()
47 Timestamp receive_time, in OnReportBlocks()
49 virtual void OnRttUpdate(Timestamp receive_time, TimeDelta rtt) {} in OnRttUpdate()
H A Dabsolute_capture_time_interpolator.cc44 const Timestamp receive_time = clock_->CurrentTime(); in OnReceivePacket() local
93 Timestamp receive_time, in ShouldInterpolateExtension()
H A Drtcp_transceiver_impl_unittest.cc1398 Timestamp receive_time = send_time + TimeDelta::Millis(110); in TEST_F() local
1419 Timestamp receive_time = send_time + TimeDelta::Millis(110); in TEST_F() local
1465 Timestamp receive_time = Timestamp::Seconds(5678); in TEST_F() local
1485 Timestamp receive_time = Timestamp::Seconds(5678); in TEST_F() local
1502 Timestamp receive_time = Timestamp::Seconds(5678); in TEST_F() local
1538 Timestamp receive_time = Timestamp::Seconds(5678); in TEST_F() local
H A Drtcp_sender.cc831 uint32_t receive_time = feedback_state.last_rr_ntp_secs & 0x0000FFFF; in CreateReportBlocks() local
/aosp_15_r20/external/webrtc/api/
H A Drtp_packet_info.cc24 Timestamp receive_time) in RtpPacketInfo()
31 Timestamp receive_time) in RtpPacketInfo()
H A Drtp_packet_info.h56 Timestamp receive_time() const { return receive_time_; } in receive_time() function
/aosp_15_r20/external/webrtc/video/
H A Dvideo_stream_buffer_controller.cc65 const absl::optional<Timestamp> receive_time; member
203 Timestamp receive_time = ReceiveTime(first_frame); in OnFrameReady() local
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_connection_logger.cc278 quic::QuicTime receive_time, in OnPacketHeader()
399 const quic::QuicTime& receive_time) { in OnWindowUpdateFrame()
H A Dquic_event_logger.cc648 const quic::QuicTime& receive_time) { in OnWindowUpdateFrame()
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dpacket.cc37 Timestamp receive_time) in VCMPacket()
/aosp_15_r20/external/webrtc/test/
H A Dfake_encoded_frame.cc79 FakeFrameBuilder& FakeFrameBuilder::ReceivedTime(Timestamp receive_time) { in ReceivedTime()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_trace_visitor.cc269 const QuicTime& receive_time) { in OnWindowUpdateFrame()
/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/
H A Dprobe_bitrate_estimator_unittest.cc99 int64_t receive_time = 5; in TEST_F() local
H A Ddelay_based_bwe_unittest_helper.cc187 void DelayBasedBweTest::IncomingFeedback(Timestamp receive_time, in IncomingFeedback()
/aosp_15_r20/external/googleapis/google/cloud/policytroubleshooter/iam/v3beta/
H A Dtroubleshooter.proto308 google.protobuf.Timestamp receive_time = 1 field
/aosp_15_r20/external/googleapis/google/cloud/policytroubleshooter/iam/v3/
H A Dtroubleshooter.proto311 google.protobuf.Timestamp receive_time = 1 field
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl.cc504 Timestamp receive_time = clock_->CurrentTime(); in InsertPacketInternal() local