OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:boundingSet
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_receiver.cc
749
int32_t RTCPReceiver::
BoundingSet
(bool* tmmbrOwner, TMMBRSet* boundingSetRec) {
[
all
...]
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
...]
Completed in 541 milliseconds