Home
last modified time | relevance | path

Searched refs:generation (Results 1 - 13 of 13) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Dentity_manager.cpp117 const auto generation = 1U; in Create() local
119 entities_.push_back({ EntityState::State::ALIVE, generation, nullptr }); in Create()
120 result = MakeEntityId(generation, id); in Create()
127 const auto deadEntity = MakeEntityId(slot.generation, id); in Create()
132 ++slot.generation; in Create()
135 result = MakeEntityId(slot.generation, id); in Create()
146 const auto generation = 1U; in CreateReferenceCounted() local
149 { EntityState::State::ALIVE, generation, IEntityReferenceCounter::Ptr { new EntityReferenceCounter } }); in CreateReferenceCounted()
150 result = MakeEntityId(generation, id); in CreateReferenceCounted()
158 const auto deadEntity = MakeEntityId(slot.generation, i in CreateReferenceCounted()
[all...]
H A Dentity_manager.h78 uint32_t generation { 0 };
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp123 int32_t generation; in OnCheckIfStuck() local
124 (void)info.param->GetValue("generation", generation); in OnCheckIfStuck()
125 if (generation == codec_->stateGeneration_) { in OnCheckIfStuck()
134 int32_t generation; in OnForceShutDown() local
135 (void)info.param->GetValue("generation", generation); in OnForceShutDown()
136 codec_->ForceShutdown(generation); in OnForceShutDown()
334 msg->SetValue("generation", codec_->stateGeneration_); in OnStateEntered()
372 int32_t generation; in OnMsgReceived() local
650 int32_t generation; OnMsgReceived() local
[all...]
H A Dimage_codec.cpp899 int32_t ImageCodec::ForceShutdown(int32_t generation) in ForceShutdown() argument
901 if (generation != stateGeneration_) { in ForceShutdown()
903 generation, stateGeneration_); in ForceShutdown()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_state.cpp137 int32_t generation = 0; in OnCheckIfStuck() local
138 (void)info.param->GetValue("generation", generation); in OnCheckIfStuck()
139 if (generation == codec_->stateGeneration_) { in OnCheckIfStuck()
148 int32_t generation = 0; in OnForceShutDown() local
150 (void)info.param->GetValue("generation", generation); in OnForceShutDown()
152 codec_->ForceShutdown(generation, isNeedNotifyCaller); in OnForceShutDown()
336 msg->SetValue("generation", codec_->stateGeneration_); in OnStateEntered()
378 int32_t generation in OnMsgReceived() local
649 int32_t generation = 0; OnCheckIfStuck() local
883 int32_t generation = 0; OnMsgReceived() local
[all...]
H A Dhencoder.h35 uint64_t generation = 0; member
88 void SendRepeatMsg(uint64_t generation);
H A Dhencoder.cpp1206 entry.item->generation = ++currGeneration_; in GetOneBufferFromSurface()
1210 HLOGD("generation = %" PRIu64 ", seq = %u, pts = %" PRId64 ", now list size = %zu", in GetOneBufferFromSurface()
1211 entry.item->generation, entry.item->buffer->GetSeqNum(), entry.pts, avaliableBuffers_.size()); in GetOneBufferFromSurface()
1213 SendRepeatMsg(entry.item->generation); in GetOneBufferFromSurface()
1218 void HEncoder::SendRepeatMsg(uint64_t generation) in SendRepeatMsg() argument
1221 param->SetValue("generation", generation); in SendRepeatMsg()
1227 uint64_t generation = 0; in RepeatIfNecessary() local
1228 param->GetValue("generation", generation); in RepeatIfNecessary()
[all...]
H A Dhdecoder.h35 int32_t generation = 0; member
H A Dhdecoder.cpp716 HLOGI("generation=%d, bufferId=%u, seq=%u", currGeneration_, info.bufferId, surfaceBuffer->GetSeqNum()); in AllocateOutputBuffersFromSurface()
766 item.generation = currGeneration_; in RequestBuffer()
837 if (item.generation != currGeneration_) { in SurfaceModeSubmitOneItem()
838 HLOGI("buffer generation %d != current generation %d, ignore", item.generation, currGeneration_); in SurfaceModeSubmitOneItem()
884 if (item.generation != currGeneration_) { in SurfaceDynamicModeSubmitBuffer()
885 HLOGI("buffer generation %d != current generation %d, ignore", item.generation, currGeneration in SurfaceDynamicModeSubmitBuffer()
[all...]
H A Dhcodec.cpp1189 int32_t HCodec::ForceShutdown(int32_t generation, bool isNeedNotifyCaller) in ForceShutdown() argument
1191 if (generation != stateGeneration_) { in ForceShutdown()
1193 generation, stateGeneration_); in ForceShutdown()
H A Dhcodec.h520 int32_t ForceShutdown(int32_t generation, bool isNeedNotifyCaller);
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dmorphing_system.cpp245 auto generation = morphManager_.GetGenerationCounter(); in Update() local
246 if (generation == lastGeneration_) { in Update()
250 lastGeneration_ = generation; in Update()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h403 int32_t ForceShutdown(int32_t generation);

Completed in 15 milliseconds