Home
last modified time | relevance | path

Searched refs:tempMax (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Ddympool.c180 int tempMax; in DympAskMoreMemory() local
189 tempMax = pool->maxSize; in DympAskMoreMemory()
191 maxSizeRemain = tempMax - pool->currentSize; in DympAskMoreMemory()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_utils.cpp885 int32_t tempMax = SHRT_MIN; in DetectSignalData() local
889 tempMax = temp > tempMax ? temp : tempMax; in DetectSignalData()
892 if (!NearZero(tempMax) || !NearZero(tempMin)) { in DetectSignalData()
895 if (currentPeakIndex == -1 || tempMax > currentPeakSignal) { in DetectSignalData()
897 currentPeakSignal = tempMax; in DetectSignalData()

Completed in 3 milliseconds