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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
pli.cc 44 if (header.payload_size_bytes < kCommonFeedbackLength) {
65 *index += kCommonFeedbackLength;
pli.h 41 return kHeaderLength + kCommonFeedbackLength;
psfb.h 37 static const size_t kCommonFeedbackLength = 8;
rtpfb.h 37 static const size_t kCommonFeedbackLength = 8;
sli.cc 66 kCommonFeedbackLength + Macroblocks::kLength) {
72 (header.payload_size_bytes - kCommonFeedbackLength) /
78 const uint8_t* next_item = payload + kCommonFeedbackLength;
99 *index += kCommonFeedbackLength;
nack.cc 52 if (header.payload_size_bytes < kCommonFeedbackLength + kNackItemLength) {
58 (header.payload_size_bytes - kCommonFeedbackLength) / kNackItemLength;
61 const uint8_t* next_nack = payload + kCommonFeedbackLength;
82 const size_t kCommonFbFmtLength = kHeaderLength + kCommonFeedbackLength;
100 *index += kCommonFeedbackLength;
115 return (packed_.size() * kNackItemLength) + kCommonFeedbackLength +
sli.h 70 return RtcpPacket::kHeaderLength + Psfb::kCommonFeedbackLength +

Completed in 115 milliseconds