Searched refs:UpdateTimeOffset (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_audio/common/test/unittest/src/ |
H A D | daudio_utils_test.cpp | 195 int64_t timeOffset = UpdateTimeOffset(frameIndex, framePeriodNs, startTime); 200 timeOffset = UpdateTimeOffset(frameIndex, framePeriodNs, startTime); 204 timeOffset = UpdateTimeOffset(frameIndex, framePeriodNs, startTime);
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/utils/include/ |
H A D | daudio_utils.h | 61 int64_t UpdateTimeOffset(const int64_t frameIndex, const int64_t framePeriodNs, int64_t &startTime);
|
/ohos5.0/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);
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/ |
H A D | audio_capture_interface_impl.cpp | 73 int64_t timeOffset = UpdateTimeOffset(frameIndex_, framePeriodNs_, startTime_); in CaptureFrame()
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/utils/src/ |
H A D | daudio_utils.cpp | 207 int64_t UpdateTimeOffset(const int64_t frameIndex, const int64_t framePeriodNs, int64_t &startTime) in UpdateTimeOffset() function
|
/ohos5.0/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()
|
/ohos5.0/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
|