Home
last modified time | relevance | path

Searched defs:currPos (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Dsidx_box_parser.cpp62 uint32_t currPos = 0; in ParseSidxBox() local
85 uint32_t &currPos) in BuildSubSegmentIndexes()
136 unsigned short Get2Bytes(char *buffer, uint32_t &currPos) in Get2Bytes()
143 uint32_t Get4Bytes(char *buffer, uint32_t &currPos) in Get4Bytes()
151 int64_t Get8Bytes(char *buffer, uint32_t &currPos) in Get8Bytes()
173 void ForwardBytes(uint32_t &currPos, uint32_t skipSize) in ForwardBytes()
/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscanner.h60 size_t currPos = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp874 auto currPos = scrollSnapMotion_->GetCurrentPosition(); in UpdateScrollSnapStartOffset() local
1147 auto currPos = scrollSnapMotion_->GetCurrentPosition(); in UpdateScrollSnapEndWithOffset() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp1813 bool forward, float &currPos, float crossSize) in LayoutCachedALine()
1849 auto currPos = itemPosition_.rbegin()->second.endPos + spaceWidth_; in LayoutCachedItem() local
1980 auto currPos = itemPosition_.rbegin()->second.endPos + spaceWidth_; in LayoutCachedForward() local
2026 auto currPos = itemPosition_.begin()->second.startPos - spaceWidth_; in LayoutCachedBackward() local
H A Dlist_lanes_layout_algorithm.cpp557 auto currPos = itemPosition.rbegin()->second.endPos + GetSpaceWidth(); in LayoutCachedItem() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp1187 double currPos = scroll->currentPositionCallback_(); in GetSpringProperty() local