Home
last modified time | relevance | path

Searched refs:topos (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudio.cc232 Double topos = AUDIO_UNKNOWN_TIME; in Copy() local
235 return (Copy(to, frompos, topos, limit)); in Copy()
247 Double& topos, in Copy() argument
257 if (Undefined(topos)) in Copy()
258 topos = to->WritePosition(); in Copy()
271 err = AsyncCopy(to, frompos, topos, len); in Copy()
326 Double& topos, in AsyncCopy() argument
351 bptr = (caddr_t)tob->GetAddress(topos); in AsyncCopy()
369 topos += limit; in AsyncCopy()
370 tob->SetLength(topos); in AsyncCopy()
[all …]
H A DAudioCopy.cc43 Double topos = 0.; in AudioCopy() local
46 return (AudioCopy(from, to, frompos, topos, limit)); in AudioCopy()
56 Double& topos, // output position (updated) in AudioCopy() argument
59 return (from->Copy(to, frompos, topos, limit)); in AudioCopy()
69 Double& topos, // output position (updated) in AudioAsyncCopy() argument
72 return (from->AsyncCopy(to, frompos, topos, limit)); in AudioAsyncCopy()
H A DAudioFile.cc560 Double& topos, in AsyncCopy() argument
575 return (Audio::AsyncCopy(to, frompos, topos, limit)); in AsyncCopy()
619 svto = topos; in AsyncCopy()
622 err = to->WriteData(bptr, cnt, topos); in AsyncCopy()
623 limit = topos - svto; in AsyncCopy()
H A DAudioBuffer.cc463 Double& topos, in AsyncCopy() argument
524 svto = topos; in AsyncCopy()
526 err = to->WriteData(bptr, cnt, topos); in AsyncCopy()
527 limit = topos - svto; in AsyncCopy()
H A DAudioList.cc356 Double& topos, // output pos (updated) in AsyncCopy() argument
382 err = ep->aptr->AsyncCopy(to, newpos, topos, limit); in AsyncCopy()
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioLib.h51 Double& topos, // output position (updated)
59 Double& topos, // output position (updated)
H A DAudio.h164 Double& topos,
171 Double& topos,
H A DAudioBuffer.h98 Double& topos,
H A DAudioList.h118 Double& topos,
H A DAudioFile.h148 Double& topos,