Lines Matching refs:eErrCode
405 VDEC_ErrCode eErrCode; member
885 _Attr.eErrCode = E_VDEC_ERR_CODE_BASE; in _VDEC_InitLocalVar()
8427 _Attr.eErrCode = (VDEC_ErrCode) (errCode + (MS_U32) E_VDEC_MVD_ERR_CODE_BASE); in MApi_VDEC_V2_GetErrCode()
8436 _Attr.eErrCode = E_VDEC_ERR_CODE_FRMRATE_NOT_SUPPORT; in MApi_VDEC_V2_GetErrCode()
8442 _Attr.eErrCode = E_VDEC_ERR_CODE_DIVX_PLUS_UNSUPPORTED; in MApi_VDEC_V2_GetErrCode()
8453 _Attr.eErrCode = (VDEC_ErrCode) ( HVDerrCode + (MS_U32) E_VDEC_HVD_ERR_CODE_BASE); in MApi_VDEC_V2_GetErrCode()
8462 _Attr.eErrCode = E_VDEC_ERR_CODE_FRMRATE_NOT_SUPPORT; in MApi_VDEC_V2_GetErrCode()
8470 … _Attr.eErrCode = (VDEC_ErrCode) (MApi_MJPEG_GetErrCode() + (MS_U32) E_VDEC_MJPEG_ERR_CODE_BASE); in MApi_VDEC_V2_GetErrCode()
8475 … _Attr.eErrCode = (VDEC_ErrCode) (MDrv_RVD_GetErrCode() + (MS_U32) E_VDEC_RVD_ERR_CODE_BASE); in MApi_VDEC_V2_GetErrCode()
8480 _Attr.eErrCode=(VDEC_ErrCode)(0); in MApi_VDEC_V2_GetErrCode()
8483 if( ( (MS_U32)(_Attr.eErrCode) & 0x00ffffff) == 0 ) in MApi_VDEC_V2_GetErrCode()
8485 _Attr.eErrCode=(VDEC_ErrCode)(0); in MApi_VDEC_V2_GetErrCode()
8487 return _Attr.eErrCode; in MApi_VDEC_V2_GetErrCode()