Home | History | Annotate | Download | only in src

Lines Matching refs:numFrames

1455   INT  numFrames = 0;
1462 numFrames = pConcealCommonData->numFadeInFrames;
1467 numFrames = pConcealCommonData->numFadeOutFrames;
1473 for (i = 0; i < numFrames; i++) {
1488 if (((pFactor[nextFadeIndex]>>1) >= referenceVal) && (nextFadeIndex < numFrames-1)) {