Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp53 static std::mutex g_depthDataMutex; variable
66 std::lock_guard<std::mutex> lock(g_depthDataMutex); in OnBufferAvailable()