Searched refs:GetLength (Results 1 - 19 of 19) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/audio/include/
H A DAudioStream_inline.h71 GetLength() const function in class:AudioStream
H A DAudioExtent.h64 virtual Double GetLength() const; // Get length, in secs
H A DAudioStream.h80 virtual Double GetLength() const; // Get length, in secs
H A DAudioList.h83 virtual Double GetLength() const; // Get length, in secs
H A DAudio.h138 virtual Double GetLength() const = 0; // Get length, in secs
/opensolaris-onvv-gate/usr/src/cmd/audio/utilities/
H A DAudioExtent.cc105 return (ref->GetLength());
117 len = ref->GetLength();
126 GetLength() const function in class:AudioExtent
H A DAudioTypeSampleRate.cc87 length = inbuf->GetLength();
133 (int)inbuf->GetHeader().Time_to_Samples(inbuf->GetLength()),
186 pos = outbuf->GetLength();
H A DAudioFile.cc182 origlen = GetLength();
330 origlen = GetLength();
395 if (GetAccess().Writeable() && (origlen != GetLength())) {
398 if (GetHeader().Time_to_Bytes(GetLength()) !=
407 (uint_t)GetHeader().Time_to_Bytes(GetLength()), 0, 0);
539 if (GetAccess().Append() && (pos < GetLength()))
543 if (pos > GetLength()) {
544 seekwrite(GetLength(), offset); // seek to eof
591 svfrom = GetLength();
H A DAudioList.cc146 length = ep->aptr->GetLength();
164 GetLength() const function in class:AudioList
173 x = ep->aptr->GetLength();
271 pos += ep->aptr->GetLength() - off;
394 frompos += ep->aptr->GetLength() - off;
H A DAudioGain.cc187 if (Undefined(inbuf->GetLength())) {
250 frames = (size_t)inhdr.Time_to_Samples(inbuf->GetLength());
302 frames = (size_t)inhdr.Time_to_Samples(inbuf->GetLength());
351 frames = (size_t)inhdr.Time_to_Samples(inbuf->GetLength());
H A DAudioUnixfile.cc163 (GetLength() != GetHeader().Bytes_to_Time(ohdr.data_size)))
213 if (Undefined(GetLength()))
216 ohdr.data_size = (uint_t)GetHeader().Time_to_Bytes(GetLength());
339 if (pos >= GetLength()) {
468 if (!Undefined(GetLength()) && (pos > GetLength())) {
H A DAudioTypeMux.cc89 length = inbuf->GetLength();
93 length = multibuf[0]->GetLength();
H A DAudioBuffer.cc252 if (buflen < GetLength())
330 if (pos >= GetLength()) {
338 resid = GetHeader().Time_to_Bytes(GetLength()) - offset;
486 svfrom = GetLength();
H A DAudio.cc163 if (!Undefined(GetLength()))
164 newpos += GetLength();
H A DAudioTypeG72X.cc112 length = inbuf->GetLength();
273 pos = outbuf->GetLength();
H A DAudioTypeChannel.cc89 length = inbuf->GetLength();
H A DAudioTypePcm.cc223 length = inbuf->GetLength();
/opensolaris-onvv-gate/usr/src/cmd/audio/audioconvert/
H A Dfile.cc64 pos = ofp->GetLength();
65 len = (size_t)buf->GetHeader().Time_to_Bytes(buf->GetLength());
H A Dconvert.cc829 if (obuf->GetLength() > 0.0) {

Completed in 124 milliseconds