Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_list.cpp26 static mutex g_heifCodecMtx; variable
34 std::lock_guard<std::mutex> lk(g_heifCodecMtx); in OnRemoteDied()
48 lock_guard<mutex> lk(g_heifCodecMtx); in GetManager()