Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtcp_packet.cc177 memset(buffer + *pos, 0, (*it).null_octets); in CreateSdes()
178 *pos += (*it).null_octets; in CreateSdes()
440 int null_octets = 4 - ((2 + cname.length()) % 4); in WithCName() local
444 chunk.null_octets = null_octets; in WithCName()
455 length += 6 + chunk.name.length() + chunk.null_octets; in BlockLength()
Drtcp_packet.h238 int null_octets; member