Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_DSP.h274 …OMX_U32 sliceGroupChangeCycle ; /* Slice Group Change Cycle: Only valid when sliceGroupMa… member
DOMX_VideoEnc_Utils.h654 OMX_U32 sliceGroupChangeCycle; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c408 pComponentPrivate->sliceGroupChangeCycle = 0; in OMX_ComponentInit()
2298 … (*((OMX_U32*)ComponentConfigStructure)) = (OMX_U32)pComponentPrivate->sliceGroupChangeCycle; in GetConfig()
2505 … pComponentPrivate->sliceGroupChangeCycle = (OMX_U32)(*((OMX_U32*)ComponentConfigStructure)); in SetConfig()
DOMX_VideoEnc_Utils.c2582 …)pUalgInpParams)->H264VENC_TI_DYNAMICPARAMS.sliceGroupChangeCycle = pComponentPrivate->sliceGroupC… in OMX_VIDENC_Process_FilledInBuf()
4405 … "sliceGroupChangeCycle = %lu\n", pUalgInpParams->H264VENC_TI_DYNAMICPARAMS.sliceGroupChangeCycle); in printH264UAlgInParam()