Home
last modified time | relevance | path

Searched refs:IpPeriod (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderAVC.cpp292 uint32_t IpPeriod = mAVCParams->ipPeriod; in ProcessorPreEmptyBuffer() local
293 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() local
764 if (IntraPeriod % IpPeriod != 0) in SetParamVideoAvc()