Searched refs:maxMVperMB (Results 1 – 4 of 4) sorted by relevance
249 …OMX_U32 maxMVperMB ; /* enable/Disable Multiple Motion vector per MB, valid va… member
678 OMX_U32 maxMVperMB; member
809 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()
2529 …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()