Home
last modified time | relevance | path

Searched refs:candidate_module (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/pacing/
Dpacket_router.cc330 RtcpFeedbackSenderInterface* candidate_module, in AddRembModuleCandidate() argument
332 RTC_DCHECK(candidate_module); in AddRembModuleCandidate()
336 candidate_module) == candidates.cend()); in AddRembModuleCandidate()
337 candidates.push_back(candidate_module); in AddRembModuleCandidate()
342 RtcpFeedbackSenderInterface* candidate_module, in MaybeRemoveRembModuleCandidate() argument
344 RTC_DCHECK(candidate_module); in MaybeRemoveRembModuleCandidate()
347 auto it = std::find(candidates.begin(), candidates.end(), candidate_module); in MaybeRemoveRembModuleCandidate()
Dpacket_router.h85 void AddRembModuleCandidate(RtcpFeedbackSenderInterface* candidate_module,
89 RtcpFeedbackSenderInterface* candidate_module,