Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtp_packet_history_unittest.cc56 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
57 EXPECT_EQ(StorageMode::kStoreAndCull, hist_.GetStorageMode()); in TEST_P()
58 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
59 EXPECT_EQ(StorageMode::kStoreAndCull, hist_.GetStorageMode()); in TEST_P()
65 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
71 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
76 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
82 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
110 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
115 hist_.SetStorePacketsStatus(StorageMode::kStoreAndCull, 10); in TEST_P()
[all …]
Drtp_sender_unittest.cc447 RtpPacketHistory::StorageMode::kStoreAndCull, kNumberOfPacketsToStore); in EnableRtx()
841 RtpPacketHistory::StorageMode::kStoreAndCull, 10); in TEST_P()
880 RtpPacketHistory::StorageMode::kStoreAndCull, 10); in TEST_P()
915 RtpPacketHistory::StorageMode::kStoreAndCull, 10); in TEST_P()
981 RtpPacketHistory::StorageMode::kStoreAndCull, 10); in TEST_P()
1026 RtpPacketHistory::StorageMode::kStoreAndCull, 10); in TEST_P()
1096 RtpPacketHistory::StorageMode::kStoreAndCull, 10); in TEST_P()
1204 RtpPacketHistory::StorageMode::kStoreAndCull, 10); in TEST_P()
1228 RtpPacketHistory::StorageMode::kStoreAndCull, 10); in TEST_P()
1336 RtpPacketHistory::StorageMode::kStoreAndCull, 10); in TEST_P()
[all …]
Drtp_packet_history.h35 kStoreAndCull // Store up to |number_to_store| packets, but try to remove enumerator
Drtp_rtcp_impl2.cc604 enable ? RtpPacketHistory::StorageMode::kStoreAndCull in SetStorePacketsStatus()
Drtp_rtcp_impl.cc700 enable ? RtpPacketHistory::StorageMode::kStoreAndCull in SetStorePacketsStatus()