Searched refs:IntraPeriod (Results 1 – 2 of 2) sorted by relevance
348 encParams->IntraPeriod = encOption->intraPeriod; /* Intra update period update default*/ in PVInitVideoEncoder()1589 … if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP)) in PVEncodeVideoFrame()1590 video->nextEncIVop = encParams->IntraPeriod; in PVEncodeVideoFrame()1929 … if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP)) in PVEncodeSlice()1930 video->nextEncIVop = encParams->IntraPeriod; in PVEncodeSlice()2250 encData->encParams->IntraPeriod = aIFramePeriod; in PVUpdateIFrameInterval()2790 if (encParams->IntraPeriod == 0) /* I-VOPs only */ in DetermineVopType()2801 else if (encParams->IntraPeriod == -1) /* IPPPPP... */ in DetermineVopType()2834 video->nextEncIVop = encParams->IntraPeriod; in DetermineVopType()2935 if (((encParams->IntraPeriod != 0) /*&& (video->currVop->predictionType==I_VOP)*/) || in UpdateSkipNextFrame()[all …]
206 Int IntraPeriod; /* Intra update period */ member