Home
last modified time | relevance | path

Searched refs:UpdatePlayoutTimestamp (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dinitial_delay_manager.cc79 UpdatePlayoutTimestamp(*current_header, sample_rate_hz); in UpdateLastReceivedPacket()
96 UpdatePlayoutTimestamp(*current_header, sample_rate_hz); in UpdateLastReceivedPacket()
234 void InitialDelayManager::UpdatePlayoutTimestamp( in UpdatePlayoutTimestamp() function in webrtc::acm2::InitialDelayManager
Dinitial_delay_manager.h87 void UpdatePlayoutTimestamp(const RTPHeader& current_header,
/external/webrtc/webrtc/voice_engine/
Dchannel.h484 void UpdatePlayoutTimestamp(bool rtcp);
Dchannel.cc1709 UpdatePlayoutTimestamp(false); in ReceivedRTPPacket()
1806 UpdatePlayoutTimestamp(true); in ReceivedRTCPPacket()
3864 void Channel::UpdatePlayoutTimestamp(bool rtcp) { in UpdatePlayoutTimestamp() function in webrtc::voe::Channel