Searched refs:maxStandByCounter (Results 1 – 1 of 1) sorted by relevance
335 uint32_t maxStandByCounter = 50; // for 20ms, 50 * 20 = 1000ms in ShouldEnableStandBy() local338 maxStandByCounter = 400; // for 20ms, 50 * 400 = 8000ms in ShouldEnableStandBy()341 if (standByCounter_ >= maxStandByCounter && timeCost >= timeLimit) { in ShouldEnableStandBy()