Home | History | Annotate | Download | only in src

Lines Matching defs:numFrames

1456   INT  numFrames = 0;
1463 numFrames = pConcealCommonData->numFadeInFrames;
1468 numFrames = pConcealCommonData->numFadeOutFrames;
1474 for (i = 0; i < numFrames; i++) {
1489 if (((pFactor[nextFadeIndex]>>1) >= referenceVal) && (nextFadeIndex < numFrames-1)) {