Searched refs:Rtpfb (Results 1 – 3 of 3) sorted by relevance
23 class Rtpfb : public RtcpPacket {27 Rtpfb() : sender_ssrc_(0), media_ssrc_(0) {} in Rtpfb() function28 virtual ~Rtpfb() {} in ~Rtpfb()
34 void Rtpfb::ParseCommonFeedback(const uint8_t* payload) { in ParseCommonFeedback()39 void Rtpfb::CreateCommonFeedback(uint8_t* payload) const { in CreateCommonFeedback()
23 class Nack : public Rtpfb {