OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BoundingSet
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
tmmbr_help.h
84
TMMBRSet*
BoundingSet
(); // used for debuging
89
int32_t FindTMMBRBoundingSet(TMMBRSet*&
boundingSet
);
rtcp_receiver.h
106
int32_t
BoundingSet
(bool* tmmbrOwner, TMMBRSet* boundingSetRec);
rtp_rtcp_impl.h
298
int32_t
BoundingSet
(bool* tmmbr_owner, TMMBRSet* bounding_set_rec);
tmmbr_help.cc
139
TMMBRSet* TMMBRHelp::
BoundingSet
() {
207
TMMBRHelp::FindTMMBRBoundingSet(TMMBRSet*&
boundingSet
)
244
boundingSet
= &_boundingSet;
rtp_rtcp_impl.cc
959
int32_t ModuleRtpRtcpImpl::
BoundingSet
(bool* tmmbr_owner,
961
return rtcp_receiver_.
BoundingSet
(tmmbr_owner, bounding_set);
rtcp_sender.cc
631
ctx.feedback_state_.module->
BoundingSet
(&tmmbrOwner, candidateSet);
649
TMMBRSet*
boundingSet
= nullptr;
650
int numBoundingSet = tmmbr_help_.FindTMMBRBoundingSet(
boundingSet
);
674
TMMBRSet*
boundingSet
= tmmbr_help_.BoundingSetToSend();
675
if (
boundingSet
== nullptr)
680
for (uint32_t i = 0; i <
boundingSet
->lengthOfSet(); i++) {
681
if (
boundingSet
->Tmmbr(i) > 0) {
682
tmmbn->WithTmmbr(
boundingSet
->Ssrc(i),
boundingSet
->Tmmbr(i),
683
boundingSet
->PacketOH(i))
[
all
...]
rtcp_receiver.cc
749
int32_t RTCPReceiver::
BoundingSet
(bool* tmmbrOwner, TMMBRSet* boundingSetRec) {
[
all
...]
Completed in 84 milliseconds