Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/
H A Dvideo_post_processor.h90 std::lock_guard<std::mutex> lock(mpegManagerMutex_); in GetMpegManager()
96 std::lock_guard<std::mutex> lock(mpegManagerMutex_); in SetMpegManager()
101 std::mutex mpegManagerMutex_; variable