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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_config.h 21 enum { NACK_BYTECOUNT_SIZE = 60}; // size of our NACK history
rtp_sender.h 358 uint32_t nack_byte_count_times_[NACK_BYTECOUNT_SIZE];
359 int32_t nack_byte_count_[NACK_BYTECOUNT_SIZE];
rtp_sender.cc 716 for (num = 0; num < NACK_BYTECOUNT_SIZE; ++num) {
725 if (num == NACK_BYTECOUNT_SIZE) {
726 // More than NACK_BYTECOUNT_SIZE nack messages has been received
751 for (int i = (NACK_BYTECOUNT_SIZE - 2); i >= 0; i--) {
    [all...]

Completed in 41 milliseconds