Home
last modified time | relevance | path

Searched refs:maxMVperMB (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_DSP.h249 …OMX_U32 maxMVperMB ; /* enable/Disable Multiple Motion vector per MB, valid va… member
DOMX_VideoEnc_Utils.h678 OMX_U32 maxMVperMB; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c809 pComponentPrivate->maxMVperMB = 4; in OMX_ComponentInit()
2336 pComponentPrivate->pMotionVector->bFourMV = pComponentPrivate->maxMVperMB >= 4; in GetConfig()
2412 (*((OMX_U32*)ComponentConfigStructure)) = (OMX_U32)pComponentPrivate->maxMVperMB; in GetConfig()
2555 pComponentPrivate->maxMVperMB = pComponentPrivate->pMotionVector->bFourMV ? 4 : 1; in SetConfig()
2586 pComponentPrivate->maxMVperMB=i; in SetConfig()
DOMX_VideoEnc_Utils.c2529 …InputParams*)pUalgInpParams)->H264VENC_TI_DYNAMICPARAMS.maxMVperMB = pComponentPrivate->maxMVperMB; in OMX_VIDENC_Process_FilledInBuf()
3386 pComponentPrivate->maxMVperMB = 1; in OMX_VIDENC_InitDSP_H264Enc()
4392 … OMX_PRDSP2(*dbg, "maxMVperMB = %lu\n", pUalgInpParams->H264VENC_TI_DYNAMICPARAMS.maxMVperMB); in printH264UAlgInParam()