HomeSort by relevance Sort by last modified time
    Searched defs:SetInitTimestamp (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/voice_engine/
voe_video_sync_impl.cc 62 int VoEVideoSyncImpl::SetInitTimestamp(int channel, unsigned int timestamp) {
64 "SetInitTimestamp(channel=%d, timestamp=%lu)", channel,
75 "SetInitTimestamp() failed to locate channel");
78 return channelPtr->SetInitTimestamp(timestamp);
channel.cc     [all...]

Completed in 49 milliseconds