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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.cpp 148 memset(&mConfigAvcIntraPeriod, 0, sizeof(mConfigAvcIntraPeriod));
149 SetTypeHeader(&mConfigAvcIntraPeriod, sizeof(mConfigAvcIntraPeriod));
150 mConfigAvcIntraPeriod.nPortIndex = OUTPORT_INDEX;
152 mConfigAvcIntraPeriod.nIDRPeriod = 1;
153 mConfigAvcIntraPeriod.nPFrames = 29;
241 mAVCParams->idrInterval = mConfigAvcIntraPeriod.nIDRPeriod; //idrinterval
    [all...]
OMXVideoEncoderAVC.h 109 OMX_VIDEO_CONFIG_AVCINTRAPERIOD mConfigAvcIntraPeriod;

Completed in 624 milliseconds