Home | History | Annotate | Download | only in src

Lines Matching refs:frameRange

212         rateCtrl->pMP->frameRange = (int)(rateCtrl->frame_rate * 1.0); /* 1.0s time frame*/
213 rateCtrl->pMP->frameRange = AVC_MAX(rateCtrl->pMP->frameRange, 5);
214 rateCtrl->pMP->frameRange = AVC_MIN(rateCtrl->pMP->frameRange, 30);
360 if (++pMP->framePos == pMP->frameRange) pMP->framePos = 0;
443 while (i < pMP->frameRange && prev_mad < 0.001) /* find first one with nonzero prev_mad */
449 if (i < pMP->frameRange)
453 for (j = 0; i < pMP->frameRange; i++)