Searched refs:current_candidates (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dvideosource.cc234 std::vector<cricket::VideoFormat> current_candidates = candidates; local
235 FilterFormatsByConstraint(*constraints_it, false, &current_candidates);
236 if (current_candidates.size() > 0) {
237 candidates = current_candidates;
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_video_source.cc292 media::VideoCaptureFormats current_candidates = candidates; local
293 FilterFormatsByConstraint(optional[i], false, &current_candidates);
294 if (!current_candidates.empty()) {
295 candidates = current_candidates;

Completed in 114 milliseconds