OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetStartTimestamp
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_sender.cc
282
void RTCPSender::
SetStartTimestamp
(uint32_t start_timestamp) {
[
all
...]
rtp_rtcp_impl.cc
274
void ModuleRtpRtcpImpl::
SetStartTimestamp
(const uint32_t timestamp) {
275
rtcp_sender_.
SetStartTimestamp
(timestamp);
276
rtp_sender_.
SetStartTimestamp
(timestamp, true);
374
rtcp_sender_.
SetStartTimestamp
(rtp_sender_.StartTimestamp());
rtp_sender.cc
[
all
...]
Completed in 34 milliseconds