Searched refs:IntraPeriod (Results 1 – 2 of 2) sorted by relevance
348 encParams->IntraPeriod = encOption->intraPeriod; /* Intra update period update default*/ in PVInitVideoEncoder()1594 … if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP)) in PVEncodeVideoFrame()1595 video->nextEncIVop = encParams->IntraPeriod; in PVEncodeVideoFrame()1934 … if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP)) in PVEncodeSlice()1935 video->nextEncIVop = encParams->IntraPeriod; in PVEncodeSlice()2255 encData->encParams->IntraPeriod = aIFramePeriod; in PVUpdateIFrameInterval()2795 if (encParams->IntraPeriod == 0) /* I-VOPs only */ in DetermineVopType()2806 else if (encParams->IntraPeriod == -1) /* IPPPPP... */ in DetermineVopType()2839 video->nextEncIVop = encParams->IntraPeriod; in DetermineVopType()2940 if (((encParams->IntraPeriod != 0) /*&& (video->currVop->predictionType==I_VOP)*/) || in UpdateSkipNextFrame()[all …]
206 Int IntraPeriod; /* Intra update period */ member