Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/moving_photo/
H A Dmoving_photo_surface_wrapper.cpp52 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()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/moving_photo/
H A Dmoving_photo_surface_wrapper.h68 mutable std::recursive_mutex videoSurfaceMutex_; variable