Searched refs:nextEncIVop (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp652 video->nextEncIVop = 0; /* Sets up very first frame to be I-VOP! */
1590 video->nextEncIVop = encParams->IntraPeriod;
1930 video->nextEncIVop = encParams->IntraPeriod;
2300 encData->nextEncIVop = 1;
2643 video->nextEncIVop--; /* number of Vops in highest layer resolution. */
2709 video->nextEncIVop -= extra_skip;
2814 video->nextEncIVop = 1;
2816 else if (video->nextEncIVop == 0 || video->currVop->predictionType == I_VOP)
2819 video->nextEncIVop = 1;
2832 if (video->nextEncIVop <
[all...]
H A Dmp4lib_int.h422 float nextEncIVop; /* counter til the next I-Vop */ member in struct:tagVideoEncData
423 float numVopsInGOP; /* value at the beginning of nextEncIVop */

Completed in 390 milliseconds