Searched refs:GetAddress (Results 1 – 11 of 11) sorted by relevance
136 cin = (char *)inbuf->GetAddress(); in Convert()137 cout = (char *)outbuf->GetAddress(); in Convert()153 sin = (short *)inbuf->GetAddress(); in Convert()154 sout = (short *)outbuf->GetAddress(); in Convert()176 cin = (char *)inbuf->GetAddress(); in Convert()177 cout = (char *)outbuf->GetAddress(); in Convert()
60 return (hdrset() && (GetAddress() != 0)); in opened()183 GetAddress() const in GetAddress() function in AudioBuffer185 return (GetAddress(0.)); in GetAddress()191 GetAddress( in GetAddress() function in AudioBuffer277 if (GetAddress() == 0) in SetHeader()351 memcpy((char *)buf, (char *)((off_t)GetAddress() + offset), in ReadData()416 memcpy((char *)((off_t)GetAddress() + offset), (char *)buf, in WriteData()499 bptr = (caddr_t)GetAddress(frompos); in AsyncCopy()513 svcnt = (size_t)GetAddress() + (size_t)GetByteCount(); in AsyncCopy()
144 out = (unsigned char *)multibuf[i]->GetAddress(); in Convert()145 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()
249 inptr = (double *)inbuf->GetAddress(); in process_dcfilter()301 inptr = (double *)inbuf->GetAddress(); in process_instant()350 inptr = (double *)inbuf->GetAddress(); in process_weighted()
132 nsamps = resampler.filter((short *)inbuf->GetAddress(), in Convert()134 (short *)outbuf->GetAddress()); in Convert()
148 inptr = (unsigned char *)inbuf->GetAddress(); in Convert()149 outptr = (unsigned char *)outbuf->GetAddress(); in Convert()
353 bptr = (caddr_t)tob->GetAddress(topos); in AsyncCopy()354 bufsiz = bptr - (caddr_t)tob->GetAddress(); in AsyncCopy()
256 inptr = inbuf->GetAddress(); in Convert()257 outptr = outbuf->GetAddress(); in Convert()
61 virtual void* GetAddress() const; // Get buffer address62 virtual void* GetAddress(Double) const; // Get address at offset
66 cp = (unsigned char *)buf->GetAddress(); in write_output()
756 if (err = ifp->ReadData(obuf->GetAddress(), len, pos)) in do_convert()