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

/haiku/src/apps/soundrecorder/
H A DScopeView.cpp121 int64 framesCount = fMediaTrack->CountFrames() / SAMPLES_COUNT; local
122 if (framesCount <= 0)
143 for (; framesIndex < frames && sumCount < framesCount;
152 if (sumCount >= framesCount) {
156 / fPlayFormat.u.raw_audio.channel_count / framesCount);

Completed in 32 milliseconds