OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:source_ssrc
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
loudest_filter.cc
47
int
source_ssrc
= rtp_header.ssrc;
local
57
auto it = stream_levels_.find(
source_ssrc
);
66
stream_levels_[
source_ssrc
].Set(audio_level, time_now_ms);
75
stream_levels_[
source_ssrc
].Set(audio_level, time_now_ms);
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
report_block.h
47
uint32_t
source_ssrc
() const { return source_ssrc_; }
function in class:webrtc::rtcp::ReportBlock
Completed in 413 milliseconds