Lines Matching refs:u32EnableEvent
11147 VDEC_Result MApi_VDEC_SetEvent(MS_U32 u32EnableEvent, VDEC_EventCb pfn, void *param) in MApi_VDEC_SetEvent() argument
11158 IO_arg.param[0] = (void *)&u32EnableEvent; in MApi_VDEC_SetEvent()
11174 VDEC_Result MApi_VDEC_V2_SetEvent(MS_U32 u32EnableEvent, VDEC_EventCb pfn, void *param) in MApi_VDEC_V2_SetEvent() argument
11187 if ((u32EnableEvent != E_VDEC_EVENT_OFF) && (pfn == NULL)) in MApi_VDEC_V2_SetEvent()
11193 _Attr.VdecEventInfo[E_VDEC_CB_MAIN].u32EventBitMap = u32EnableEvent; in MApi_VDEC_V2_SetEvent()
11396 VDEC_Result MApi_VDEC_UnsetEvent(MS_U32 u32EnableEvent) in MApi_VDEC_UnsetEvent() argument
11407 IO_arg.param[0] = (void *)&u32EnableEvent; in MApi_VDEC_UnsetEvent()
11421 VDEC_Result MApi_VDEC_V2_UnsetEvent(MS_U32 u32EnableEvent) in MApi_VDEC_V2_UnsetEvent() argument
11434 if(u32EnableEvent == E_VDEC_EVENT_OFF) in MApi_VDEC_V2_UnsetEvent()
11440 _Attr.VdecEventInfo[E_VDEC_CB_MAIN].u32EventBitMap &= ~u32EnableEvent; in MApi_VDEC_V2_UnsetEvent()
11644 VDEC_Result MApi_VDEC_SetEvent_EX(VDEC_CB_TYPE cb_type, MS_U32 u32EnableEvent, VDEC_EventCb pfn, vo… in MApi_VDEC_SetEvent_EX() argument
11656 IO_arg.param[1] = (void *)&u32EnableEvent; in MApi_VDEC_SetEvent_EX()
11672 VDEC_Result MApi_VDEC_V2_SetEvent_EX(VDEC_CB_TYPE cb_type, MS_U32 u32EnableEvent, VDEC_EventCb pfn,… in MApi_VDEC_V2_SetEvent_EX() argument
11685 if( (u32EnableEvent != E_VDEC_EVENT_OFF) && (pfn == NULL) ) in MApi_VDEC_V2_SetEvent_EX()
11691 _Attr.VdecEventInfo[cb_type].u32EventBitMap = u32EnableEvent; in MApi_VDEC_V2_SetEvent_EX()
11889 VDEC_Result MApi_VDEC_UnsetEvent_EX(VDEC_CB_TYPE cb_type, MS_U32 u32EnableEvent) in MApi_VDEC_UnsetEvent_EX() argument
11901 IO_arg.param[1] = (void *)&u32EnableEvent; in MApi_VDEC_UnsetEvent_EX()
11915 VDEC_Result MApi_VDEC_V2_UnsetEvent_EX(VDEC_CB_TYPE cb_type, MS_U32 u32EnableEvent) in MApi_VDEC_V2_UnsetEvent_EX() argument
11928 if(u32EnableEvent == E_VDEC_EVENT_OFF) in MApi_VDEC_V2_UnsetEvent_EX()
11934 _Attr.VdecEventInfo[cb_type].u32EventBitMap &= ~u32EnableEvent; in MApi_VDEC_V2_UnsetEvent_EX()