Searched defs:time_const (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A DDevSB16.cpp185 int time_const; member in struct:SB16STATE
375 pThis->time_const,
496 if (-1 == pThis->time_const)
503 int tmp = (256 - pThis->time_const);
563 if (-1 != pThis->time_const)
566 int tmp = 256 - pThis->time_const;
569 /* pThis->freq = 1000000 / ((255 - pThis->time_const) << pThis->fmt_stereo); */
570 pThis->freq = 1000000 / ((255 - pThis->time_const));
572 pThis->time_const = -1;
738 pThis->time_const
[all...]

Completed in 47 milliseconds