HomeSort by relevance Sort by last modified time
    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