Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp85 if (releaseThread_.joinable()) { in ~HeifHardwareDecoder()
86 releaseThread_.join(); in ~HeifHardwareDecoder()
347 releaseThread_ = thread([this] { in DoDecode()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/
H A Dheif_hw_decoder.h111 std::thread releaseThread_; variable