Home
last modified time | relevance | path

Searched refs:ComputeLevels (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/soundrecorder/
H A DVUView.h24 void ComputeLevels(const void* data, size_t size, uint32 format);
H A DVUView.cpp205 VUView::ComputeLevels(const void* data, size_t size, uint32 format) in ComputeLevels() function in VUView
H A DRecorderWindow.cpp1221 window->fVUView->ComputeLevels(data, size, format.u.raw_audio.format); in RecordFile()
1257 window->fVUView->ComputeLevels(data, size / frame_size, format.format); in PlayFile()