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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_config.h 16 enum { NACK_BYTECOUNT_SIZE = 60 }; // size of our NACK history
rtp_sender.h 421 uint32_t nack_byte_count_times_[NACK_BYTECOUNT_SIZE];
422 size_t nack_byte_count_[NACK_BYTECOUNT_SIZE];
rtp_sender.cc 840 for (num = 0; num < NACK_BYTECOUNT_SIZE; ++num) {
849 if (num == NACK_BYTECOUNT_SIZE) {
850 // More than NACK_BYTECOUNT_SIZE nack messages has been received
866 for (int i = NACK_BYTECOUNT_SIZE - 2; i >= 0; i--) {
    [all...]

Completed in 55 milliseconds