Home
last modified time | relevance | path

Searched refs:bDeblocking (Results 1 – 9 of 9) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_IVCommon.h421 OMX_BOOL bDeblocking; member
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_IVCommon.h421 OMX_BOOL bDeblocking; member
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_IVCommon.h447 OMX_BOOL bDeblocking; member
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_IVCommon.h421 OMX_BOOL bDeblocking; member
/hardware/qcom/media/msm8974/mm-core/inc/
DOMX_IVCommon.h434 OMX_BOOL bDeblocking; member
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_IVCommon.h434 OMX_BOOL bDeblocking; member
/hardware/qcom/media/msm8998/mm-core/inc/
DOMX_IVCommon.h434 OMX_BOOL bDeblocking; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDec_Utils.c1138 pComponentPrivate->pDeblockingParamType->bDeblocking = OMX_FALSE; in VIDDEC_Load_Defaults()
1225 pComponentPrivate->pDeblockingParamType->bDeblocking = OMX_FALSE; in VIDDEC_Load_Defaults()
1246 pComponentPrivate->pDeblockingParamType->bDeblocking = OMX_FALSE; in VIDDEC_Load_Defaults()
1274 … pComponentPrivate->pDeblockingParamType->bDeblocking = OMX_TRUE; /* Always enable */ in VIDDEC_Load_Defaults()
1301 …pComponentPrivate->pDeblockingParamType->bDeblocking = OMX_FALSE; /*TODO: Verify with a… in VIDDEC_Load_Defaults()
1331 pComponentPrivate->pDeblockingParamType->bDeblocking = OMX_FALSE; in VIDDEC_Load_Defaults()
1357 … pComponentPrivate->pDeblockingParamType->bDeblocking = OMX_TRUE; /* Always enable */ in VIDDEC_Load_Defaults()
9118 if(pComponentPrivate->pDeblockingParamType->bDeblocking && bDisDeblocking == OMX_FALSE){
DOMX_VideoDecoder.c1547 pComponentPrivate->pDeblockingParamType->bDeblocking = OMX_FALSE; in VIDDEC_SetParameter()