Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp217 if (!codec_->isShutDownFromRunning_) { in ProcessShutDownFromRunning()
230 codec_->isShutDownFromRunning_ = false; in ProcessShutDownFromRunning()
512 codec_->isShutDownFromRunning_ = true; in OnShutDown()
H A Dimage_codec.cpp907 isShutDownFromRunning_ = true; in ForceShutdown()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp204 if (!codec_->isShutDownFromRunning_) { in ProcessShutDownFromRunning()
227 codec_->isShutDownFromRunning_ = false; in ProcessShutDownFromRunning()
549 codec_->isShutDownFromRunning_ = true; in OnShutDown()
H A Dhcodec.cpp1190 isShutDownFromRunning_ = true; in ForceShutdown()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h423 bool isShutDownFromRunning_ = false; variable