Searched refs:freezeByCaptureMutex_ (Results 1 – 2 of 2) sorted by relevance
630 std::lock_guard<std::mutex> lock(freezeByCaptureMutex_); in SetCacheImageByCapture()636 std::lock_guard<std::mutex> lock(freezeByCaptureMutex_); in GetCacheImageByCapture()644 std::lock_guard<std::mutex> lock(freezeByCaptureMutex_); in DrawCachedImage()
175 mutable std::mutex freezeByCaptureMutex_; variable