Searched refs:kStoreAndCull (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_packet_history_unittest.cc | 56 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 …]
|
D | rtp_sender_unittest.cc | 447 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 …]
|
D | rtp_packet_history.h | 35 kStoreAndCull // Store up to |number_to_store| packets, but try to remove enumerator
|
D | rtp_rtcp_impl2.cc | 604 enable ? RtpPacketHistory::StorageMode::kStoreAndCull in SetStorePacketsStatus()
|
D | rtp_rtcp_impl.cc | 700 enable ? RtpPacketHistory::StorageMode::kStoreAndCull in SetStorePacketsStatus()
|