OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_candidates
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/talk/app/webrtc/
videosource.cc
229
std::vector<cricket::VideoFormat>
current_candidates
= candidates;
local
230
FilterFormatsByConstraint(*constraints_it, false, &
current_candidates
);
231
if (
current_candidates
.size() > 0) {
232
candidates =
current_candidates
;
Completed in 239 milliseconds