Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp139 if (generation == codec_->stateGeneration_) { in OnCheckIfStuck()
338 msg->SetValue("generation", codec_->stateGeneration_); in OnStateEntered()
382 generation == codec_->stateGeneration_) { in OnMsgReceived()
585 msg->SetValue("generation", codec_->stateGeneration_); in OnStateEntered()
645 stopMsg->SetValue("generation", codec_->stateGeneration_); in OnShutDown()
657 if (generation != codec_->stateGeneration_) { in OnCheckIfStuck()
670 (void)codec_->ForceShutdown(codec_->stateGeneration_, false); in OnCheckIfStuck()
740 stopMsg->SetValue("generation", codec_->stateGeneration_); in OnFlush()
760 msg->SetValue("generation", codec_->stateGeneration_); in OnStateEntered()
881 msg->SetValue("generation", codec_->stateGeneration_); in OnStateEntered()
[all …]
H A Dhcodec.cpp1184 if (generation != stateGeneration_) { in ForceShutdown()
1186 generation, stateGeneration_); in ForceShutdown()
H A Dhcodec.h403 void OnStateExited() override { codec_->stateGeneration_++; } in OnStateExited()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp134 if (generation == codec_->stateGeneration_) { in OnCheckIfStuck()
343 msg->SetValue("generation", codec_->stateGeneration_); in OnStateEntered()
383 generation == codec_->stateGeneration_) { in OnMsgReceived()
533 msg->SetValue("generation", codec_->stateGeneration_); in OnStateEntered()
572 stopMsg->SetValue("generation", codec_->stateGeneration_); in OnShutDown()
651 msg->SetValue("generation", codec_->stateGeneration_); in OnStateEntered()
661 if (generation == codec_->stateGeneration_) { in OnMsgReceived()
H A Dimage_codec.cpp901 if (generation != stateGeneration_) { in ForceShutdown()
903 generation, stateGeneration_); in ForceShutdown()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.h159 uint32_t stateGeneration_ {};
H A Danimation_system.cpp668 …if ((stateGeneration_ == stateManager_.GetGenerationCounter()) && [](const auto& stateManager) -> … in Update()
762 stateGeneration_ = stateManager_.GetGenerationCounter(); in Update()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h302 void OnStateExited() override { codec_->stateGeneration_++; } in OnStateExited()
422 int32_t stateGeneration_ = 0; variable