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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender.cc 71 nack_byte_count_(),
100 memset(nack_byte_count_, 0, sizeof(nack_byte_count_));
740 byte_count += nack_byte_count_[num];
763 nack_byte_count_[0] += bytes;
770 nack_byte_count_[i + 1] = nack_byte_count_[i];
774 nack_byte_count_[0] = bytes;
    [all...]
rtp_sender.h 364 int32_t nack_byte_count_[NACK_BYTECOUNT_SIZE]; member in class:webrtc::RTPSender

Completed in 51 milliseconds