Home | History | Annotate | Download | only in src

Lines Matching refs:timeIncRes

203     Int timeInc, timeIncRes;
432 /* check timeIncRes */
433 timeIncRes = encOption->timeIncRes;
436 if ((timeIncRes >= 1) && (timeIncRes <= 65536) && (timeInc < timeIncRes) && (timeInc != 0))
440 encParams->TimeIncrementRes = timeIncRes;
447 video->FrameRate = timeIncRes / ((float)timeInc);