Searched defs:topos (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | AudioCopy.cc | 45 Double topos = 0.; local 48 return (AudioCopy(from, to, frompos, topos, limit)); 58 Double& topos, // output position (updated) 61 return (from->Copy(to, frompos, topos, limit)); 71 Double& topos, // output position (updated) 74 return (from->AsyncCopy(to, frompos, topos, limit)); 54 AudioCopy( Audio* from, Audio* to, Double& frompos, Double& topos, Double& limit) argument 67 AudioAsyncCopy( Audio* from, Audio* to, Double& frompos, Double& topos, Double& limit) argument
|
H A D | Audio.cc | 234 Double topos = AUDIO_UNKNOWN_TIME; local 237 return (Copy(to, frompos, topos, limit)); 243 // frompos and topos are updated with the final positions. 249 Double& topos, 259 if (Undefined(topos)) 260 topos = to->WritePosition(); 273 err = AsyncCopy(to, frompos, topos, len); 328 Double& topos, 353 bptr = (caddr_t)tob->GetAddress(topos); 371 topos 246 Copy( Audio* to, Double& frompos, Double& topos, Double& limit) argument 325 AsyncCopy( Audio* to, Double& frompos, Double& topos, Double& limit) argument [all...] |
H A D | AudioBuffer.cc | 465 Double& topos, 526 svto = topos; 528 err = to->WriteData(bptr, cnt, topos); 529 limit = topos - svto; 462 AsyncCopy( Audio* to, Double& frompos, Double& topos, Double& limit) argument
|
H A D | AudioFile.cc | 565 Double& topos, 580 return (Audio::AsyncCopy(to, frompos, topos, limit)); 624 svto = topos; 627 err = to->WriteData(bptr, cnt, topos); 628 limit = topos - svto; 562 AsyncCopy( Audio* to, Double& frompos, Double& topos, Double& limit) argument
|
H A D | AudioList.cc | 358 Double& topos, // output pos (updated) 384 err = ep->aptr->AsyncCopy(to, newpos, topos, limit); 355 AsyncCopy( Audio* to, Double& frompos, Double& topos, Double& limit) argument
|
Completed in 47 milliseconds