Home
last modified time | relevance | path

Searched refs:ack_bitvector_octet_count (Results 1 – 1 of 1) sorted by relevance

/external/openscreen/cast/streaming/
Dcompound_rtcp_parser.cc287 const int ack_bitvector_octet_count = ConsumeField<uint8_t>(&in); in ParseFeedback() local
288 if (static_cast<int>(in.size()) < ack_bitvector_octet_count) { in ParseFeedback()
295 for (int i = 0; i < ack_bitvector_octet_count; ++i) { in ParseFeedback()