Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_sender.h335 uint8_t _appSubType; variable
Drtcp_sender.cc152 _appSubType(0), in RTCPSender()
216 _appSubType = 0; in Init()
1388 rtcpbuffer[pos++]=(uint8_t)0x80 + _appSubType; in BuildAPP()
2152 _appSubType = subType; in SetApplicationSpecificData()