Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderAVC.cpp290 uint32_t idrPeriod = mAVCParams->idrInterval; in ProcessorPreEmptyBuffer() local
296 if (idrPeriod == 0 || IntraPeriod == 0) { in ProcessorPreEmptyBuffer()
301 GOP = IntraPeriod*idrPeriod + 1; in ProcessorPreEmptyBuffer()
303 GOP = IntraPeriod*idrPeriod; in ProcessorPreEmptyBuffer()
305 …yBuffer idrPeriod=%d, IntraPeriod=%d, IpPeriod=%d, BFrameEnabled=%d\n", idrPeriod, IntraPeriod, Ip… in ProcessorPreEmptyBuffer()