Searched defs:SetInitTimestamp (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/voice_engine/
H A Dvoe_video_sync_impl.cc62 int VoEVideoSyncImpl::SetInitTimestamp(int channel, unsigned int timestamp) { function in class:webrtc::VoEVideoSyncImpl
64 "SetInitTimestamp(channel=%d, timestamp=%lu)", channel,
75 "SetInitTimestamp() failed to locate channel");
78 return channelPtr->SetInitTimestamp(timestamp);
H A Dchannel.cc3634 int Channel::SetInitTimestamp(unsigned int timestamp) { function in class:webrtc::voe::Channel
3636 "Channel::SetInitTimestamp()");
3639 "SetInitTimestamp() already sending");

Completed in 33 milliseconds