Lines Matching refs:tohdr
337 AudioHdr tohdr; in AsyncCopy() local
341 tohdr = to->GetHeader(); in AsyncCopy()
342 if (err = tohdr.Validate()) in AsyncCopy()
346 lim = (size_t)tohdr.Time_to_Bytes(limit); in AsyncCopy()
368 (void) tohdr.Bytes_to_Bytes(bufsiz); in AsyncCopy()
370 limit = tohdr.Bytes_to_Time(bufsiz); in AsyncCopy()
378 if (tohdr.channels < 2) { in AsyncCopy()
379 bufsiz = (size_t)tohdr.Time_to_Bytes(2.0); in AsyncCopy()
381 bufsiz = (size_t)tohdr.Time_to_Bytes(1.0); in AsyncCopy()
395 if (tohdr.Bytes_to_Bytes(bufsiz) != lim) { in AsyncCopy()
407 if (tohdr.Bytes_to_Bytes(bufsiz) != lim) { in AsyncCopy()