Home
last modified time | relevance | path

Searched refs:leftPos (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dstring_ex.cpp208 string::size_type leftPos = str.find(left); in GetFirstSubStrBetween() local
209 if (leftPos == string::npos) { in GetFirstSubStrBetween()
213 string::size_type rightPos = str.find(right, leftPos + left.length()); in GetFirstSubStrBetween()
218 sub = str.substr((leftPos + left.length()), (rightPos - (leftPos + left.length()))); in GetFirstSubStrBetween()
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp156 mountainPosition.firstPos.push_back(bothSides.leftPos); in GetEachIndependentEnvelope()
164 lastLeftPos = bothSides.leftPos; in GetEachIndependentEnvelope()
166 mountainPosition.firstPos.push_back(bothSides.leftPos); in GetEachIndependentEnvelope()
186 bothSides.leftPos = i; in FindPeakBoundary()
192 bothSides.leftPos = 0; in FindPeakBoundary()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Daudio_adapter_manager.cpp1712 int32_t leftPos = 0; in GetPositionInVolumePoints() local
1714 while (leftPos <= rightPos) { in GetPositionInVolumePoints()
1715 int32_t midPos = leftPos + (rightPos - leftPos)/NUMBER_TWO; in GetPositionInVolumePoints()
1718 leftPos = midPos; in GetPositionInVolumePoints()
1721 leftPos = midPos + 1; in GetPositionInVolumePoints()
1726 return leftPos; in GetPositionInVolumePoints()
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/include/
H A Dpeak_finder.h38 int32_t leftPos { 0 };