Lines Matching full:idrperiod
290 uint32_t idrPeriod = mAVCParams->idrInterval;
296 if (idrPeriod == 0 || IntraPeriod == 0) {
301 GOP = IntraPeriod*idrPeriod + 1;
303 GOP = IntraPeriod*idrPeriod;
305 LOGV("ProcessorPreEmptyBuffer idrPeriod=%d, IntraPeriod=%d, IpPeriod=%d, BFrameEnabled=%d\n", idrPeriod, IntraPeriod, IpPeriod, BFrameEnabled);