Home | History | Annotate | Download | only in src

Lines Matching refs:timeIncrementResolution

865         pVol->timeIncrementResolution = video->encParams->TimeIncrementRes;
867 while (pVol->timeIncrementResolution > (1 << pVol->nbitsTimeIncRes))
2467 status = BitstreamPutGT8Bits(stream, 16, currVol->timeIncrementResolution);/* vop_time_increment_resolution */
2648 /*frameTick = (frameNum[i]*vol[i]->timeIncrementResolution) ;
2652 frameTick = (Int)(((double)(modTime - modTimeRef) * vol[i]->timeIncrementResolution + 500) / 1000);
2660 while (vol[i]->timeIncrement >= vol[i]->timeIncrementResolution)
2662 vol[i]->timeIncrement -= vol[i]->timeIncrementResolution;
2710 while (vol[i]->timeIncrement >= vol[i]->timeIncrementResolution)
2712 vol[i]->timeIncrement -= vol[i]->timeIncrementResolution;
2900 video->refTick[currLayer] += vol[currLayer]->prevModuloTimeBase * vol[currLayer]->timeIncrementResolution;
2919 deltaModTime = (newRefTick / vol[0]->timeIncrementResolution) * 1000;