Home
last modified time | relevance | path

Searched refs:PropertyEntry (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_property_box.h28 struct PropertyEntry { struct
75 std::vector<PropertyEntry> entries_;
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_property_box.cpp88 PropertyEntry entry; in ParseContent()
133 PropertyEntry entry; in AddProperty()
146 for (const PropertyEntry &entry: entries_) { in InferFullBoxVersion()
169 for (const PropertyEntry &entry: entries_) { in Write()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_system.h88 struct PropertyEntry;
139 const PropertyEntry& GetEntry(const AnimationTrackComponent& track);
164 BASE_NS::vector<PropertyEntry> propertyCache_;
H A Danimation_system.cpp54 struct AnimationSystem::PropertyEntry { struct in AnimationSystem
553 AnimationSystem::PropertyEntry FindDynamicProperty(const AnimationTrackComponent& animationTrack, in FindDynamicProperty()
554 const IPropertyHandle* dynamicProperties, AnimationSystem::PropertyEntry entry) in FindDynamicProperty()
1295 const AnimationSystem::PropertyEntry& AnimationSystem::GetEntry(const AnimationTrackComponent& track) in GetEntry()
1300 [](const PropertyEntry& element, uint64_t value) { return element.componentAndProperty < value; }); in GetEntry()
1303 pos = propertyCache_.insert(pos, PropertyEntry { key, ecs_.GetComponentManager(track.component), 0U, nullptr }); in GetEntry()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_box_test.cpp104 struct PropertyEntry ref { in HWTEST_F()
143 struct PropertyEntry ref { in HWTEST_F()
164 struct PropertyEntry ref {.itemId = 0}; in HWTEST_F()
179 struct PropertyEntry ref {.itemId = 0xFFFFFFFF}; in HWTEST_F()

Completed in 5 milliseconds