Home
last modified time | relevance | path

Searched refs:Owner (Results 1 - 25 of 31) sorted by relevance

12

/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/property/
H A Dintf_property_handle.h32 virtual const IPropertyApi* Owner() const = 0;
H A Dproperty_handle_util.h31 for (const auto& metaData : handle.Owner()->MetaData()) { in MakeScopedHandle()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/property/
H A Dproperty_handle.h35 const CORE_NS::IPropertyApi* Owner() const override;
H A Dproperty_handle.cpp42 const IPropertyApi* PropertyHandle::Owner() const in Owner() function in PropertyHandle
/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp345 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 Dfcodec.h72 enum class Owner { class
81 std::atomic<Owner> owner_ = Owner::OWNED_BY_US;
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/PropertyTools/
H A Dproperty_data.cpp161 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 Dproperty_api_impl.h51 const IPropertyApi* Owner() const override;
H A Dproperty_data.h109 const IPropertyApi* Owner() const override;
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dpost_process_configuration_component_manager.cpp208 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 Dmaterial_component_manager.cpp412 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 Dhevc_decoder.cpp367 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 Dhevc_decoder.h73 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 Decs_property_util.h51 auto propertyData = PropertyData::FindProperty(handle.Owner()->MetaData(), path, offset); in ResolveContainerProperty()
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.h53 const CORE_NS::IPropertyApi* Owner() const override;
151 const CORE_NS::IPropertyApi* Owner() const override;
H A Dproperty_util.cpp175 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 Decs_object.cpp198 if (auto* papi = handle->Owner()) { in UpdateMetaCache()
243 auto* papi = cm.GetData(entity_)->Owner(); in UpdateProperties()
H A Decs_util.h129 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 Dproperty_util.h53 const CORE_NS::IPropertyApi* Owner() const override;
/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_value_manager.cpp102 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 Dsystem_graph_loader.cpp185 auto* api = handle->Owner(); in GetProperty()
197 const IPropertyApi* propertyApi = systemPropertyHandle->Owner(); in ParseProperties()
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/systems/
H A Ddotfield_system.cpp148 if (dataHandle.Owner() != &propertyApi_) { in SetProperties()
/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dbase_manager.h118 const IPropertyApi* Owner() const override;
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_pipeline_binder.cpp675 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 Dmorphing_system.cpp167 if (data.Owner() != &MORPHING_SYSTEM_PROPERTIES) { in SetProperties()

Completed in 19 milliseconds

12