Searched refs:sourceIdx (Results 1 – 4 of 4) sorted by relevance
164 const uint32_t sourceIdx, in GetTMMBRSet() argument168 if (sourceIdx >= TmmbrSet.lengthOfSet()) { in GetTMMBRSet()175 if (currentTimeMS - _tmmbrSetTimeouts[sourceIdx] > in GetTMMBRSet()178 TmmbrSet.RemoveEntry(sourceIdx); in GetTMMBRSet()179 _tmmbrSetTimeouts.erase(_tmmbrSetTimeouts.begin() + sourceIdx); in GetTMMBRSet()183 TmmbrSet.Tmmbr(sourceIdx), in GetTMMBRSet()184 TmmbrSet.PacketOH(sourceIdx), in GetTMMBRSet()185 TmmbrSet.Ssrc(sourceIdx)); in GetTMMBRSet()
84 void TMMBRSet::RemoveEntry(uint32_t sourceIdx) { in RemoveEntry() argument85 assert(sourceIdx < _lengthOfSet); in RemoveEntry()86 _data.erase(_data.begin() + sourceIdx); in RemoveEntry()
112 int32_t GetTMMBRSet(const uint32_t sourceIdx,
54 void RemoveEntry(uint32_t sourceIdx);