Searched refs:nackSize (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_sender.h | 117 int32_t nackSize = 0, 221 int32_t nackSize, 264 const int32_t nackSize,
|
D | rtcp_sender.cc | 1328 const int32_t nackSize, in BuildNACK() argument 1365 while (i < nackSize && numOfNackFields < maxNackFields) { in BuildNACK() 1369 while (i < nackSize) { in BuildNACK() 1387 if (i != nackSize) { in BuildNACK() 1616 int32_t nackSize, in SendRTCP() argument 1631 nackSize, in SendRTCP() 1650 int32_t nackSize, in PrepareRTCP() argument 1920 buildVal = BuildNACK(rtcp_buffer, position, nackSize, nackList, in PrepareRTCP()
|