Home
last modified time | relevance | path

Searched refs:pstErrTolerance (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c16734 …t _MApi_VDEC_EX_SetError_Tolerance(VDEC_StreamId *pStreamId,VDEC_EX_Err_Tolerance *pstErrTolerance) in _MApi_VDEC_EX_SetError_Tolerance() argument
16740 u16Para = (((pstErrTolerance->u8Tolerance << 8)&0xff00) | (pstErrTolerance->bEnable &0x00ff)); in _MApi_VDEC_EX_SetError_Tolerance()
16742 pVdecExContext->stErrTolerance[u8Idx].bEnable = pstErrTolerance->bEnable; in _MApi_VDEC_EX_SetError_Tolerance()
16743 pVdecExContext->stErrTolerance[u8Idx].u8Tolerance = pstErrTolerance->u8Tolerance; in _MApi_VDEC_EX_SetError_Tolerance()
H A DapiVDEC_EX.c.016730 …t _MApi_VDEC_EX_SetError_Tolerance(VDEC_StreamId *pStreamId,VDEC_EX_Err_Tolerance *pstErrTolerance)
16736 u16Para = (((pstErrTolerance->u8Tolerance << 8)&0xff00) | (pstErrTolerance->bEnable &0x00ff));
16738 pVdecExContext->stErrTolerance[u8Idx].bEnable = pstErrTolerance->bEnable;
16739 pVdecExContext->stErrTolerance[u8Idx].u8Tolerance = pstErrTolerance->u8Tolerance;
/utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/
H A DapiVDEC_EX.c10774 …t _MApi_VDEC_EX_SetError_Tolerance(VDEC_StreamId *pStreamId,VDEC_EX_Err_Tolerance *pstErrTolerance) in _MApi_VDEC_EX_SetError_Tolerance() argument
10780 u16Para = (((pstErrTolerance->u8Tolerance << 8)&0xff00) | (pstErrTolerance->bEnable &0x00ff)); in _MApi_VDEC_EX_SetError_Tolerance()
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c15511 …t _MApi_VDEC_EX_SetError_Tolerance(VDEC_StreamId *pStreamId,VDEC_EX_Err_Tolerance *pstErrTolerance) in _MApi_VDEC_EX_SetError_Tolerance() argument
15517 u16Para = (((pstErrTolerance->u8Tolerance << 8)&0xff00) | (pstErrTolerance->bEnable &0x00ff)); in _MApi_VDEC_EX_SetError_Tolerance()