- Timestamp:
- Aug 22, 2018 8:47:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r73816 r73817 1400 1400 break; 1401 1401 } 1402 uint32_t cfLive = AudioMixBufLive(&pStream->Host.MixBuf); 1402 1403 const uint32_t cfLive = AudioMixBufLive(&pStream->Host.MixBuf); 1403 1404 #ifdef LOG_ENABLED 1404 1405 const uint8_t uLivePercent = (100 * cfLive) / AudioMixBufSize(&pStream->Host.MixBuf); … … 1406 1407 const uint64_t tsDeltaPlayedCapturedNs = RTTimeNanoTS() - pStream->tsLastPlayedCapturedNs; 1407 1408 #endif 1408 uint32_t cfPassedReal = DrvAudioHlpNanoToFrames(tsDeltaPlayedCapturedNs, &pStream->Host.Cfg.Props);1409 const uint32_t cfPassedReal = DrvAudioHlpNanoToFrames(tsDeltaPlayedCapturedNs, &pStream->Host.Cfg.Props); 1409 1410 1410 1411 const uint32_t cfPeriod = pStream->Host.Cfg.Backend.cfPeriod;
Note:
See TracChangeset
for help on using the changeset viewer.