OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:null_octets
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_packet.cc
177
memset(buffer + *pos, 0, (*it).
null_octets
);
178
*pos += (*it).
null_octets
;
440
int
null_octets
= 4 - ((2 + cname.length()) % 4);
local
444
chunk.
null_octets
=
null_octets
;
455
length += 6 + chunk.name.length() + chunk.
null_octets
;
rtcp_packet.h
238
int
null_octets
;
member in struct:webrtc::rtcp::Sdes::Chunk
Completed in 350 milliseconds