Searched refs:recTime (Results 1 – 2 of 2) sorted by relevance
3026 LONGLONG recTime(0); in ThreadProcess() local3135 while ((nRecordedBytes = RecProc(recTime)) > 0) in ThreadProcess()3139 if (recTime && _perfFreq.QuadPart) in ThreadProcess()3149 … _avgCPULoad = (float)(_avgCPULoad*.99 + (recTime+_playAcc)/(double)(_perfFreq.QuadPart)); in ThreadProcess()
3977 UINT64 recTime = 0; in DoCaptureThread() local3998 … &recTime); // value of performance counter at the time of recording the first audio frame in DoCaptureThread()4040 (((((UINT64)t1.QuadPart * _perfCounterFactor) - recTime) in DoCaptureThread()