Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_DSP.h267 …OMX_U32 sliceGroupMapType ; /* Slice GroupMapType : For Valid enteries see IH264VENC_… member
DOMX_VideoEnc_Utils.h651 OMX_U32 sliceGroupMapType; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c405 pComponentPrivate->sliceGroupMapType = 0; in OMX_ComponentInit()
2289 (*((OMX_U32*)ComponentConfigStructure)) = (OMX_U32)pComponentPrivate->sliceGroupMapType; in GetConfig()
2496 pComponentPrivate->sliceGroupMapType = (OMX_U32)(*((OMX_U32*)ComponentConfigStructure)); in SetConfig()
DOMX_VideoEnc_Utils.c2569 …ams*)pUalgInpParams)->H264VENC_TI_DYNAMICPARAMS.sliceGroupMapType = pComponentPrivate->sliceGroupM… in OMX_VIDENC_Process_FilledInBuf()
4402 …P2(*dbg, "sliceGroupMapType = %lu\n", pUalgInpParams->H264VENC_TI_DYNAMICPARAMS.sliceGroupMapType); in printH264UAlgInParam()