OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_modules_to_add
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/
vie_channel.cc
288
int
num_modules_to_add
= video_codec.numberOfSimulcastStreams -
local
290
if (
num_modules_to_add
< 0) {
291
num_modules_to_add
= 0;
298
for (; removed_rtp_rtcp_.size() > 0 &&
num_modules_to_add
> 0;
299
--
num_modules_to_add
) {
304
for (int i = 0; i <
num_modules_to_add
; ++i)
[
all
...]
Completed in 61 milliseconds