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

/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioCopy.cc45 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 DAudio.cc234 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 DAudioBuffer.cc465 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 DAudioFile.cc565 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 DAudioList.cc358 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
/illumos-gate/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,

Completed in 63 milliseconds