Searched refs:asoSliceOrder (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_DSP.h261 OMX_U32 numSliceASO ; /* Number of valid enteries in asoSliceOrder array valid range is [0,8],
263 OMX_U32 asoSliceOrder[MAXNUMSLCGPS] ; /* Array containing the order of slices in which they should member in struct:IH264VENC_DynamicParams
H A DOMX_VideoEnc_Utils.h648 OMX_U32 asoSliceOrder[MAXNUMSLCGPS]; member in struct:VIDENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c402 pComponentPrivate->asoSliceOrder[i] = 0;
2283 (*((OMX_U32*)ComponentConfigStructure)) = (OMX_U32)pComponentPrivate->asoSliceOrder;
2489 pComponentPrivate->asoSliceOrder[i] = (OMX_U32)(*((*((OMX_U32**)ComponentConfigStructure))+i));
H A DOMX_VideoEnc_Utils.c2557 /*< Number of valid enteries in asoSliceOrder array valid range is [0,8],
2563 ((H264VE_GPP_SN_UALGInputParams*)pUalgInpParams)->H264VENC_TI_DYNAMICPARAMS.asoSliceOrder[i] = pComponentPrivate->asoSliceOrder[i];

Completed in 221 milliseconds