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