Home
last modified time | relevance | path

Searched refs:SetSendTimestampOffsetStatus (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/video/
Dvie_channel.h107 int SetSendTimestampOffsetStatus(bool enable, int id);
Dvideo_send_stream.cc180 RTC_CHECK_EQ(0, vie_channel_->SetSendTimestampOffsetStatus(true, id)); in VideoSendStream()
Dvie_channel.cc577 int ViEChannel::SetSendTimestampOffsetStatus(bool enable, int id) { in SetSendTimestampOffsetStatus() function in webrtc::ViEChannel