Searched refs:IpPeriod (Results 1 – 1 of 1) sorted by relevance
292 uint32_t IpPeriod = mAVCParams->ipPeriod; in ProcessorPreEmptyBuffer() local293 bool BFrameEnabled = IpPeriod > 1; in ProcessorPreEmptyBuffer()305 …IntraPeriod=%d, IpPeriod=%d, BFrameEnabled=%d\n", idrPeriod, IntraPeriod, IpPeriod, BFrameEnabled); in ProcessorPreEmptyBuffer()314 }else if ((poc > IpPeriod) && ((poc - IpPeriod) % IntraPeriod == 0))/*I*/{ in ProcessorPreEmptyBuffer()318 … } else if ((poc % IpPeriod == 0) /*P*/ || (buffer->nFlags & OMX_BUFFERFLAG_EOS)/*EOS,always P*/) { in ProcessorPreEmptyBuffer()763 uint32_t IpPeriod = IntraPeriod /mParamAvc.nPFrames; in SetParamVideoAvc() local764 if (IntraPeriod % IpPeriod != 0) in SetParamVideoAvc()