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

/haiku/src/apps/cortex/addons/common/
H A DRawBuffer.cpp55 m_frames(frames),
61 if(m_frames)
62 resize(m_frames);
77 m_frames(frames),
92 m_frames = clone.m_frames;
111 uint32 RawBuffer::frames() const { return m_frames; }
112 uint32 RawBuffer::size() const { return m_frames * m_frameSize; }
129 m_frames = frames;
143 m_frames
[all...]
H A DAudioBuffer.cpp115 m_frames = pBuffer->Header()->size_used / m_frameSize;
200 ASSERT(m_frames);
207 uint32 size = m_frames * m_frameSize;
208 uint32 targetSize = target.m_frames * target.m_frameSize;
252 return copyTo(target, pioFromFrame, pioTargetFrame, m_frames);
275 findMin(0, m_frames, pMin, pAt);
282 size_t samples = m_frames * channels;
328 findMax(0, m_frames, pMax, pAt);
335 size_t samples = m_frames * channels;
381 findPeaks(0, m_frames, pPeak
[all...]
H A DRawBuffer.h159 uint32 m_frames; member in class:RawBuffer

Completed in 49 milliseconds