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

/external/webrtc/webrtc/video/
H A Dvie_receiver.h70 bool SetReceiveVideoRotationStatus(bool enable, int id);
H A Dvideo_receive_stream.cc215 RTC_CHECK_EQ(0, vie_channel_->SetReceiveVideoRotationStatus(true, id));
H A Dvie_channel.h112 int SetReceiveVideoRotationStatus(bool enable, int id);
H A Dvie_receiver.cc190 bool ViEReceiver::SetReceiveVideoRotationStatus(bool enable, int id) { function in class:webrtc::ViEReceiver
H A Dvie_channel.cc632 int ViEChannel::SetReceiveVideoRotationStatus(bool enable, int id) { function in class:webrtc::ViEChannel
633 return vie_receiver_.SetReceiveVideoRotationStatus(enable, id) ? 0 : -1;

Completed in 109 milliseconds