OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartTimestamp
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp.h
185
virtual uint32_t
StartTimestamp
() const = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
test_api.cc
119
EXPECT_EQ(test_timestamp_, module_->
StartTimestamp
());
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h
83
MOCK_CONST_METHOD0(
StartTimestamp
,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.h
65
uint32_t
StartTimestamp
() const override;
rtp_rtcp_impl.cc
269
uint32_t ModuleRtpRtcpImpl::
StartTimestamp
() const {
270
return rtp_sender_.
StartTimestamp
();
374
rtcp_sender_.SetStartTimestamp(rtp_sender_.
StartTimestamp
());
rtp_sender.h
137
uint32_t
StartTimestamp
() const;
rtp_sender.cc
[
all
...]
Completed in 58 milliseconds