Searched refs:offloadTsOffset_ (Results 1 – 2 of 2) sorted by relevance
1055 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()
136 int64_t offloadTsOffset_ = 0; variable