Searched defs:kReceived (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | transport_feedback_unittest.cc | 149 const uint16_t kReceived[] = {1, 2, 7, 8, 9, 10, 13}; in TEST() local 161 const uint16_t kReceived[] = {1, 2, 7, 8, 9, 10, 13}; in TEST() local 172 const uint16_t kReceived[] = {1, 2, 7, 8, 9, 10, 13, 14}; in TEST() local 185 const uint16_t kReceived[] = {kMax - 2, kMax - 1, kMax, 0, 1, 2}; in TEST() local 198 const uint16_t kReceived[] = {kMax - 2, kMax - 1, 1, 2}; in TEST() local 210 const uint16_t kReceived[] = {1, 2, 6, 7}; in TEST() local 223 const uint16_t kReceived[] = {1, 2, 6, 7, 8}; in TEST() local 236 const uint16_t kReceived[] = {1, 2, 6, 7, 8}; in TEST() local 257 const uint16_t kReceived[] = {0, kPacketCount}; in TEST() local 275 const uint16_t kReceived[] = {0, (14 * 2) + 1}; in TEST() local [all …]
|