Home | History | Annotate | Download | only in src

Lines Matching refs:timeInc

203     Int timeInc, timeIncRes;
434 timeInc = encOption->tickPerSrc;
436 if ((timeIncRes >= 1) && (timeIncRes <= 65536) && (timeInc < timeIncRes) && (timeInc != 0))
447 video->FrameRate = timeIncRes / ((float)timeInc);
1444 video->currVop->timeInc = 0;
1445 video->prevBaseVop->timeInc = 0;
1487 video->currVop->timeInc = currVol->timeIncrement;
1576 /* Determine nLayer and timeInc for next encode */
1716 video->currVop->timeInc = 0;
1717 video->prevBaseVop->timeInc = 0;
1757 video->currVop->timeInc = currVol->timeIncrement;