HomeSort by relevance Sort by last modified time
    Searched refs:idrPeriod (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp 108 if ((*frameNum >= (uint)rateCtrl->idrPeriod && rateCtrl->idrPeriod > 0) || (*frameNum > video->MaxFrameNum)) /* first frame or IDR*/
111 if (rateCtrl->idrPeriod)
113 encvid->modTimeRef += (uint32)(rateCtrl->idrPeriod * 1000 / rateCtrl->frame_rate);
114 *frameNum -= rateCtrl->idrPeriod;
    [all...]
avcenc_int.h 221 int idrPeriod; /* IDR period in number of frames */
init.cpp 504 rateCtrl->idrPeriod = encParam->idr_period + 1;
    [all...]

Completed in 145 milliseconds