Searched refs:GetAddress (Results 1 – 11 of 11) sorted by relevance
135 cin = (char *)inbuf->GetAddress(); in Convert()136 cout = (char *)outbuf->GetAddress(); in Convert()152 sin = (short *)inbuf->GetAddress(); in Convert()153 sout = (short *)outbuf->GetAddress(); in Convert()175 cin = (char *)inbuf->GetAddress(); in Convert()176 cout = (char *)outbuf->GetAddress(); in Convert()
58 return (hdrset() && (GetAddress() != 0)); in opened()181 GetAddress() const in GetAddress() function in AudioBuffer183 return (GetAddress(0.)); in GetAddress()189 GetAddress( in GetAddress() function in AudioBuffer275 if (GetAddress() == 0) in SetHeader()349 memcpy((char *)buf, (char *)((off_t)GetAddress() + offset), in ReadData()414 memcpy((char *)((off_t)GetAddress() + offset), (char *)buf, in WriteData()498 bptr = (caddr_t)GetAddress(frompos); in AsyncCopy()512 svcnt = (size_t)GetAddress() + (size_t)GetByteCount(); in AsyncCopy()
143 out = (unsigned char *)multibuf[i]->GetAddress(); in Convert()144 in = (unsigned char *)inbuf->GetAddress(); in Convert()195 inptrs[i] = (unsigned char *) multibuf[i]->GetAddress(); in Convert()199 out = (unsigned char *)outbuf->GetAddress(); in Convert()
247 inptr = (double *)inbuf->GetAddress(); in process_dcfilter()299 inptr = (double *)inbuf->GetAddress(); in process_instant()348 inptr = (double *)inbuf->GetAddress(); in process_weighted()
135 nsamps = resampler.filter((short *)inbuf->GetAddress(), in Convert()137 (short *)outbuf->GetAddress()); in Convert()
147 inptr = (unsigned char *)inbuf->GetAddress(); in Convert()148 outptr = (unsigned char *)outbuf->GetAddress(); in Convert()
352 bptr = (caddr_t)tob->GetAddress(topos); in AsyncCopy()353 bufsiz = bptr - (caddr_t)tob->GetAddress(); in AsyncCopy()
255 inptr = inbuf->GetAddress(); in Convert()256 outptr = outbuf->GetAddress(); in Convert()
59 virtual void* GetAddress() const; // Get buffer address60 virtual void* GetAddress(Double) const; // Get address at offset
64 cp = (unsigned char *)buf->GetAddress(); in write_output()
754 if (err = ifp->ReadData(obuf->GetAddress(), len, pos)) in do_convert()