Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_DSP.h278 …OMX_U32 sliceGroupParams[MAXNUMSLCGPS] ; /* This field is useful in case of sliceGroupMapType equa… member
DOMX_VideoEnc_Utils.h655 OMX_U32 sliceGroupParams[MAXNUMSLCGPS]; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c411 pComponentPrivate->sliceGroupParams[i] = 0; in OMX_ComponentInit()
2301 (*((OMX_U32*)ComponentConfigStructure)) = (OMX_U32)pComponentPrivate->sliceGroupParams; in GetConfig()
2510 … pComponentPrivate->sliceGroupParams[i] = (OMX_U32)(*((*((OMX_U32**)ComponentConfigStructure))+i)); in SetConfig()
DOMX_VideoEnc_Utils.c2600 …ams*)pUalgInpParams)->H264VENC_TI_DYNAMICPARAMS.sliceGroupParams[i] = pComponentPrivate->sliceGrou… in OMX_VIDENC_Process_FilledInBuf()