OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:video_ssrcs_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/call/
rampup_tests.cc
51
video_ssrcs_
(GenerateSsrcs(num_video_streams_, 100)),
60
for (size_t i = 0; i <
video_ssrcs_
.size(); ++i)
61
rtx_ssrc_map_[video_rtx_ssrcs_[i]] =
video_ssrcs_
[i];
142
send_config->rtp.ssrcs =
video_ssrcs_
;
159
recv_config.rtp.remote_ssrc =
video_ssrcs_
[i];
277
for (uint32_t ssrc :
video_ssrcs_
) {
rampup_tests.h
97
std::vector<uint32_t>
video_ssrcs_
;
member in class:webrtc::RampUpTester
Completed in 165 milliseconds