Searched refs:topos (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | AudioCopy.cc | 43 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 D | Audio.cc | 232 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 352 bptr = (caddr_t)tob->GetAddress(topos); in AsyncCopy() 370 topos += limit; in AsyncCopy() 371 tob->SetLength(topos); in AsyncCopy() [all …]
|
H A D | AudioFile.cc | 560 Double& topos, in AsyncCopy() argument 575 return (Audio::AsyncCopy(to, frompos, topos, limit)); in AsyncCopy() 620 svto = topos; in AsyncCopy() 623 err = to->WriteData(bptr, cnt, topos); in AsyncCopy() 624 limit = topos - svto; in AsyncCopy()
|
H A D | AudioBuffer.cc | 464 Double& topos, in AsyncCopy() argument 525 svto = topos; in AsyncCopy() 527 err = to->WriteData(bptr, cnt, topos); in AsyncCopy() 528 limit = topos - svto; in AsyncCopy()
|
H A D | AudioList.cc | 356 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 D | AudioLib.h | 51 Double& topos, // output position (updated) 59 Double& topos, // output position (updated)
|
H A D | Audio.h | 164 Double& topos, 171 Double& topos,
|
H A D | AudioBuffer.h | 98 Double& topos,
|
H A D | AudioList.h | 118 Double& topos,
|
H A D | AudioFile.h | 148 Double& topos,
|