Searched refs:SetReceiveVideoRotationStatus (Results 1 – 5 of 5) sorted by relevance
70 bool SetReceiveVideoRotationStatus(bool enable, int id);
112 int SetReceiveVideoRotationStatus(bool enable, int id);
190 bool ViEReceiver::SetReceiveVideoRotationStatus(bool enable, int id) { in SetReceiveVideoRotationStatus() function in webrtc::ViEReceiver
215 RTC_CHECK_EQ(0, vie_channel_->SetReceiveVideoRotationStatus(true, id)); in VideoReceiveStream()
632 int ViEChannel::SetReceiveVideoRotationStatus(bool enable, int id) { in SetReceiveVideoRotationStatus() function in webrtc::ViEChannel633 return vie_receiver_.SetReceiveVideoRotationStatus(enable, id) ? 0 : -1; in SetReceiveVideoRotationStatus()