Searched refs:SetReceiveTimestampOffsetStatus (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/video/
H A Dvie_receiver.h68 bool SetReceiveTimestampOffsetStatus(bool enable, int id);
H A Dvideo_receive_stream.cc211 RTC_CHECK_EQ(0, vie_channel_->SetReceiveTimestampOffsetStatus(true, id));
H A Dvie_channel.h108 int SetReceiveTimestampOffsetStatus(bool enable, int id);
H A Dvie_receiver.cc164 bool ViEReceiver::SetReceiveTimestampOffsetStatus(bool enable, int id) { function in class:webrtc::ViEReceiver
H A Dvie_channel.cc594 int ViEChannel::SetReceiveTimestampOffsetStatus(bool enable, int id) { function in class:webrtc::ViEChannel
595 return vie_receiver_.SetReceiveTimestampOffsetStatus(enable, id) ? 0 : -1;

Completed in 4270 milliseconds