Searched defs:timeInc (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvop.cpp316 Int timeInc; local
326 timeInc = frameTick - video->refTick[0];
327 while (timeInc >= currVol->timeIncrementResolution)
329 timeInc -= currVol->timeIncrementResolution;
335 status = BitstreamPutBits(stream, currVol->nbitsTimeIncRes, timeInc); /* vop_time_increment */
376 status = BitstreamPutBits(stream, currVol->nbitsTimeIncRes, currVop->timeInc); /* vop_time_increment */
556 BitstreamPutBits(bs, currVol->nbitsTimeIncRes, currVop->timeInc); /* vop_time_increment */
H A Dmp4enc_api.cpp203 Int timeInc, timeIncRes; local
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
[all...]
H A Dmp4lib_int.h57 Int timeInc; /* VOP time increment (relative to last mtb) */ member in struct:tagVOP
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h66 uint timeInc; /* VOP time increment (relative to last mtb) */ member in struct:tagVop
87 uint timeInc_offset; /* timeInc offset for multiple VOP in a packet */

Completed in 8104 milliseconds