Searched refs:tohdr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudio.cc337 AudioHdr tohdr; local
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
[all...]
H A DAudioFile.cc574 AudioHdr tohdr; local
583 tohdr = to->GetHeader();
584 if (err = tohdr.Validate())
588 svlim = (size_t)tohdr.Time_to_Bytes(limit);
H A DAudioBuffer.cc474 AudioHdr tohdr; local
481 tohdr = to->GetHeader();
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dconvert.cc165 AudioHdr tohdr, // target format
180 B = tohdr.Validate();
184 nlp[i].hdr = tohdr;
163 append_conv_list( struct conv_list *&list, AudioHdr tohdr, unsigned int bufs, AudioTypeConvert* conv, char *desc) argument
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c111 static uint_t tohdr = 1; variable
483 tohdr = REPRINT;
1603 if (--tohdr == 0)

Completed in 66 milliseconds