/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/ |
H A D | intf_property_handle.h | 32 virtual const IPropertyApi* Owner() const = 0;
|
H A D | property_handle_util.h | 31 for (const auto& metaData : handle.Owner()->MetaData()) { in MakeScopedHandle()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/property/ |
H A D | property_handle.h | 35 const CORE_NS::IPropertyApi* Owner() const override;
|
H A D | property_handle.cpp | 42 const IPropertyApi* PropertyHandle::Owner() const in Owner() function in PropertyHandle
|
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/ |
H A D | fcodec.cpp | 345 buffers_[INDEX_INPUT][i]->owner_ = FBuffer::Owner::OWNED_BY_USER; in InitBuffers() 356 buffers_[INDEX_OUTPUT][i]->owner_ = FBuffer::Owner::OWNED_BY_CODEC; in InitBuffers() 363 buffers_[INDEX_OUTPUT][i]->owner_ = FBuffer::Owner::OWNED_BY_SURFACE; in InitBuffers() 366 buffers_[INDEX_OUTPUT][i]->owner_ = FBuffer::Owner::OWNED_BY_CODEC; in InitBuffers() 763 buf->owner_ = FBuffer::Owner::OWNED_BY_USER; in UpdateBuffers() 765 buf->owner_ = FBuffer::Owner::OWNED_BY_CODEC; in UpdateBuffers() 859 if (outputBuffer->owner_ == FBuffer::Owner::OWNED_BY_CODEC) { in ReleaseBuffers() 863 outputBuffer->owner_ = FBuffer::Owner::OWNED_BY_SURFACE; in ReleaseBuffers() 882 CHECK_AND_RETURN_RET_LOG(inputBuffer->owner_ == FBuffer::Owner::OWNED_BY_USER, AVCS_ERR_INVALID_OPERATION, in QueueInputBuffer() 885 inputBuffer->owner_ = FBuffer::Owner in QueueInputBuffer() [all...] |
H A D | fcodec.h | 72 enum class Owner { class 81 std::atomic<Owner> owner_ = Owner::OWNED_BY_US;
|
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/ |
H A D | property_data.cpp | 161 owner_ = dataHandleW_->Owner(); in WLock() 172 if (auto po = FindProperty(Owner()->MetaData(), propertyPath, baseOffset); po) { in WLock() 201 owner_ = dataHandle_->Owner(); in RLock() 212 if (auto po = FindProperty(Owner()->MetaData(), propertyPath, baseOffset); po) { in RLock() 379 const IPropertyApi* PropertyData::Owner() const in Owner() function in PropertyData
|
H A D | property_api_impl.h | 51 const IPropertyApi* Owner() const override;
|
H A D | property_data.h | 109 const IPropertyApi* Owner() const override;
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | post_process_configuration_component_manager.cpp | 208 const IPropertyApi* Owner() const override; 290 auto owner = src->Owner(); in Clone() 304 auto owner = dst->Owner(); in Release() 644 if (dataHandle.Owner() == this) { in IsMatchingHandle() 647 if (dataHandle.Owner()->Type() == typeHash_) { in IsMatchingHandle() 689 const IPropertyApi* PostProcessConfigurationComponentManager::ComponentHandle::Owner() const in Owner() function in PostProcessConfigurationComponentManager::ComponentHandle 765 auto owner = src->Owner(); in Clone() 780 auto owner = handle->Owner(); in Release()
|
H A D | material_component_manager.cpp | 412 const IPropertyApi* Owner() const override; 512 auto owner = src->Owner(); in Clone() 526 auto owner = dst->Owner(); in Release() 863 if (dataHandle.Owner() == this) { in IsMatchingHandle() 866 if (dataHandle.Owner() && (dataHandle.Owner()->Type() == typeHash_)) { in IsMatchingHandle() 908 const IPropertyApi* MaterialComponentManager::ComponentHandle::Owner() const in Owner() function in MaterialComponentManager::ComponentHandle 997 auto owner = src->Owner(); in Clone() 1012 auto owner = handle->Owner(); in Release()
|
/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/ |
H A D | hevc_decoder.cpp | 367 buffers_[INDEX_INPUT][i]->owner_ = HBuffer::Owner::OWNED_BY_USER; in InitBuffers() 378 buffers_[INDEX_OUTPUT][i]->owner_ = HBuffer::Owner::OWNED_BY_CODEC; in InitBuffers() 385 buffers_[INDEX_OUTPUT][i]->owner_ = HBuffer::Owner::OWNED_BY_SURFACE; in InitBuffers() 388 buffers_[INDEX_OUTPUT][i]->owner_ = HBuffer::Owner::OWNED_BY_CODEC; in InitBuffers() 794 outputBuffer->owner_ = HBuffer::Owner::OWNED_BY_CODEC; in UpdateOutputBuffer() 913 if (outputBuffer->owner_ == HBuffer::Owner::OWNED_BY_CODEC) { in ReleaseBuffers() 917 outputBuffer->owner_ = HBuffer::Owner::OWNED_BY_SURFACE; in ReleaseBuffers() 935 CHECK_AND_RETURN_RET_LOG(inputBuffer->owner_ == HBuffer::Owner::OWNED_BY_USER, AVCS_ERR_INVALID_OPERATION, in QueueInputBuffer() 938 inputBuffer->owner_ = HBuffer::Owner::OWNED_BY_CODEC; in QueueInputBuffer() 990 inputBuffer->owner_ = HBuffer::Owner in SendFrame() [all...] |
H A D | hevc_decoder.h | 73 enum class Owner { class 82 std::atomic<Owner> owner_ = Owner::OWNED_BY_US;
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/include/ecs_serializer/ |
H A D | ecs_property_util.h | 51 auto propertyData = PropertyData::FindProperty(handle.Owner()->MetaData(), path, offset); in ResolveContainerProperty()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | property_util.h | 53 const CORE_NS::IPropertyApi* Owner() const override; 151 const CORE_NS::IPropertyApi* Owner() const override;
|
H A D | property_util.cpp | 175 const IPropertyApi* CustomPropertyPodContainer::Owner() const in Owner() function in CustomPropertyPodContainer 564 const IPropertyApi* CustomPropertyBindingContainer::Owner() const in Owner() function in CustomPropertyBindingContainer
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_object.cpp | 198 if (auto* papi = handle->Owner()) { in UpdateMetaCache() 243 auto* papi = cm.GetData(entity_)->Owner(); in UpdateProperties()
|
H A D | ecs_util.h | 129 for (const auto& property : data->Owner()->MetaData()) { in RewriteEntityReferences() 219 auto propertyData = CORE_NS::PropertyData::FindProperty(handle.Owner()->MetaData(), path, offset); in ResolveContainerProperty()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | property_util.h | 53 const CORE_NS::IPropertyApi* Owner() const override;
|
/foundation/graphic/graphic_3d/lume/metaobject/src/engine/ |
H A D | engine_value_manager.cpp | 102 if (auto api = handle->Owner()) { in ConstructValues() 183 if (auto api = handle->Owner()) { in ConstructValueImpl()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/ |
H A D | system_graph_loader.cpp | 185 auto* api = handle->Owner(); in GetProperty() 197 const IPropertyApi* propertyApi = systemPropertyHandle->Owner(); in ParseProperties()
|
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/systems/ |
H A D | dotfield_system.cpp | 148 if (dataHandle.Owner() != &propertyApi_) { in SetProperties()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/ |
H A D | base_manager.h | 118 const IPropertyApi* Owner() const override;
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | shader_pipeline_binder.cpp | 675 PLUGIN_ASSERT(bindingProperties->Owner()->MetaData().size() == bindingPropertyData_.setAndBindings.size()); in BindPropertyBindings() 676 for (size_t idx = 0; idx < bindingProperties->Owner()->MetaData().size(); ++idx) { in BindPropertyBindings() 678 const auto& prop = bindingProperties->Owner()->MetaData()[idx]; in BindPropertyBindings()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | morphing_system.cpp | 167 if (data.Owner() != &MORPHING_SYSTEM_PROPERTIES) { in SetProperties()
|