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

/external/webrtc/talk/app/webrtc/
H A Dvideosource.cc195 std::vector<cricket::VideoFormat>::iterator format_it = local
197 while (format_it != formats->end()) {
198 // Modify the format_it to fulfill the constraint if possible.
200 if (!NewFormatWithConstraints(constraint, (*format_it),
201 mandatory, &(*format_it))) {
202 format_it = formats->erase(format_it);
204 ++format_it;

Completed in 94 milliseconds