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

/haiku/src/apps/soundrecorder/
H A DScopeView.cpp18 #define SAMPLES_COUNT 20000 macro
121 int64 framesCount = fMediaTrack->CountFrames() / SAMPLES_COUNT;
149 if (previewIndex >= SAMPLES_COUNT)
168 for (int i = 0; i < SAMPLES_COUNT; i++)

Completed in 37 milliseconds