Searched refs:stateGeneration_ (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_state.cpp | 139 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 D | hcodec.cpp | 1184 if (generation != stateGeneration_) { in ForceShutdown() 1186 generation, stateGeneration_); in ForceShutdown()
|
H A D | hcodec.h | 403 void OnStateExited() override { codec_->stateGeneration_++; } in OnStateExited()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | codec_state.cpp | 134 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 D | image_codec.cpp | 901 if (generation != stateGeneration_) { in ForceShutdown() 903 generation, stateGeneration_); in ForceShutdown()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.h | 159 uint32_t stateGeneration_ {};
|
H A D | animation_system.cpp | 668 …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 D | image_codec.h | 302 void OnStateExited() override { codec_->stateGeneration_++; } in OnStateExited() 422 int32_t stateGeneration_ = 0; variable
|