Searched refs:intoBuffer (Results 1 – 2 of 2) sorted by relevance
/haiku/src/kits/media/ |
H A D | Sound.cpp | 178 BSound::GetDataAt(off_t offset, void* intoBuffer, size_t bufferSize, in GetDataAt() argument 181 if (intoBuffer == NULL) in GetDataAt() 186 memcpy(intoBuffer, (uint8*)fData + offset, copySize); in GetDataAt() 219 memcpy(intoBuffer, (uint8*)buffer + bufferOffset, in GetDataAt() 228 if (fTrackReader->ReadFrames((uint8*)intoBuffer + bufferOffset, in GetDataAt()
|
/haiku/headers/os/media/ |
H A D | Sound.h | 39 void* intoBuffer, size_t bufferSize,
|