Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dsketch_wrapper.cpp38 std::mutex SketchWrapper::g_sketchReferenceFovRatioMutex_; member in OHOS::CameraStandard::SketchWrapper
173 std::lock_guard<std::mutex> lock(g_sketchReferenceFovRatioMutex_); in UpdateSketchStaticInfo()
216 std::lock_guard<std::mutex> lock(g_sketchReferenceFovRatioMutex_); in InsertSketchReferenceFovRatioMapValue()
372 std::lock_guard<std::mutex> lock(g_sketchReferenceFovRatioMutex_); in GetSketchReferenceFovRatio()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dsketch_wrapper.h56 static std::mutex g_sketchReferenceFovRatioMutex_;