Searched refs:standByCounter_ (Results 1 – 2 of 2) sorted by relevance
306 …Trace trace(traceTag_ + " StandByCheck:standByCounter_:" + std::to_string(standByCounter_.load())); in StandByCheck()308 standByCounter_.load(), (standByEnable_ ? "true" : "false")); in StandByCheck()318 standByCounter_++; in StandByCheck()341 if (standByCounter_ >= maxStandByCounter && timeCost >= timeLimit) { in ShouldEnableStandBy()343 streamIndex_, standByCounter_.load(), timeCost); in ShouldEnableStandBy()519 standByCounter_ = 0; in WriteData()647 standByCounter_ = 0; in Start()721 standByCounter_ = 0; in Pause()
163 std::atomic<uint32_t> standByCounter_ = 0; variable