OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:csrcs
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
bye.h
40
const std::vector<uint32_t>&
csrcs
() const { return csrcs_; }
function in class:webrtc::rtcp::Bye
/external/webrtc/webrtc/call/
rtc_event_log_unittest.cc
318
std::vector<uint32_t>
csrcs
;
local
320
csrcs
.push_back(prng->Rand<uint32_t>());
322
rtp_sender.SetCsrcs(
csrcs
);
567
// with no header extensions or
CSRCS
.
584
// Try all combinations of header extensions and up to 2
CSRCS
.
Completed in 121 milliseconds