Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Djpeg_hw_decoder.cpp36 static std::mutex g_codecMtx; variable
44 std::lock_guard<std::mutex> lk(g_codecMtx); in OnRemoteDied()
51 std::lock_guard<std::mutex> lk(g_codecMtx); in GetCodecManager()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp161 static std::mutex g_codecMtx; variable
168 std::lock_guard<std::mutex> lk(g_codecMtx); in OnRemoteDied()
175 std::lock_guard<std::mutex> lk(g_codecMtx); in GetCodecManager()