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

/hardware/qcom/media/mm-core/inc/
H A DOMX_IVCommon.h417 typedef struct OMX_PARAM_DEBLOCKINGTYPE { struct
422 } OMX_PARAM_DEBLOCKINGTYPE; typedef in typeref:struct:OMX_PARAM_DEBLOCKINGTYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_IVCommon.h417 typedef struct OMX_PARAM_DEBLOCKINGTYPE { struct
422 } OMX_PARAM_DEBLOCKINGTYPE; typedef in typeref:struct:OMX_PARAM_DEBLOCKINGTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_IVCommon.h417 typedef struct OMX_PARAM_DEBLOCKINGTYPE { struct
422 } OMX_PARAM_DEBLOCKINGTYPE; typedef in typeref:struct:OMX_PARAM_DEBLOCKINGTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_IVCommon.h417 typedef struct OMX_PARAM_DEBLOCKINGTYPE { struct
422 } OMX_PARAM_DEBLOCKINGTYPE; typedef in typeref:struct:OMX_PARAM_DEBLOCKINGTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_IVCommon.h417 typedef struct OMX_PARAM_DEBLOCKINGTYPE { struct
422 } OMX_PARAM_DEBLOCKINGTYPE; typedef in typeref:struct:OMX_PARAM_DEBLOCKINGTYPE
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h867 OMX_PARAM_DEBLOCKINGTYPE* pDeblockingParamType;
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c367 OMX_MALLOC_STRUCT(pComponentPrivate->pDeblockingParamType, OMX_PARAM_DEBLOCKINGTYPE, pComponentPrivate->nMemUsage[VIDDDEC_Enum_MemLevel0]);
1122 case OMX_IndexParamCommonDeblocking: /**< reference: OMX_PARAM_DEBLOCKINGTYPE */
1124 memcpy(ComponentParameterStructure, pComponentPrivate->pDeblockingParamType, sizeof(OMX_PARAM_DEBLOCKINGTYPE));
1535 case OMX_IndexParamCommonDeblocking: /**< reference: OMX_PARAM_DEBLOCKINGTYPE */
1545 ((OMX_PARAM_DEBLOCKINGTYPE*)pCompParam)->bDeblocking;*/
1907 case OMX_IndexParamCommonDeblocking: /**< reference: OMX_PARAM_DEBLOCKINGTYPE */
2197 case OMX_IndexParamCommonDeblocking: /**< reference: OMX_PARAM_DEBLOCKINGTYPE */
H A DOMX_VideoDec_Utils.c1136 OMX_CONF_INIT_STRUCT(pComponentPrivate->pDeblockingParamType, OMX_PARAM_DEBLOCKINGTYPE, pComponentPrivate->dbg);

Completed in 161 milliseconds