Searched refs:topos (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/audio/utilities/ |
H A D | AudioCopy.cc | 45 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 D | Audio.cc | 234 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 D | AudioBuffer.cc | 465 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 D | AudioFile.cc | 565 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 D | AudioList.cc | 358 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 D | AudioLib.h | 53 Double& topos, // output position (updated) 61 Double& topos, // output position (updated)
|
H A D | Audio.h | 166 Double& topos, 173 Double& topos,
|
H A D | AudioBuffer.h | 100 Double& topos,
|
H A D | AudioList.h | 120 Double& topos,
|
H A D | AudioFile.h | 148 Double& topos,
|