Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp208 bool keepComponentAllocated = codec_->keepComponentAllocated_; in ProcessShutDownFromRunning() local
209 if (keepComponentAllocated) { in ProcessShutDownFromRunning()
220 SLOGI("reply to %s msg", keepComponentAllocated ? "stop" : "release"); in ProcessShutDownFromRunning()
221 MsgInfo msg { keepComponentAllocated ? MsgWhat::STOP : MsgWhat::RELEASE, 0, nullptr }; in ProcessShutDownFromRunning()