Searched defs:GetPlayoutTimestamp (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Dinitial_delay_manager.cc222 bool InitialDelayManager::GetPlayoutTimestamp(uint32_t* playout_timestamp) { function in class:webrtc::acm2::InitialDelayManager
H A Dacm_receiver.cc288 // |GetPlayoutTimestamp|, which is the timestamp of the last sample of
291 if (GetPlayoutTimestamp(&playout_timestamp)) {
429 bool AcmReceiver::GetPlayoutTimestamp(uint32_t* timestamp) { function in class:webrtc::acm2::AcmReceiver
430 return neteq_->GetPlayoutTimestamp(timestamp);
/external/webrtc/webrtc/voice_engine/
H A Dvoe_video_sync_impl.cc46 int VoEVideoSyncImpl::GetPlayoutTimestamp(int channel, function in class:webrtc::VoEVideoSyncImpl
56 "GetPlayoutTimestamp() failed to locate channel");
59 return channel_ptr->GetPlayoutTimestamp(timestamp);
167 "GetPlayoutTimestamp() failed to locate channel");
H A Dchannel.cc3618 int Channel::GetPlayoutTimestamp(unsigned int& timestamp) { function in class:webrtc::voe::Channel
3627 "GetPlayoutTimestamp() failed to retrieve timestamp");
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl.cc364 bool NetEqImpl::GetPlayoutTimestamp(uint32_t* timestamp) { function in class:webrtc::NetEqImpl

Completed in 639 milliseconds