Home
last modified time | relevance | path

Searched refs:fnHandler (Results 1 – 13 of 13) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_v2/drv/mvd_ex/
H A DdrvMVD_EX.c2282 E_MVD_Result MDrv_MVD_SetIsrEvent(MS_U32 u32Id, MS_U32 eEvent, MVD_InterruptCb fnHandler) in MDrv_MVD_SetIsrEvent() argument
2317 if(fnHandler != NULL) in MDrv_MVD_SetIsrEvent()
2321 pMVDDrvContext->_pfnCallback[u8DrvIdx] = (MVD_InterruptCb)fnHandler; in MDrv_MVD_SetIsrEvent()
H A DdrvMVD_EX.h848 E_MVD_Result MDrv_MVD_SetIsrEvent(MS_U32 u32Id, MS_U32 eEvent, MVD_InterruptCb fnHandler);
/utopia/UTPA2-700.0.x/modules/vdec_lite/drv/mvd_lite/
H A DdrvMVD_EX.c2456 E_MVD_Result MDrv_MVD_SetIsrEvent(MS_U32 u32Id, MS_U32 eEvent, MVD_InterruptCb fnHandler) in MDrv_MVD_SetIsrEvent() argument
2502 if(fnHandler != NULL) in MDrv_MVD_SetIsrEvent()
2506 pMVDDrvContext->_pfnCallback[u8DrvIdx] = (MVD_InterruptCb)fnHandler; in MDrv_MVD_SetIsrEvent()
H A DdrvMVD_EX.h912 E_MVD_Result MDrv_MVD_SetIsrEvent(MS_U32 u32Id, MS_U32 eEvent, MVD_InterruptCb fnHandler);
/utopia/UTPA2-700.0.x/modules/vdec_v3/drv/mvd_v3/
H A DdrvMVD_EX.c2440 E_MVD_Result MDrv_MVD_SetIsrEvent(MS_U32 u32Id, MS_U32 eEvent, MVD_InterruptCb fnHandler) in MDrv_MVD_SetIsrEvent() argument
2486 if(fnHandler != NULL) in MDrv_MVD_SetIsrEvent()
2490 pMVDDrvContext->_pfnCallback[u8DrvIdx] = (MVD_InterruptCb)fnHandler; in MDrv_MVD_SetIsrEvent()
H A DdrvMVD_EX.h913 E_MVD_Result MDrv_MVD_SetIsrEvent(MS_U32 u32Id, MS_U32 eEvent, MVD_InterruptCb fnHandler);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvMVD.h782 E_MVD_Result MDrv_MVD_SetIsrEvent(MS_U32 eEvent, MVD_InterruptCb fnHandler);
/utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/
H A D_apiVDEC_EX_weak.h288 __vdec_if E_MVD_Result MDrv_MVD_SetIsrEvent(MS_U32 u32Id, MS_U32 eEvent, MVD_InterruptCb fnHandler)…
/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/
H A D_apiVDEC_weak.h297 __vdec_if E_MVD_Result MDrv_MVD_SetIsrEvent(MS_U32 eEvent, MVD_InterruptCb fnHandler) __vdec_weak;
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A D_apiVDEC_EX_weak.h300 __vdec_if E_MVD_Result MDrv_MVD_SetIsrEvent(MS_U32 u32Id, MS_U32 eEvent, MVD_InterruptCb fnHandler)…
/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A D_apiVDEC_EX_weak.h296 __vdec_if E_MVD_Result MDrv_MVD_SetIsrEvent(MS_U32 u32Id, MS_U32 eEvent, MVD_InterruptCb fnHandler)…
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/mvd/
H A DdrvMVD.c6276 E_MVD_Result MDrv_MVD_SetIsrEvent(MS_U32 eEvent, MVD_InterruptCb fnHandler) in MDrv_MVD_SetIsrEvent() argument
6300 if(fnHandler != NULL) in MDrv_MVD_SetIsrEvent()
6304 pfnCallback = (MVD_InterruptCb)fnHandler; in MDrv_MVD_SetIsrEvent()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt54524 E_MVD_Result MDrv_MVD_SetIsrEvent(MS_U32 eEvent, MVD_InterruptCb fnHandler);