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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_header_extension.h 55 case kRtpExtensionVideoRotation:
rtp_sender_unittest.cc 284 kRtpExtensionVideoRotation, kVideoRotationExtensionId));
310 0, rtp_sender_->DeregisterRtpHeaderExtension(kRtpExtensionVideoRotation));
317 kRtpExtensionVideoRotation, kVideoRotationExtensionId));
325 0, rtp_sender_->DeregisterRtpHeaderExtension(kRtpExtensionVideoRotation));
464 kRtpExtensionVideoRotation, kVideoRotationExtensionId));
468 map.Register(kRtpExtensionVideoRotation, kVideoRotationExtensionId);
493 kRtpExtensionVideoRotation, kVideoRotationExtensionId));
497 map.Register(kRtpExtensionVideoRotation, kVideoRotationExtensionId);
    [all...]
rtp_utility.cc 382 case kRtpExtensionVideoRotation: {
rtp_sender_video.cc 297 kRtpExtensionVideoRotation));
rtp_sender.cc 273 if (type == kRtpExtensionVideoRotation) {
494 if (rtp_header_extension_map_.SetActive(kRtpExtensionVideoRotation, true)) {
    [all...]
  /external/webrtc/webrtc/video/
vie_receiver.cc 193 kRtpExtensionVideoRotation, id)) {
202 kRtpExtensionVideoRotation);
vie_channel.cc 620 rtp_rtcp->DeregisterSendRtpHeaderExtension(kRtpExtensionVideoRotation);
627 kRtpExtensionVideoRotation, id);
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_rtcp_defines.h 69 kRtpExtensionVideoRotation,
  /external/webrtc/webrtc/call/
rtc_event_log_unittest.cc 46 RTPExtensionType::kRtpExtensionVideoRotation,

Completed in 73 milliseconds