HomeSort by relevance Sort by last modified time
    Searched refs:tls_ (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/libjingle/xmpp/
xmppsocket.cc 34 tls_(tls) {
47 if (tls_ != buzz::TLS_DISABLED) {
61 if (tls_ != buzz::TLS_DISABLED)
223 if (tls_ == buzz::TLS_DISABLED)
xmppsocket.h 66 buzz::TlsOptions tls_; member in class:buzz::XmppSocket
  /external/opencv3/modules/stitching/src/
seam_finders.cpp 273 tls_.clear();
306 tls_.push_back(Point(x, y));
316 tls_[ci].x = std::min(tls_[ci].x, x);
317 tls_[ci].y = std::min(tls_[ci].y, y);
433 for (int y = tls_[c1].y; y < brs_[c1].y; ++y)
434 for (int x = tls_[c1].x; x < brs_[c1].x; ++x)
464 int x0 = tls_[c[i]].x, x1 = brs_[c[i]].x;
465 int y0 = tls_[c[i]].y, y1 = brs_[c[i]].y
    [all...]
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp 221 std::vector<Point> tls_, brs_; member in class:cv::detail::DpSeamFinder

Completed in 236 milliseconds