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

/haiku/src/apps/cortex/addons/common/
H A DRawBuffer.h131 // rawCopyTo() will repeat the source data as many times as
135 uint32 rawCopyTo(
144 uint32 rawCopyTo(
H A DRawBuffer.cpp217 uint32 RawBuffer::rawCopyTo( function in class:RawBuffer
297 uint32 RawBuffer::rawCopyTo( function in class:RawBuffer
303 return rawCopyTo(target, &fromOffset, &targetOffset, frames);
H A DAudioBuffer.cpp186 // format conversions. behaves like rawCopyTo().
196 return rawCopyTo(target, pioFromFrame, pioTargetFrame, frames);
256 // format conversions. behaves like rawCopyTo().

Completed in 32 milliseconds