Home
last modified time | relevance | path

Searched refs:frontIndex (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp276 size_t frontIndex = 0; in FilterSecondaryPeak() local
292 frontIndex = i; in FilterSecondaryPeak()
296 if (frontIndex == (wholeEnvelop.peakPos.size() - 1)) { in FilterSecondaryPeak()
299 int32_t toIndex = frontIndex + n; in FilterSecondaryPeak()
303 if (DeletePeaks(envelope, frontIndex, toIndex, wholeEnvelop, index) != Sensors::SUCCESS) { in FilterSecondaryPeak()
311 frontIndex = index; in FilterSecondaryPeak()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp818 int32_t frontIndex = -1; in SupplyItems() local
820 if (item.second != frontIndex) { in SupplyItems()
827 frontIndex = item.second; in SupplyItems()