OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nack_length
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.cc
699
uint16_t
nack_length
= size;
local
718
nack_length
= size - start_id;
723
if (
nack_length
> kRtcpMaxNackFields) {
724
nack_length
= kRtcpMaxNackFields;
726
nack_last_seq_number_sent_ = nack_list[start_id +
nack_length
- 1];
729
GetFeedbackState(), kRtcpNack,
nack_length
, &nack_list[start_id]);
Completed in 82 milliseconds