Searched refs:RunLengthChunk (Results 1 – 1 of 1) sorted by relevance
247 class RunLengthChunk : public PacketStatusChunk { class249 RunLengthChunk(TransportFeedback::StatusSymbol symbol, size_t size) in RunLengthChunk() function in webrtc::rtcp::RunLengthChunk254 virtual ~RunLengthChunk() {} in ~RunLengthChunk()269 static RunLengthChunk* ParseFrom(const uint8_t* buffer) { in ParseFrom()275 return new RunLengthChunk(symbol, count); in ParseFrom()525 new RunLengthChunk(symbol_vec_.front(), first_symbol_cardinality_)); in EmitRunLengthChunk()764 RunLengthChunk* rle_chunk = RunLengthChunk::ParseFrom(buffer); in ParseChunk()