HomeSort by relevance Sort by last modified time
    Searched defs:SetReceiveVideoRotationStatus (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/video/
vie_receiver.cc 190 bool ViEReceiver::SetReceiveVideoRotationStatus(bool enable, int id) {
vie_channel.cc 632 int ViEChannel::SetReceiveVideoRotationStatus(bool enable, int id) {
633 return vie_receiver_.SetReceiveVideoRotationStatus(enable, id) ? 0 : -1;
    [all...]

Completed in 6136 milliseconds