Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/audio/utilities/
H A DAudioFile.cc182 origlen = GetLength(); in createfile()
330 origlen = GetLength(); in tryopen()
395 if (GetAccess().Writeable() && (origlen != GetLength())) { in Close()
398 if (GetHeader().Time_to_Bytes(GetLength()) != in Close()
407 (uint_t)GetHeader().Time_to_Bytes(GetLength()), 0, 0); in Close()
539 if (GetAccess().Append() && (pos < GetLength())) in seekwrite()
543 if (pos > GetLength()) { in seekwrite()
544 seekwrite(GetLength(), offset); // seek to eof in seekwrite()
591 svfrom = GetLength(); in AsyncCopy()
H A DAudioList.cc146 length = ep->aptr->GetLength(); in getposition()
164 GetLength() const in GetLength() function in AudioList
173 x = ep->aptr->GetLength(); in GetLength()
271 pos += ep->aptr->GetLength() - off; in ReadData()
394 frompos += ep->aptr->GetLength() - off; in AsyncCopy()
H A DAudioExtent.cc105 return (ref->GetLength()); in GetEnd()
117 len = ref->GetLength(); in SetEnd()
126 GetLength() const in GetLength() function in AudioExtent
H A DAudioTypeSampleRate.cc87 length = inbuf->GetLength(); in Convert()
133 (int)inbuf->GetHeader().Time_to_Samples(inbuf->GetLength()), in Convert()
186 pos = outbuf->GetLength(); in Flush()
H A DAudioUnixfile.cc163 (GetLength() != GetHeader().Bytes_to_Time(ohdr.data_size))) in decode_filehdr()
213 if (Undefined(GetLength())) in encode_filehdr()
216 ohdr.data_size = (uint_t)GetHeader().Time_to_Bytes(GetLength()); in encode_filehdr()
339 if (pos >= GetLength()) { in ReadData()
468 if (!Undefined(GetLength()) && (pos > GetLength())) { in WriteData()
H A DAudioGain.cc187 if (Undefined(inbuf->GetLength())) { in Process()
250 frames = (size_t)inhdr.Time_to_Samples(inbuf->GetLength()); in process_dcfilter()
302 frames = (size_t)inhdr.Time_to_Samples(inbuf->GetLength()); in process_instant()
351 frames = (size_t)inhdr.Time_to_Samples(inbuf->GetLength()); in process_weighted()
H A DAudioBuffer.cc252 if (buflen < GetLength()) in SetSize()
330 if (pos >= GetLength()) { in ReadData()
338 resid = GetHeader().Time_to_Bytes(GetLength()) - offset; in ReadData()
486 svfrom = GetLength(); in AsyncCopy()
H A DAudioTypeMux.cc89 length = inbuf->GetLength(); in Convert()
93 length = multibuf[0]->GetLength(); in Convert()
H A DAudioTypeG72X.cc112 length = inbuf->GetLength(); in Convert()
273 pos = outbuf->GetLength(); in Flush()
H A DAudio.cc163 if (!Undefined(GetLength())) in setpos()
164 newpos += GetLength(); in setpos()
H A DAudioTypeChannel.cc89 length = inbuf->GetLength(); in Convert()
H A DAudioTypePcm.cc223 length = inbuf->GetLength(); in Convert()
/titanic_41/usr/src/cmd/audio/include/
H A DAudioStream_inline.h71 GetLength() const in GetLength() function
H A DAudioStream.h80 virtual Double GetLength() const; // Get length, in secs
H A DAudioExtent.h64 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
/titanic_41/usr/src/cmd/audio/audioconvert/
H A Dfile.cc64 pos = ofp->GetLength(); in write_output()
65 len = (size_t)buf->GetHeader().Time_to_Bytes(buf->GetLength()); in write_output()
H A Dconvert.cc829 if (obuf->GetLength() > 0.0) { in do_convert()