Home
last modified time | relevance | path

Searched refs:nErrMapSize (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_Video.h964 OMX_U32 nErrMapSize; /* Size of the Error Map in bytes */ member
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_Video.h964 OMX_U32 nErrMapSize; /* Size of the Error Map in bytes */ member
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_Video.h964 OMX_U32 nErrMapSize; /* Size of the Error Map in bytes */ member
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_Video.h982 OMX_U32 nErrMapSize; /* Size of the Error Map in bytes */ member
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_Video.h969 OMX_U32 nErrMapSize; /* Size of the Error Map in bytes */ member
/hardware/qcom/media/msm8974/mm-core/inc/
DOMX_Video.h969 OMX_U32 nErrMapSize; /* Size of the Error Map in bytes */ member
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h106 OMX_U32 nErrMapSize; /* Size of the Error Map in bytes*/ member
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c1747 pMBErrorMapTypeTo->nErrMapSize = pMBErrorMapTypeFrom->nErrMapSize; in VIDDEC_GetConfig()
1748 memcpy(ErrMapTo, ErrMapFrom, pMBErrorMapTypeFrom->nErrMapSize); in VIDDEC_GetConfig()