Home
last modified time | relevance | path

Searched refs:offloadTsOffset_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_renderer_stream_impl.cpp1055 if (framesInt + offloadTsOffset_ < readIndexInt - static_cast<int64_t>( in GetOffloadApproximatelyCacheTime()
1057 framesInt + offloadTsOffset_ > readIndexInt || first) { in GetOffloadApproximatelyCacheTime()
1058 offloadTsOffset_ = readIndexInt - framesInt; in GetOffloadApproximatelyCacheTime()
1060 cacheTimeDsp = static_cast<uint64_t>(readIndexInt - (framesInt + offloadTsOffset_)); in GetOffloadApproximatelyCacheTime()
1092 offloadTsOffset_ = 0; in ResetOffload()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dpa_renderer_stream_impl.h136 int64_t offloadTsOffset_ = 0; variable