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