Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_listener_proxy.cpp164 uint64_t currentGeneration = GetGeneration(); in OnInputBufferAvailable() local
165 if (inputBufferGeneration_ != currentGeneration) { in OnInputBufferAvailable()
167 inputBufferGeneration_ = currentGeneration; in OnInputBufferAvailable()
191 uint64_t currentGeneration = GetGeneration(); in OnOutputBufferAvailable() local
192 if (outputBufferGeneration_ != currentGeneration) { in OnOutputBufferAvailable()
194 outputBufferGeneration_ = currentGeneration; in OnOutputBufferAvailable()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp1262 …const uint32_t currentGeneration = localMatrixManager_.GetComponentGeneration(row->components[LOCA… in CollectChangedNodes() local
1263 if (lastState.localMatrixGeneration != currentGeneration) { in CollectChangedNodes()