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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp641 video->nextEncIVop = 0; /* Sets up very first frame to be I-VOP! */
1561 video->nextEncIVop = encParams->IntraPeriod;
1901 video->nextEncIVop = encParams->IntraPeriod;
2271 encData->nextEncIVop = 1;
2614 video->nextEncIVop--; /* number of Vops in highest layer resolution. */
2680 video->nextEncIVop -= extra_skip;
2785 video->nextEncIVop = 1;
2787 else if (video->nextEncIVop == 0 || video->currVop->predictionType == I_VOP)
2790 video->nextEncIVop = 1;
2803 if (video->nextEncIVop <
[all...]
H A Dmp4lib_int.h421 float nextEncIVop; /* counter til the next I-Vop */ member in struct:tagVideoEncData
422 float numVopsInGOP; /* value at the beginning of nextEncIVop */

Completed in 26 milliseconds