Home
last modified time | relevance | path

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; in ComputeRendering()
149 if (previewIndex >= SAMPLES_COUNT) in ComputeRendering()
168 for (int i = 0; i < SAMPLES_COUNT; i++) in ComputeRendering()