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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_header_extension.h 29 HeaderExtension(RTPExtensionType extension_type)
50 const RTPExtensionType type;
61 int32_t Register(const RTPExtensionType type, const uint8_t id);
63 int32_t Deregister(const RTPExtensionType type);
65 bool IsRegistered(RTPExtensionType type) const;
67 int32_t GetType(const uint8_t id, RTPExtensionType* type) const;
69 int32_t GetId(const RTPExtensionType type, uint8_t* id) const;
73 int32_t GetLengthUntilBlockStartInBytes(const RTPExtensionType type) const;
79 RTPExtensionType First() const;
81 RTPExtensionType Next(RTPExtensionType type) const
    [all...]
rtp_header_parser.cc 27 virtual bool RegisterRtpHeaderExtension(RTPExtensionType type,
30 virtual bool DeregisterRtpHeaderExtension(RTPExtensionType type) OVERRIDE;
67 bool RtpHeaderParserImpl::RegisterRtpHeaderExtension(RTPExtensionType type,
73 bool RtpHeaderParserImpl::DeregisterRtpHeaderExtension(RTPExtensionType type) {
rtp_header_extension.cc 34 int32_t RtpHeaderExtensionMap::Register(const RTPExtensionType type,
55 int32_t RtpHeaderExtensionMap::Deregister(const RTPExtensionType type) {
69 RTPExtensionType* type) const {
81 int32_t RtpHeaderExtensionMap::GetId(const RTPExtensionType type,
116 const RTPExtensionType type) const {
143 RTPExtensionType RtpHeaderExtensionMap::First() const {
153 RTPExtensionType RtpHeaderExtensionMap::Next(RTPExtensionType type) const {
rtp_header_extension_unittest.cc 78 RTPExtensionType typeOut;
rtp_rtcp_impl.h 59 const RTPExtensionType type,
63 const RTPExtensionType type) OVERRIDE;
rtp_sender.h 149 int32_t RegisterRtpHeaderExtension(const RTPExtensionType type,
152 int32_t DeregisterRtpHeaderExtension(const RTPExtensionType type);
rtp_sender.cc 202 int32_t RTPSender::RegisterRtpHeaderExtension(const RTPExtensionType type,
209 const RTPExtensionType type) {
    [all...]
rtp_rtcp_impl.cc 835 const RTPExtensionType type,
841 const RTPExtensionType type) {
    [all...]
rtp_utility.cc 472 RTPExtensionType type;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_header_parser.h 36 virtual bool RegisterRtpHeaderExtension(RTPExtensionType type,
40 virtual bool DeregisterRtpHeaderExtension(RTPExtensionType type) = 0;
rtp_rtcp.h 173 const RTPExtensionType type,
177 const RTPExtensionType type) = 0;
rtp_rtcp_defines.h 72 enum RTPExtensionType
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
rtp_file_source.h 38 virtual bool RegisterRtpHeaderExtension(RTPExtensionType type, uint8_t id);
rtp_file_source.cc 43 bool RtpFileSource::RegisterRtpHeaderExtension(RTPExtensionType type,
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/tools/
bwe_rtp.cc 40 webrtc::RTPExtensionType extension = webrtc::kRtpExtensionAbsoluteSendTime;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 66 int32_t(const RTPExtensionType type, const uint8_t id));
68 int32_t(const RTPExtensionType type));
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.h 505 int SetSendRtpHeaderExtension(bool enable, RTPExtensionType type,
channel.cc     [all...]

Completed in 260 milliseconds