HomeSort by relevance Sort by last modified time
    Searched refs:kMaxHistoryCapacity (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_packet_history.h 28 static const size_t kMaxHistoryCapacity = 9600;
rtp_packet_history.cc 56 assert(number_to_store <= kMaxHistoryCapacity);
103 if (current_size < kMaxHistoryCapacity) {
105 expanded_size = std::min(expanded_size, kMaxHistoryCapacity);
rtp_packet_history_unittest.cc 275 for (size_t i = 0; i < kMaxHistoryCapacity + 1; ++i) {
285 for (size_t i = 1; i < kMaxHistoryCapacity + 1; ++i) {

Completed in 119 milliseconds