Home
last modified time | relevance | path

Searched refs:pDeblockingParamType (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c367 …OMX_MALLOC_STRUCT(pComponentPrivate->pDeblockingParamType, OMX_PARAM_DEBLOCKINGTYPE, pComponentPri… in OMX_ComponentInit()
1124 …memcpy(ComponentParameterStructure, pComponentPrivate->pDeblockingParamType, sizeof(OMX_PARAM_DEBL… in VIDDEC_GetParameter()
1547 pComponentPrivate->pDeblockingParamType->bDeblocking = OMX_FALSE; in VIDDEC_SetParameter()
2802 if(pComponentPrivate->pDeblockingParamType != NULL) { in VIDDEC_ComponentDeInit()
2803 free(pComponentPrivate->pDeblockingParamType); in VIDDEC_ComponentDeInit()
2804 pComponentPrivate->pDeblockingParamType = NULL; in VIDDEC_ComponentDeInit()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h867 OMX_PARAM_DEBLOCKINGTYPE* pDeblockingParamType; member