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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_header_extension.h 31 explicit HeaderExtension(RTPExtensionType extension_type)
36 HeaderExtension(RTPExtensionType extension_type, bool active)
66 const RTPExtensionType type;
78 int32_t Register(const RTPExtensionType type, const uint8_t id);
84 int32_t RegisterInactive(const RTPExtensionType type, const uint8_t id);
85 bool SetActive(const RTPExtensionType type, bool active);
87 int32_t Deregister(const RTPExtensionType type);
89 bool IsRegistered(RTPExtensionType type) const;
91 int32_t GetType(const uint8_t id, RTPExtensionType* type) const;
93 int32_t GetId(const RTPExtensionType type, uint8_t* id) const
    [all...]
rtp_header_parser.cc 28 bool RegisterRtpHeaderExtension(RTPExtensionType type, uint8_t id) override;
30 bool DeregisterRtpHeaderExtension(RTPExtensionType type) override;
68 bool RtpHeaderParserImpl::RegisterRtpHeaderExtension(RTPExtensionType type,
74 bool RtpHeaderParserImpl::DeregisterRtpHeaderExtension(RTPExtensionType type) {
rtp_header_extension.cc 35 int32_t RtpHeaderExtensionMap::Register(const RTPExtensionType type,
40 int32_t RtpHeaderExtensionMap::RegisterInactive(const RTPExtensionType type,
45 int32_t RtpHeaderExtensionMap::Register(const RTPExtensionType type,
68 bool RtpHeaderExtensionMap::SetActive(const RTPExtensionType type,
79 int32_t RtpHeaderExtensionMap::Deregister(const RTPExtensionType type) {
92 bool RtpHeaderExtensionMap::IsRegistered(RTPExtensionType type) const {
103 RTPExtensionType* type) const {
115 int32_t RtpHeaderExtensionMap::GetId(const RTPExtensionType type,
154 const RTPExtensionType type) const {
190 RTPExtensionType RtpHeaderExtensionMap::First() const
    [all...]
rtp_sender.h 84 virtual bool IsRtpHeaderExtensionRegistered(RTPExtensionType type) = 0;
165 int32_t RegisterRtpHeaderExtension(RTPExtensionType type, uint8_t id);
166 bool IsRtpHeaderExtensionRegistered(RTPExtensionType type) override;
167 int32_t DeregisterRtpHeaderExtension(RTPExtensionType type);
191 ExtensionStatus VerifyExtension(RTPExtensionType extension_type,
359 bool FindHeaderExtensionPosition(RTPExtensionType type,
rtp_header_extension_unittest.cc 93 RTPExtensionType typeOut;
rtp_rtcp_impl.h 59 int32_t RegisterSendRtpHeaderExtension(RTPExtensionType type,
62 int32_t DeregisterSendRtpHeaderExtension(RTPExtensionType type) override;
rtp_utility.cc 327 RTPExtensionType type;
rtp_sender.cc 270 int32_t RTPSender::RegisterRtpHeaderExtension(RTPExtensionType type,
280 bool RTPSender::IsRtpHeaderExtensionRegistered(RTPExtensionType type) {
285 int32_t RTPSender::DeregisterRtpHeaderExtension(RTPExtensionType type) {
    [all...]
rtp_rtcp_impl.cc 657 const RTPExtensionType type,
663 const RTPExtensionType type) {
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_header_parser.h 37 virtual bool RegisterRtpHeaderExtension(RTPExtensionType type,
41 virtual bool DeregisterRtpHeaderExtension(RTPExtensionType type) = 0;
rtp_rtcp.h 177 virtual int32_t RegisterSendRtpHeaderExtension(RTPExtensionType type,
180 virtual int32_t DeregisterSendRtpHeaderExtension(RTPExtensionType type) = 0;
rtp_rtcp_defines.h 64 enum RTPExtensionType {
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
rtc_event_log_source.h 42 virtual bool RegisterRtpHeaderExtension(RTPExtensionType type, uint8_t id);
rtp_file_source.h 44 virtual bool RegisterRtpHeaderExtension(RTPExtensionType type, uint8_t id);
rtp_file_source.cc 50 bool RtpFileSource::RegisterRtpHeaderExtension(RTPExtensionType type,
rtc_event_log_source.cc 72 bool RtcEventLogSource::RegisterRtpHeaderExtension(RTPExtensionType type,
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp.cc 102 webrtc::RTPExtensionType extension = webrtc::kRtpExtensionAbsoluteSendTime;
  /external/webrtc/webrtc/call/
rtc_event_log_unittest.cc 42 const RTPExtensionType kExtensionTypes[] = {
43 RTPExtensionType::kRtpExtensionTransmissionTimeOffset,
44 RTPExtensionType::kRtpExtensionAudioLevel,
45 RTPExtensionType::kRtpExtensionAbsoluteSendTime,
46 RTPExtensionType::kRtpExtensionVideoRotation,
47 RTPExtensionType::kRtpExtensionTransportSequenceNumber};
573 if (kExtensionTypes[i] == RTPExtensionType::kRtpExtensionAbsoluteSendTime ||
575 RTPExtensionType::kRtpExtensionTransportSequenceNumber) {
  /external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 80 int32_t(const RTPExtensionType type, const uint8_t id));
82 int32_t(const RTPExtensionType type));
  /external/webrtc/webrtc/voice_engine/
channel.h 490 int SetSendRtpHeaderExtension(bool enable, RTPExtensionType type,
channel.cc     [all...]

Completed in 888 milliseconds