Searched refs:kLostFrameId (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/media/cast/net/rtcp/
H A Dtest_rtcp_packet_builder.h44 static const uint32 kLostFrameId = 18; member in namespace:media::cast::__anon8610
H A Drtcp_builder_unittest.cc114 cast_message.missing_frames_and_packets[kLostFrameId] = missing_packets;
148 cast_message.missing_frames_and_packets[kLostFrameId] = missing_packets;
185 cast_message.missing_frames_and_packets[kLostFrameId] = missing_packets;
H A Dtest_rtcp_packet_builder.cc144 big_endian_writer_.WriteU8(kLostFrameId);
H A Drtcp_utility_unittest.cc71 EXPECT_EQ(kLostFrameId, frame_it->first);

Completed in 423 milliseconds