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

/frameworks/av/media/libaaudio/examples/loopback/src/
H A DLoopbackAnalyzer.h104 static int calculateCorrelations(const float *haystack, int haystackSize, argument
108 int maxCorrelations = haystackSize - needleSize;
124 static double findFirstMatch(const float *haystack, int haystackSize, argument
129 int numCorrelations = haystackSize - needleSize;
162 static int measureLatencyFromEchos(const float *haystack, int haystackSize, argument
166 printf("measureLatencyFromEchos: haystackSize = %d, needleSize = %d\n",
167 haystackSize, needleSize);
171 haystackSize,
180 haystackSize,
189 int remaining = haystackSize
488 int haystackSize = mAudioRecording.size(); variable
[all...]

Completed in 21 milliseconds