Searched refs:smp (Results 1 – 6 of 6) sorted by relevance
384 float smp = 0.f; in Visualizer_process() local386 smp += inBuffer->f32[inIdx++]; in Visualizer_process()388 maxSample = fmax(maxSample, fabs(smp)); in Visualizer_process()404 int32_t smp = inBuffer->s16[i]; in Visualizer_process()405 if (smp < 0) smp = -smp - 1; // take care to keep the max negative in range in Visualizer_process()406 orAccum |= smp; in Visualizer_process()439 float smp = 0.f; in Visualizer_process() local441 smp += inBuffer->f32[inIdx++]; in Visualizer_process()443 buf[captIdx] = clamp8_from_float(smp * fscale); in Visualizer_process()445 const int32_t smp = (inBuffer->s16[inIdx] + inBuffer->s16[inIdx + 1]) >> shift; in Visualizer_process() local[all …]
33 "smp/enums.proto",
27 "smp/enums.proto",
18 package android.bluetooth.smp;
222 int16_t smp; in Reverb_Process() local233 smp = *pSrc++; in Reverb_Process()234 *pDst++ = smp; in Reverb_Process()235 *pDst++ = smp; in Reverb_Process()
33 import "frameworks/proto_logging/stats/enums/bluetooth/smp/enums.proto";3035 optional android.bluetooth.smp.CommandEnum smp_command = 2;3041 optional android.bluetooth.smp.PairingFailReasonEnum smp_fail_reason = 4;