Searched defs:SetReceiveVideoRotationStatus (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/video/
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 52 milliseconds