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

  /external/webrtc/webrtc/video/
vie_receiver.h 70 bool SetReceiveVideoRotationStatus(bool enable, int id);
vie_channel.h 112 int SetReceiveVideoRotationStatus(bool enable, int id);
video_receive_stream.cc 215 RTC_CHECK_EQ(0, vie_channel_->SetReceiveVideoRotationStatus(true, id));
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 2369 milliseconds