Lines Matching refs:GetHeader
76 size = GetHeader().Time_to_Bytes(GetSize()); in alloc()
208 hfunc = (AudioHdr(AudioBuffer::*)() const)&AudioBuffer::GetHeader; in GetAddress()
337 offset = GetHeader().Time_to_Bytes(pos); in ReadData()
338 resid = GetHeader().Time_to_Bytes(GetLength()) - offset; in ReadData()
349 if (GetHeader().Bytes_to_Bytes(cnt) > 0) { in ReadData()
359 pos = GetHeader().Bytes_to_Time(offset + cnt); in ReadData()
402 offset = GetHeader().Time_to_Bytes(pos); in WriteData()
414 if (GetHeader().Bytes_to_Bytes(cnt) > 0) { in WriteData()
424 pos = GetHeader().Bytes_to_Time(offset + cnt); in WriteData()
452 local_length = pos + GetHeader().Bytes_to_Time(len); in AppendData()
481 tohdr = to->GetHeader(); in AsyncCopy()
505 cnt = (size_t)GetHeader().Time_to_Bytes(lim); in AsyncCopy()
518 if (GetHeader().Bytes_to_Bytes(cnt) == 0) { in AsyncCopy()