Home
last modified time | relevance | path

Searched refs:frame_mutex_ (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/
Dvsock_frame_provider.cpp61 std::unique_lock<std::mutex> lock(frame_mutex_); in waitYUVFrame()
77 std::lock_guard<std::mutex> lock(frame_mutex_); in copyYUVFrame()
159 std::lock_guard<std::mutex> lock(frame_mutex_); in VsockReadLoop()
Dvsock_frame_provider.h56 std::mutex frame_mutex_; variable
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dcamera_streamer.cpp101 std::lock_guard<std::mutex> lock(frame_mutex_); in HandleMessage()
120 std::lock_guard<std::mutex> lock(frame_mutex_); in VsockSendYUVFrame()
Dcamera_streamer.h64 std::mutex frame_mutex_; variable