Searched refs:IntraPeriod (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoEncoderAVC.cpp | 291 uint32_t IntraPeriod = mEncoderParams->intraPeriod; in ProcessorPreEmptyBuffer() local 296 if (idrPeriod == 0 || IntraPeriod == 0) { in ProcessorPreEmptyBuffer() 298 if (IntraPeriod == 0) in ProcessorPreEmptyBuffer() 299 IntraPeriod = 0xFFFFFFFF; in ProcessorPreEmptyBuffer() 301 GOP = IntraPeriod*idrPeriod + 1; in ProcessorPreEmptyBuffer() 303 GOP = IntraPeriod*idrPeriod; in ProcessorPreEmptyBuffer() 305 …eriod=%d, IntraPeriod=%d, IpPeriod=%d, BFrameEnabled=%d\n", idrPeriod, IntraPeriod, IpPeriod, BFra… in ProcessorPreEmptyBuffer() 312 } else if (IntraPeriod == 1) { in ProcessorPreEmptyBuffer() 314 }else if ((poc > IpPeriod) && ((poc - IpPeriod) % IntraPeriod == 0))/*I*/{ in ProcessorPreEmptyBuffer() 758 uint32_t IntraPeriod = mParamAvc.nPFrames + mParamAvc.nBFrames ; in SetParamVideoAvc() local [all …]
|
/hardware/intel/img/psb_video/src/ |
D | pnw_hostcode.c | 872 && ctx->in_params_cache.IntraPeriod != ctx->sRCParams.IntraFreq) { in pnw_RenderPictureParameter() 875 ctx->raw_frame_count, ctx->in_params_cache.IntraPeriod, in pnw_RenderPictureParameter() 877 ctx->in_params_cache.IntraPeriod = ctx->sRCParams.IntraFreq; in pnw_RenderPictureParameter() 1046 …IDEO_DEBUG_GENERAL, "psPicParams->sInParams.IntraPeriod %d\n", psPicParams->sInParams.IntraPeriod); in pnw_EndPicture() 1243 psPicParams->sInParams.IntraPeriod = psRCParams->IntraFreq; in pnw__update_rcdata()
|
D | pnw_hostcode.h | 153 IMG_UINT16 IntraPeriod; /* Intra frame frequency */ member
|
/hardware/intel/img/psb_video/src/mrst/ |
D | lnc_hostcode.h | 122 IMG_UINT16 IntraPeriod; /* Intra frame frequency */ member
|
D | lnc_hostcode.c | 859 psPicParams->sInParams.IntraPeriod = psRCParams->IntraFreq; in lnc__update_rcdata() 861 psPicParams->sInParams.IntraPeriod = psRCParams->IntraFreq; in lnc__update_rcdata()
|