Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/audio/utilities/
H A DAudioCopy.cc45 Double topos = 0.; in AudioCopy() local
48 return (AudioCopy(from, to, frompos, topos, limit)); in AudioCopy()
58 Double& topos, // output position (updated) in AudioCopy() argument
61 return (from->Copy(to, frompos, topos, limit)); in AudioCopy()
71 Double& topos, // output position (updated) in AudioAsyncCopy() argument
74 return (from->AsyncCopy(to, frompos, topos, limit)); in AudioAsyncCopy()
H A DAudio.cc234 Double topos = AUDIO_UNKNOWN_TIME; in Copy() local
237 return (Copy(to, frompos, topos, limit)); in Copy()
249 Double& topos, in Copy() argument
259 if (Undefined(topos)) in Copy()
260 topos = to->WritePosition(); in Copy()
273 err = AsyncCopy(to, frompos, topos, len); in Copy()
328 Double& topos, in AsyncCopy() argument
353 bptr = (caddr_t)tob->GetAddress(topos); in AsyncCopy()
371 topos += limit; in AsyncCopy()
372 tob->SetLength(topos); in AsyncCopy()
[all …]
H A DAudioBuffer.cc465 Double& topos, in AsyncCopy() argument
526 svto = topos; in AsyncCopy()
528 err = to->WriteData(bptr, cnt, topos); in AsyncCopy()
529 limit = topos - svto; in AsyncCopy()
H A DAudioFile.cc565 Double& topos, in AsyncCopy() argument
580 return (Audio::AsyncCopy(to, frompos, topos, limit)); in AsyncCopy()
624 svto = topos; in AsyncCopy()
627 err = to->WriteData(bptr, cnt, topos); in AsyncCopy()
628 limit = topos - svto; in AsyncCopy()
H A DAudioList.cc358 Double& topos, // output pos (updated) in AsyncCopy() argument
384 err = ep->aptr->AsyncCopy(to, newpos, topos, limit); in AsyncCopy()
/titanic_41/usr/src/cmd/audio/include/
H A DAudioLib.h53 Double& topos, // output position (updated)
61 Double& topos, // output position (updated)
H A DAudio.h166 Double& topos,
173 Double& topos,
H A DAudioBuffer.h100 Double& topos,
H A DAudioList.h120 Double& topos,
H A DAudioFile.h148 Double& topos,