Home | History | Annotate | Download | only in src

Lines Matching refs:timeIncRes

210     Int timeInc, timeIncRes;
439 /* check timeIncRes */
440 timeIncRes = encOption->timeIncRes;
443 if ((timeIncRes >= 1) && (timeIncRes <= 65536) && (timeInc < timeIncRes) && (timeInc != 0))
447 encParams->TimeIncrementRes = timeIncRes;
454 video->FrameRate = timeIncRes / ((float)timeInc);