Lines Matching refs:GetHeader
74 size = GetHeader().Time_to_Bytes(GetSize()); in alloc()
206 hfunc = (AudioHdr(AudioBuffer::*)() const)&AudioBuffer::GetHeader; in GetAddress()
335 offset = GetHeader().Time_to_Bytes(pos); in ReadData()
336 resid = GetHeader().Time_to_Bytes(GetLength()) - offset; in ReadData()
347 if (GetHeader().Bytes_to_Bytes(cnt) > 0) { in ReadData()
357 pos = GetHeader().Bytes_to_Time(offset + cnt); in ReadData()
400 offset = GetHeader().Time_to_Bytes(pos); in WriteData()
412 if (GetHeader().Bytes_to_Bytes(cnt) > 0) { in WriteData()
422 pos = GetHeader().Bytes_to_Time(offset + cnt); in WriteData()
450 local_length = pos + GetHeader().Bytes_to_Time(len); in AppendData()
480 tohdr = to->GetHeader(); in AsyncCopy()
504 cnt = (size_t)GetHeader().Time_to_Bytes(lim); in AsyncCopy()
517 if (GetHeader().Bytes_to_Bytes(cnt) == 0) { in AsyncCopy()