Lines Matching refs:IntraPeriod
291 uint32_t IntraPeriod = mEncoderParams->intraPeriod; in ProcessorPreEmptyBuffer() local
296 if (idrPeriod == 0 || IntraPeriod == 0) { in ProcessorPreEmptyBuffer()
298 if (IntraPeriod == 0) in ProcessorPreEmptyBuffer()
299 IntraPeriod = 0xFFFFFFFF; in ProcessorPreEmptyBuffer()
301 GOP = IntraPeriod*idrPeriod + 1; in ProcessorPreEmptyBuffer()
303 GOP = IntraPeriod*idrPeriod; in ProcessorPreEmptyBuffer()
305 …eriod=%d, IntraPeriod=%d, IpPeriod=%d, BFrameEnabled=%d\n", idrPeriod, IntraPeriod, IpPeriod, BFra… in ProcessorPreEmptyBuffer()
312 } else if (IntraPeriod == 1) { in ProcessorPreEmptyBuffer()
314 }else if ((poc > IpPeriod) && ((poc - IpPeriod) % IntraPeriod == 0))/*I*/{ in ProcessorPreEmptyBuffer()
758 uint32_t IntraPeriod = mParamAvc.nPFrames + mParamAvc.nBFrames ; in SetParamVideoAvc() local
759 if (IntraPeriod % mParamAvc.nPFrames != 0) in SetParamVideoAvc()
763 uint32_t IpPeriod = IntraPeriod /mParamAvc.nPFrames; in SetParamVideoAvc()
764 if (IntraPeriod % IpPeriod != 0) in SetParamVideoAvc()