Home
last modified time | relevance | path

Searched refs:_appLength (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_sender.cc155 _appLength(0), in RTCPSender()
223 _appLength = 0; in Init()
1383 if(pos + 12 + _appLength >= IP_PACKET_SIZE) in BuildAPP()
1393 uint16_t length = (_appLength>>2) + 2; // include SSRC and name in BuildAPP()
1406 memcpy(rtcpbuffer +pos, _appData,_appLength); in BuildAPP()
1407 pos += _appLength; in BuildAPP()
2155 _appLength = length; in SetApplicationSpecificData()
Drtcp_sender.h338 uint16_t _appLength; variable