Home
last modified time | relevance | path

Searched refs:fSampleCount (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/midiplayer/
H A DScopeView.cpp49 fSampleCount(Bounds().IntegerWidth()), in ScopeView()
50 fLeftSamples(new int16[fSampleCount]), in ScopeView()
51 fRightSamples(new int16[fSampleCount]), in ScopeView()
175 int32 size = be_synth->GetAudio(fLeftSamples, fRightSamples, fSampleCount); in DrawPlaying()
H A DScopeView.h66 int32 fSampleCount; variable