Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4enc_api.cpp341 encParams->IntraPeriod = encOption->intraPeriod; /* Intra update period update default*/ in PVInitVideoEncoder()
1560 … if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP)) in PVEncodeVideoFrame()
1561 video->nextEncIVop = encParams->IntraPeriod; in PVEncodeVideoFrame()
1900 … if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP)) in PVEncodeSlice()
1901 video->nextEncIVop = encParams->IntraPeriod; in PVEncodeSlice()
2221 encData->encParams->IntraPeriod = aIFramePeriod; in PVUpdateIFrameInterval()
2761 if (encParams->IntraPeriod == 0) /* I-VOPs only */ in DetermineVopType()
2772 else if (encParams->IntraPeriod == -1) /* IPPPPP... */ in DetermineVopType()
2805 video->nextEncIVop = encParams->IntraPeriod; in DetermineVopType()
2906 if (((encParams->IntraPeriod != 0) /*&& (video->currVop->predictionType==I_VOP)*/) || in UpdateSkipNextFrame()
[all …]
Dmp4lib_int.h207 Int IntraPeriod; /* Intra update period */ member