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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.cpp 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);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 221 int idrPeriod; /* IDR period in number of frames */

Completed in 51 milliseconds