Searched defs:SetReceiveVideoRotationStatus (Results 1 - 2 of 2) sorted by relevance
/external/webrtc/webrtc/video/ | ||
H A D | vie_receiver.cc | 190 bool ViEReceiver::SetReceiveVideoRotationStatus(bool enable, int id) { function in class:webrtc::ViEReceiver |
H A D | vie_channel.cc | 632 int ViEChannel::SetReceiveVideoRotationStatus(bool enable, int id) { function in class:webrtc::ViEChannel 633 return vie_receiver_.SetReceiveVideoRotationStatus(enable, id) ? 0 : -1; |
Completed in 7373 milliseconds