Searched refs:IntraPeriod (Results 1 – 2 of 2) sorted by relevance
348 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 …]
206 Int IntraPeriod; /* Intra update period */ member