Home
last modified time | relevance | path

Searched refs:StartTimestamp (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-go/agent/common/v1/
Dcommon.pb.go210StartTimestamp *timestamp.Timestamp `protobuf:"bytes,3,opt,name=start_timestamp,json=startTimestam… member
261 return x.StartTimestamp
/aosp_15_r20/external/webrtc/audio/voip/
H A Daudio_egress.cc132 const uint32_t rtp_timestamp = timestamp + rtp_rtcp_->StartTimestamp(); in SendData()
/aosp_15_r20/external/webrtc/audio/
H A Dchannel_send.cc357 frameType, payloadType, rtp_timestamp, rtp_rtcp_->StartTimestamp(), in SendData()
435 frameType, payloadType, rtp_timestamp + rtp_rtcp_->StartTimestamp(), in SendRtpAudio()
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/mocks/
H A Dmock_rtp_rtcp.h59 MOCK_METHOD(uint32_t, StartTimestamp, (), (const, override));
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl2.h91 uint32_t StartTimestamp() const override;
H A Drtp_rtcp_interface.h233 virtual uint32_t StartTimestamp() const = 0;
H A Drtp_rtcp_impl.h85 uint32_t StartTimestamp() const override;
H A Drtp_rtcp_impl2_unittest.cc689 uint32_t rtp_ts = media_rtp_ts + sender_.impl_->StartTimestamp(); in TEST_F()
706 rtp_ts = media_rtp_ts + sender_.impl_->StartTimestamp(); in TEST_F()
H A Drtp_rtcp_impl.cc211 uint32_t ModuleRtpRtcpImpl::StartTimestamp() const { in StartTimestamp() function in webrtc::ModuleRtpRtcpImpl
H A Drtp_rtcp_impl2.cc161 uint32_t ModuleRtpRtcpImpl2::StartTimestamp() const { in StartTimestamp() function in webrtc::ModuleRtpRtcpImpl2
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-go/metrics/v1/
Dmetrics.pb.go367StartTimestamp *timestamp.Timestamp `protobuf:"bytes,1,opt,name=start_timestamp,json=startTimestam… member
411 return x.StartTimestamp
/aosp_15_r20/external/webrtc/call/
H A Drtp_video_sender.cc575 rtp_streams_[stream_index].rtp_rtcp->StartTimestamp(); in OnEncodedImage()