Searched refs:mPeakU16 (Results 1 – 3 of 3) sorted by relevance
147 mPastMeasurements[i].mPeakU16 = 0; in getMeasure()157 if (mPastMeasurements[i].mPeakU16 > peakU16) { in getMeasure()158 peakU16 = mPastMeasurements[i].mPeakU16; in getMeasure()246 .mPeakU16 = (uint16_t)maxSample, in process()
61 uint16_t mPeakU16; // the positive peak of the absolute value of the samples in a buffer member
84 uint16_t mPeakU16; // the positive peak of the absolute value of the samples in a buffer member238 pContext->mPastMeasurements[i].mPeakU16 = 0; in Visualizer_init()359 pContext->mPastMeasurements[pContext->mMeasurementBufferIdx].mPeakU16 = (uint16_t)maxSample; in Visualizer_process()715 pContext->mPastMeasurements[i].mPeakU16 = 0; in Visualizer_command()725 if (pContext->mPastMeasurements[i].mPeakU16 > peakU16) { in Visualizer_command()726 peakU16 = pContext->mPastMeasurements[i].mPeakU16; in Visualizer_command()