Searched refs:temporalRef (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h78 int temporalRef; /* temporal reference, roll over at 256 */ member in struct:tagVop
H A Dvop.cpp1042 currVop->temporalRef = (int) tmpvar;
1045 currVop->timeInc = 0xff & (256 + currVop->temporalRef - video->prevVop->temporalRef);
H A Dpvdec_api.cpp261 video->prevVop->temporalRef = 0; /* 11/12/01 */
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h70 Int temporalRef; /* temporal reference, roll over at 256 */ member in struct:tagVOP
71 Int temporalInterval; /* increase every 256 temporalRef */
H A Dvop.cpp418 status = BitstreamPutBits(stream, 8, currVop->temporalRef); /* temporal_reference */
H A Dmp4enc_api.cpp1549 video->currVop->temporalRef = (modTime * 30 / 1001) % 256;
1819 video->currVop->temporalRef = ((modTime) * 30 / 1001) % 256;

Completed in 55 milliseconds