Searched refs:RTPPayloadRegistry (Results 1 – 17 of 17) sorted by relevance
18 RTPPayloadRegistry::RTPPayloadRegistry(RTPPayloadStrategy* rtp_payload_strategy) in RTPPayloadRegistry() function in webrtc::RTPPayloadRegistry31 RTPPayloadRegistry::~RTPPayloadRegistry() { in ~RTPPayloadRegistry()39 int32_t RTPPayloadRegistry::RegisterReceivePayload( in RegisterReceivePayload()124 int32_t RTPPayloadRegistry::DeRegisterReceivePayload( in DeRegisterReceivePayload()138 void RTPPayloadRegistry::DeregisterAudioCodecOrRedTypeRegardlessOfPayloadType( in DeregisterAudioCodecOrRedTypeRegardlessOfPayloadType()171 int32_t RTPPayloadRegistry::ReceivePayloadType( in ReceivePayloadType()221 bool RTPPayloadRegistry::RtxEnabled() const { in RtxEnabled()226 bool RTPPayloadRegistry::IsRtx(const RTPHeader& header) const { in IsRtx()231 bool RTPPayloadRegistry::IsRtxInternal(const RTPHeader& header) const { in IsRtxInternal()235 bool RTPPayloadRegistry::RestoreOriginalPacket(uint8_t** restored_packet, in RestoreOriginalPacket()[all …]
31 RTPPayloadRegistry* rtp_payload_registry,78 RTPPayloadRegistry* rtp_payload_registry_;
37 rtp_payload_registry_.reset(new RTPPayloadRegistry(mock_payload_strategy_)); in SetUp()61 rtc::scoped_ptr<RTPPayloadRegistry> rtp_payload_registry_;98 new RTPPayloadRegistry(RTPPayloadStrategy::CreateStrategy(true))); in TEST_F()282 void TestRtxPacket(RTPPayloadRegistry* rtp_payload_registry, in TestRtxPacket()
81 RTPPayloadRegistry* rtp_payload_registry, in SetSendModule()161 RTPPayloadRegistry* rtp_payload_registry_;283 RTPPayloadRegistry rtp_payload_registry_;
32 RTPPayloadRegistry* rtp_payload_registry) { in CreateVideoReceiver()48 RTPPayloadRegistry* rtp_payload_registry) { in CreateAudioReceiver()66 RTPPayloadRegistry* rtp_payload_registry, in RtpReceiverImpl()
19 class RTPPayloadRegistry; variable43 RTPPayloadRegistry* rtp_payload_registry);51 RTPPayloadRegistry* rtp_payload_registry);
54 class RTPPayloadRegistry {57 explicit RTPPayloadRegistry(RTPPayloadStrategy* rtp_payload_strategy);58 ~RTPPayloadRegistry();
37 RTPPayloadRegistry* payload_registry,50 RTPPayloadRegistry* rtp_payload_registry_;
94 rtp_payload_registry1_.reset(new RTPPayloadRegistry( in SetUp()96 rtp_payload_registry2_.reset(new RTPPayloadRegistry( in SetUp()182 rtc::scoped_ptr<RTPPayloadRegistry> rtp_payload_registry1_;183 rtc::scoped_ptr<RTPPayloadRegistry> rtp_payload_registry2_;
21 RTPPayloadRegistry* payload_registry, in SetSendModule()97 rtp_payload_registry_.reset(new RTPPayloadRegistry( in SetUp()103 rtc::scoped_ptr<RTPPayloadRegistry> rtp_payload_registry_;
99 rtp_payload_registry1_.reset(new RTPPayloadRegistry( in SetUp()101 rtp_payload_registry2_.reset(new RTPPayloadRegistry( in SetUp()148 rtc::scoped_ptr<RTPPayloadRegistry> rtp_payload_registry1_;149 rtc::scoped_ptr<RTPPayloadRegistry> rtp_payload_registry2_;
131 RTPPayloadRegistry rtp_payload_registry_;
31 class RTPPayloadRegistry; variable110 rtc::scoped_ptr<RTPPayloadRegistry> rtp_payload_registry_;
43 new RTPPayloadRegistry(RTPPayloadStrategy::CreateStrategy(false))), in ViEReceiver()
273 rtp_payload_registry_(new RTPPayloadRegistry( in Handler()296 rtc::scoped_ptr<RTPPayloadRegistry> rtp_payload_registry_;
57 class RTPPayloadRegistry; variable507 rtc::scoped_ptr<RTPPayloadRegistry> rtp_payload_registry_;
815 new RTPPayloadRegistry(RTPPayloadStrategy::CreateStrategy(true))), in Channel()