Searched refs:idr_period (Results 1 – 4 of 4) sorted by relevance
91 maxFrameNum = (encParam->idr_period == -1) ? (1 << 16) : encParam->idr_period; in SetEncodeParam()159 if (encParam->idr_period > (int)(video->MaxFrameNum) || (encParam->idr_period == -1)) in SetEncodeParam()161 encParam->idr_period = (int)video->MaxFrameNum; in SetEncodeParam()500 rateCtrl->idrPeriod = encParam->idr_period + 1; in SetEncodeParam()
135 …int idr_period; /* idr frame refresh rate in number of target encoded frame (no concept of actual … member
202 encParams.idr_period = 1; // All I frames. in main()204 encParams.idr_period = (IDRFrameRefreshIntervalInSec * frameRate); in main()
287 mEncParams->idr_period = -1; in initEncParams()289 mEncParams->idr_period = 1; // All I frames in initEncParams()291 mEncParams->idr_period = in initEncParams()