Searched refs:bDeblocking (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/media/msm8974/mm-core/inc/
H A DOMX_IVCommon.h428 * bDeblocking : Enable/disable deblocking mode
434 OMX_BOOL bDeblocking; member in struct:OMX_PARAM_DEBLOCKINGTYPE
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A DOMX_IVCommon.h415 * bDeblocking : Enable/disable deblocking mode
421 OMX_BOOL bDeblocking; member in struct:OMX_PARAM_DEBLOCKINGTYPE
/hardware/qcom/media/msm8996/mm-core/inc/
H A DOMX_IVCommon.h428 * bDeblocking : Enable/disable deblocking mode
434 OMX_BOOL bDeblocking; member in struct:OMX_PARAM_DEBLOCKINGTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_IVCommon.h415 * bDeblocking : Enable/disable deblocking mode
421 OMX_BOOL bDeblocking; member in struct:OMX_PARAM_DEBLOCKINGTYPE
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_IVCommon.h441 * bDeblocking : Enable/disable deblocking mode
447 OMX_BOOL bDeblocking; member in struct:OMX_PARAM_DEBLOCKINGTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_IVCommon.h415 * bDeblocking : Enable/disable deblocking mode
421 OMX_BOOL bDeblocking; member in struct:OMX_PARAM_DEBLOCKINGTYPE
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c1138 pComponentPrivate->pDeblockingParamType->bDeblocking = OMX_FALSE;
1225 pComponentPrivate->pDeblockingParamType->bDeblocking = OMX_FALSE;
1246 pComponentPrivate->pDeblockingParamType->bDeblocking = OMX_FALSE;
1274 pComponentPrivate->pDeblockingParamType->bDeblocking = OMX_TRUE; /* Always enable */
1301 pComponentPrivate->pDeblockingParamType->bDeblocking = OMX_FALSE; /*TODO: Verify with algo team*/
1331 pComponentPrivate->pDeblockingParamType->bDeblocking = OMX_FALSE;
1357 pComponentPrivate->pDeblockingParamType->bDeblocking = OMX_TRUE; /* Always enable */
9118 if(pComponentPrivate->pDeblockingParamType->bDeblocking && bDisDeblocking == OMX_FALSE){
H A DOMX_VideoDecoder.c1544 /*pComponentPrivate->pDeblockingParamType->bDeblocking =
1545 ((OMX_PARAM_DEBLOCKINGTYPE*)pCompParam)->bDeblocking;*/
1547 pComponentPrivate->pDeblockingParamType->bDeblocking = OMX_FALSE;

Completed in 367 milliseconds