Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_DSP.h271 …OMX_U32 sliceGroupChangeRate ; /* Slice Group Change Rate: Only valid when sliceGroupMap… member
DOMX_VideoEnc_Utils.h653 OMX_U32 sliceGroupChangeRate; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c407 pComponentPrivate->sliceGroupChangeRate = 0; in OMX_ComponentInit()
2295 … (*((OMX_U32*)ComponentConfigStructure)) = (OMX_U32)pComponentPrivate->sliceGroupChangeRate; in GetConfig()
2502 … pComponentPrivate->sliceGroupChangeRate = (OMX_U32)(*((OMX_U32*)ComponentConfigStructure)); in SetConfig()
DOMX_VideoEnc_Utils.c2577 …*)pUalgInpParams)->H264VENC_TI_DYNAMICPARAMS.sliceGroupChangeRate = pComponentPrivate->sliceGroupC… in OMX_VIDENC_Process_FilledInBuf()
4404 …g, "sliceGroupChangeRate = %lu\n", pUalgInpParams->H264VENC_TI_DYNAMICPARAMS.sliceGroupChangeRate); in printH264UAlgInParam()