Searched refs:_appLength (Results 1 – 2 of 2) sorted by relevance
155 _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()
338 uint16_t _appLength; variable