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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
tmmbr_help.h 84 TMMBRSet* BoundingSet(); // used for debuging
89 int32_t FindTMMBRBoundingSet(TMMBRSet*& boundingSet);
rtcp_receiver.h 110 int32_t BoundingSet(bool &tmmbrOwner, TMMBRSet* boundingSetRec);
rtcp_sender_unittest.cc 486 // The BoundingSet function returns the number of members of the
488 EXPECT_EQ(0, test_transport_->rtcp_receiver_->BoundingSet(owner,
510 EXPECT_EQ(1, test_transport_->rtcp_receiver_->BoundingSet(owner,
rtp_rtcp_impl.h 333 virtual int32_t BoundingSet(bool& tmmbr_owner, TMMBRSet*& bounding_set_rec);
tmmbr_help.cc 137 TMMBRSet* TMMBRHelp::BoundingSet() {
205 TMMBRHelp::FindTMMBRBoundingSet(TMMBRSet*& boundingSet)
242 boundingSet = &_boundingSet;
rtp_rtcp_impl.cc     [all...]
rtcp_receiver.cc 759 int32_t RTCPReceiver::BoundingSet(bool &tmmbrOwner, TMMBRSet* boundingSetRec) {
    [all...]
rtcp_sender.cc 1126 rtp_rtcp_module->BoundingSet(tmmbrOwner, candidateSet);
1150 TMMBRSet* boundingSet = NULL;
1151 int numBoundingSet = _tmmbrHelp.FindTMMBRBoundingSet(boundingSet);
    [all...]

Completed in 179 milliseconds