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

  /external/opencv3/modules/videoio/src/
cap_winrt_video.hpp 70 std::atomic<bool> bGrabberInitInProgress;
cap_winrt_video.cpp 78 bGrabberInitInProgress = false;
84 if (bGrabberInited || bGrabberInitInProgress) return false;
90 bGrabberInitInProgress = true;
139 bGrabberInitInProgress = false;

Completed in 398 milliseconds