Searched refs:Timestamps (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/animation/ |
H A D | animation.h | 118 META_NS::ArrayProperty<float> Timestamps() in META_API_INTERFACE_ARRAY_PROPERTY_CACHED() 120 return META_API_CACHED_INTERFACE(TrackAnimation)->Timestamps(); in META_API_INTERFACE_ARRAY_PROPERTY_CACHED() 123 auto& Timestamps(BASE_NS::array_view<float> timestamps) in Timestamps() function 125 Timestamps()->SetValue(BASE_NS::move(timestamps)); in Timestamps()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | track_animation.cpp | 37 TrackAnimationState::TrackDataParams params { META_ACCESS_PROPERTY(Timestamps) }; in Build() 42 META_ACCESS_PROPERTY(Timestamps)->OnChanged()->AddHandler(updateKf); in Build() 221 META_ACCESS_PROPERTY(Timestamps)->Reset(); in RemoveAllKeyframes() 246 auto& timestamps = META_ACCESS_PROPERTY(Timestamps); in UpdateValid()
|
H A D | track_animation.h | 40 META_IMPLEMENT_INTERFACE_ARRAY_PROPERTY(ITrackAnimation, float, Timestamps) in META_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/animation/ |
H A D | intf_animation.h | 257 META_ARRAY_PROPERTY(float, Timestamps)
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_animation.h | 52 META_IMPLEMENT_INTERFACE_ARRAY_PROPERTY(ITrackAnimation, float, Timestamps, {}) in SCENE_BEGIN_NAMESPACE()
|
H A D | ecs_animation.cpp | 631 trackAnimation->Timestamps()->SetValue(times); in UpdateTimestamps()
|
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/ |
H A D | js-apis-sendableImage.md | 1949 | timestamp<sup>12+</sup> | number | Yes | No | Image timestamp. Timestamps, measured …
|
H A D | _image___native_module.md | 2077 Timestamps, measured in nanoseconds, are usually monotonically increasing. The specific meaning and…
|
H A D | js-apis-image.md | 7592 | timestamp<sup>12+</sup> | number | Yes | No | Image timestamp. Timestamps, measured …
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 1659 #### Inconsistent H.264 Frame and Audio Timestamps
|