Searched defs:TmmbItem (Results 1 – 4 of 4) sorted by relevance
26 TmmbItem() : ssrc_(0), bitrate_bps_(0), packet_overhead_(0) {} in TmmbItem() function
19 TmmbItem::TmmbItem(uint32_t ssrc, uint64_t bitrate_bps, uint16_t overhead) in TmmbItem() function in webrtc::rtcp::TmmbItem
27 void SetTmmbn(std::vector<rtcp::TmmbItem>) override {} in SetTmmbn()
38 class TmmbItem; variable