Searched refs:kRtcpCastAllPacketsLost (Results 1 – 9 of 9) sorted by relevance
44 (*frame_it->second.begin() == kRtcpCastAllPacketsLost)) { in CastFeedback()46 std::make_pair(frame_it->first, kRtcpCastAllPacketsLost)); in CastFeedback()173 EXPECT_EQ(kRtcpCastAllPacketsLost, feedback_.num_missing_packets(1)); in TEST_F()
184 missing.insert(kRtcpCastAllPacketsLost); in BuildPacketList()
71 bool resend_all = missing_packet_set.find(kRtcpCastAllPacketsLost) != in ResendPackets()
74 const uint16 kRtcpCastAllPacketsLost = 0xffff; variable
292 writer_.WriteU16(kRtcpCastAllPacketsLost); in AddCast()294 nack_string_builder.PushPacket(kRtcpCastAllPacketsLost); in AddCast()
145 big_endian_writer_.WriteU16(kRtcpCastAllPacketsLost); in AddCast()
274 if (packet_id != kRtcpCastAllPacketsLost) { in ParseFeedbackCommon()
73 EXPECT_EQ(*frame_it->second.begin(), kRtcpCastAllPacketsLost); in ExpectCastFeedback()
246 missing_packets[1].insert(kRtcpCastAllPacketsLost); in TEST_F()