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/ |
D | common.pb.go | 210 …StartTimestamp *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 D | audio_egress.cc | 132 const uint32_t rtp_timestamp = timestamp + rtp_rtcp_->StartTimestamp(); in SendData()
|
/aosp_15_r20/external/webrtc/audio/ |
H A D | channel_send.cc | 357 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 D | mock_rtp_rtcp.h | 59 MOCK_METHOD(uint32_t, StartTimestamp, (), (const, override));
|
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/ |
H A D | rtp_rtcp_impl2.h | 91 uint32_t StartTimestamp() const override;
|
H A D | rtp_rtcp_interface.h | 233 virtual uint32_t StartTimestamp() const = 0;
|
H A D | rtp_rtcp_impl.h | 85 uint32_t StartTimestamp() const override;
|
H A D | rtp_rtcp_impl2_unittest.cc | 689 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 D | rtp_rtcp_impl.cc | 211 uint32_t ModuleRtpRtcpImpl::StartTimestamp() const { in StartTimestamp() function in webrtc::ModuleRtpRtcpImpl
|
H A D | rtp_rtcp_impl2.cc | 161 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/ |
D | metrics.pb.go | 367 …StartTimestamp *timestamp.Timestamp `protobuf:"bytes,1,opt,name=start_timestamp,json=startTimestam… member 411 return x.StartTimestamp
|
/aosp_15_r20/external/webrtc/call/ |
H A D | rtp_video_sender.cc | 575 rtp_streams_[stream_index].rtp_rtcp->StartTimestamp(); in OnEncodedImage()
|