Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp348 encParams->IntraPeriod = encOption->intraPeriod; /* Intra update period update default*/ in PVInitVideoEncoder()
1591 … if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP)) in PVEncodeVideoFrame()
1592 video->nextEncIVop = encParams->IntraPeriod; in PVEncodeVideoFrame()
1931 … if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP)) in PVEncodeSlice()
1932 video->nextEncIVop = encParams->IntraPeriod; in PVEncodeSlice()
2252 encData->encParams->IntraPeriod = aIFramePeriod; in PVUpdateIFrameInterval()
2792 if (encParams->IntraPeriod == 0) /* I-VOPs only */ in DetermineVopType()
2803 else if (encParams->IntraPeriod == -1) /* IPPPPP... */ in DetermineVopType()
2836 video->nextEncIVop = encParams->IntraPeriod; in DetermineVopType()
2937 if (((encParams->IntraPeriod != 0) /*&& (video->currVop->predictionType==I_VOP)*/) || in UpdateSkipNextFrame()
[all …]
H A Dmp4lib_int.h206 Int IntraPeriod; /* Intra update period */ member