Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp845 std::lock_guard<std::mutex> lock(captureOutputSetsMutex_); in InsertOutputIntoSet()
1034 std::lock_guard<std::mutex> lock(captureOutputSetsMutex_); in RemoveOutputFromSet()
1328 std::lock_guard<std::mutex> lock(captureOutputSetsMutex_); in OnSettingUpdated()
1354 std::lock_guard<std::mutex> lock(captureOutputSetsMutex_); in OnResultReceived()
3714 std::lock_guard<std::mutex> lock(captureOutputSetsMutex_); in CanSetFrameRateRangeForOutput()
6093 std::lock_guard<std::mutex> lock(captureOutputSetsMutex_); in StartVideoOutput()
6110 std::lock_guard<std::mutex> lock(captureOutputSetsMutex_); in StopVideoOutput()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h1919 std::mutex captureOutputSetsMutex_; variable