Home
last modified time | relevance | path

Searched refs:GetByteCount (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioBuffer.cc78 cnt = GetByteCount(); in alloc()
221 GetByteCount() const in GetByteCount() function in AudioBuffer
279 buflen = h.Bytes_to_Time(GetByteCount()); in SetHeader()
511 svcnt = (size_t)GetAddress() + (size_t)GetByteCount(); in AsyncCopy()
H A DAudio.cc353 if ((bptr == NULL) || (tob->GetByteCount() <= bufsiz)) { in AsyncCopy()
359 bufsiz = tob->GetByteCount() - bufsiz; in AsyncCopy()
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioStream_inline.h75 GetByteCount() const in GetByteCount() function
H A DAudioStream.h73 virtual size_t GetByteCount() const; // Get length, in bytes
H A DAudioBuffer.h63 virtual size_t GetByteCount() const; // Get size, in bytes