Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dvie_channel.h111 int SetSendVideoRotationStatus(bool enable, int id);
Dvideo_send_stream.cc184 RTC_CHECK_EQ(0, vie_channel_->SetSendVideoRotationStatus(true, id)); in VideoSendStream()
Dvie_channel.cc617 int ViEChannel::SetSendVideoRotationStatus(bool enable, int id) { in SetSendVideoRotationStatus() function in webrtc::ViEChannel