Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp654 video->nextEncIVop = 0; /* Sets up very first frame to be I-VOP! */ in PVInitVideoEncoder()
1592 video->nextEncIVop = encParams->IntraPeriod; in PVEncodeVideoFrame()
1932 video->nextEncIVop = encParams->IntraPeriod; in PVEncodeSlice()
2302 encData->nextEncIVop = 1; in PVIFrameRequest()
2645 video->nextEncIVop--; /* number of Vops in highest layer resolution. */ in DetermineCodingLayer()
2711 video->nextEncIVop -= extra_skip; in DetermineCodingLayer()
2816 video->nextEncIVop = 1; in DetermineVopType()
2818 else if (video->nextEncIVop == 0 || video->currVop->predictionType == I_VOP) in DetermineVopType()
2821 video->nextEncIVop = 1; in DetermineVopType()
2834 if (video->nextEncIVop <= 0 || video->currVop->predictionType == I_VOP) in DetermineVopType()
[all …]
H A Dmp4lib_int.h422 float nextEncIVop; /* counter til the next I-Vop */ member