Home
last modified time | relevance | path

Searched refs:timeIntervalns (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddspeaker_dev.cpp372 int64_t timeIntervalns = static_cast<int64_t>(paramHDF_.period * AUDIO_NS_PER_SECOND / AUDIO_MS_PER_SECOND); in EnqueueThread() local
376 int64_t timeOffset = UpdateTimeOffset(frameIndex_, timeIntervalns, startTime_); in EnqueueThread()
401 AbsoluteSleep(startTime_ + frameIndex_ * timeIntervalns - timeOffset); in EnqueueThread()
H A Ddmic_dev.cpp437 int64_t timeIntervalns = static_cast<int64_t>(paramHDF_.period * AUDIO_NS_PER_SECOND / AUDIO_MS_PER_SECOND); in EnqueueThread() local
442 int64_t timeOffset = UpdateTimeOffset(frameIndex_, timeIntervalns, startTime_); in EnqueueThread()
474 AbsoluteSleep(startTime_ + frameIndex_ * timeIntervalns - timeOffset); in EnqueueThread()

Completed in 2 milliseconds