Home | History | Annotate | Download | only in PowerMgr

Lines Matching defs:frameCount

378 	int frameCount;
430 frameCount = TrafficMonitor_GetFrameBandwidth(pPowerMgr->hTrafficMonitor);
432 if (frameCount < pPowerMgr->BetEnableThreshold)
436 else if (frameCount > pPowerMgr->BetDisableThreshold)
1016 int frameCount;
1018 frameCount = TrafficMonitor_GetFrameBandwidth(pPowerMgr->hTrafficMonitor);
1022 "frame count=%d, TH=%d\n", frameCount, pPowerMgr->autoModeActiveTH) );
1025 if ( frameCount >= pPowerMgr->autoModeActiveTH )