Searched refs:UpdateTimeOffset (Results 1 - 5 of 5) sorted by relevance
/foundation/distributedhardware/distributed_audio/common/test/unittest/src/ |
H A D | daudio_utils_test.cpp | 180 * @tc.desc: Verify the CalculateSampleNum and UpdateTimeOffset function. 195 int64_t timeOffset = UpdateTimeOffset(frameIndex, framePeriodNs, startTime); in HWTEST_F() 200 timeOffset = UpdateTimeOffset(frameIndex, framePeriodNs, startTime); in HWTEST_F() 204 timeOffset = UpdateTimeOffset(frameIndex, framePeriodNs, startTime); in HWTEST_F()
|
/foundation/distributedhardware/distributed_audio/common/include/ |
H A D | daudio_util.h | 49 int64_t UpdateTimeOffset(const int64_t frameIndex, const int64_t framePeriodNs, int64_t &startTime);
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/ |
H A D | dspeaker_dev.cpp | 376 int64_t timeOffset = UpdateTimeOffset(frameIndex_, timeIntervalns, startTime_); in EnqueueThread()
|
H A D | dmic_dev.cpp | 442 int64_t timeOffset = UpdateTimeOffset(frameIndex_, timeIntervalns, startTime_); in EnqueueThread()
|
/foundation/distributedhardware/distributed_audio/common/src/ |
H A D | daudio_util.cpp | 397 int64_t UpdateTimeOffset(const int64_t frameIndex, const int64_t framePeriodNs, int64_t &startTime) in UpdateTimeOffset() function
|
Completed in 4 milliseconds