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

/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DProfileData.java40 public int sampleCount; field in class:ProfileData.Node
99 node.sampleCount++;
132 writeInt(node.sampleCount);
141 if (node.sampleCount > 0) {
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceDialerActivity.java635 int sampleCount = ((mSampleRate / SINE_FREQ) * NUM_PERIODS_BLOCK);
636 int blockSize = 2 * sampleCount; // energy averaging block
650 int threshold = THRESHOLD*sampleCount; // absolute energy threshold
673 long energy = (sumxx*sampleCount - sumx*sumx)/(sampleCount*sampleCount);

Completed in 88 milliseconds