Searched refs:pDeblockingParamType (Results 1 – 2 of 2) sorted by relevance
367 …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()
867 OMX_PARAM_DEBLOCKINGTYPE* pDeblockingParamType; member