Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtcp_packet.cc268 memset(buffer + *pos, 0, (*it).null_octets); in CreateSdes()
269 *pos += (*it).null_octets; in CreateSdes()
833 int null_octets = 4 - ((2 + cname.length()) % 4); in WithCName() local
837 chunk.null_octets = null_octets; in WithCName()
848 length += 6 + (*it).name.length() + (*it).null_octets; in BlockLength()
Drtcp_packet.h350 int null_octets; member