Searched defs:nackSize (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtcp_sender.cc1328 const int32_t nackSize,
1365 while (i < nackSize && numOfNackFields < maxNackFields) {
1369 while (i < nackSize) {
1387 if (i != nackSize) {
1616 int32_t nackSize,
1631 nackSize,
1650 int32_t nackSize,
1920 buildVal = BuildNACK(rtcp_buffer, position, nackSize, nackList,
1326 BuildNACK(uint8_t* rtcpbuffer, int& pos, const int32_t nackSize, const uint16_t* nackList, std::string* nackString) argument
1614 SendRTCP(const FeedbackState& feedback_state, uint32_t packetTypeFlags, int32_t nackSize, const uint16_t* nackList, bool repeat, uint64_t pictureID) argument
1648 PrepareRTCP(const FeedbackState& feedback_state, uint32_t packetTypeFlags, int32_t nackSize, const uint16_t* nackList, bool repeat, uint64_t pictureID, uint8_t* rtcp_buffer, int buffer_size) argument

Completed in 62 milliseconds