Searched refs:videoSurfaceMutex_ (Results 1 – 2 of 2) sorted by relevance
52 std::lock_guard<std::recursive_mutex> lock(videoSurfaceMutex_); in GetProducer()59 std::lock_guard<std::recursive_mutex> lock(videoSurfaceMutex_); in Init()80 std::lock_guard<std::recursive_mutex> lock(videoSurfaceMutex_); in OnBufferArrival()126 std::lock_guard<std::recursive_mutex> lock(videoSurfaceMutex_); in RecycleBuffer()
68 mutable std::recursive_mutex videoSurfaceMutex_; variable