Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4enc_api.cpp641 video->nextEncIVop = 0; /* Sets up very first frame to be I-VOP! */ in PVInitVideoEncoder()
1561 video->nextEncIVop = encParams->IntraPeriod; in PVEncodeVideoFrame()
1901 video->nextEncIVop = encParams->IntraPeriod; in PVEncodeSlice()
2271 encData->nextEncIVop = 1; in PVIFrameRequest()
2614 video->nextEncIVop--; /* number of Vops in highest layer resolution. */ in DetermineCodingLayer()
2680 video->nextEncIVop -= extra_skip; in DetermineCodingLayer()
2785 video->nextEncIVop = 1; in DetermineVopType()
2787 else if (video->nextEncIVop == 0 || video->currVop->predictionType == I_VOP) in DetermineVopType()
2790 video->nextEncIVop = 1; in DetermineVopType()
2803 if (video->nextEncIVop <= 0 || video->currVop->predictionType == I_VOP) in DetermineVopType()
[all …]
Dmp4lib_int.h423 float nextEncIVop; /* counter til the next I-Vop */ member