Home | History | Annotate | Download | only in src

Lines Matching refs:modTimeRef

1386         video->nextModTime = video->modTimeRef = ((modTime) - ((modTime) % 1000));
1597 vid_out->timestamp = (ULong)(((video->prevFrameNum[currLayer] * 1000) / encParams->LayerFrameRate[currLayer]) + video->modTimeRef + 0.5);
1678 video->nextModTime = video->modTimeRef = ((modTime) - ((modTime) % 1000));
1920 vid_out->timestamp = (ULong)(((video->prevFrameNum[currLayer] * 1000) / encParams->LayerFrameRate[currLayer]) + video->modTimeRef + 0.5);
2596 UInt modTimeRef = video->modTimeRef;
2619 frameNum[i] = (UInt)((modTime - modTimeRef) * LayerFrameRate[i] + 500) / 1000;
2630 frameModTime = (ULong)(((frameNum[i] * 1000) / LayerFrameRate[i]) + modTimeRef + 0.5); /* rec. time */
2631 nextFrmModTime = (ULong)((((frameNum[i] + 1) * 1000) / LayerFrameRate[i]) + modTimeRef + 0.5); /* rec. time */
2647 /* map frame no.to tick from modTimeRef */
2652 frameTick = (Int)(((double)(modTime - modTimeRef) * vol[i]->timeIncrementResolution + 500) / 1000);
2664 /* do not update refTick and modTimeRef yet, do it after encoding!! */
2714 /* do not update refTick and modTimeRef yet, do it after encoding!! */
2718 frameNum[i] = (UInt)((frameModTime - modTimeRef) * encParams->LayerFrameRate[i] + 500) / 1000;
2866 return nLayer; /* return immediately without updating RefTick & modTimeRef */
2918 /* how many msec elapsed from last modTimeRef */
2930 video->modTimeRef += deltaModTime;