Lines Matching refs:u32EventBitMap
393 MS_U32 u32EventBitMap; member
899 _Attr.VdecEventInfo[u32Tmp].u32EventBitMap = 0; in _VDEC_InitLocalVar()
1468 MS_U32 u32Event = u32VdecEventFlag &_Attr.VdecEventInfo[cb_idx].u32EventBitMap; in _VDEC_MonitorISR_Proc()
1566 MS_U32 u32Event = eEventFlag &_Attr.VdecEventInfo[i].u32EventBitMap; in _VDEC_IsrProc()
1641 MS_U32 u32Event = eEventFlag & _Attr.VdecEventInfo[i].u32EventBitMap; in _VDEC_IsrProc()
11193 _Attr.VdecEventInfo[E_VDEC_CB_MAIN].u32EventBitMap = u32EnableEvent; in MApi_VDEC_V2_SetEvent()
11204 _u32VdecIsrEventFlag |= _Attr.VdecEventInfo[i].u32EventBitMap; in MApi_VDEC_V2_SetEvent()
11440 _Attr.VdecEventInfo[E_VDEC_CB_MAIN].u32EventBitMap &= ~u32EnableEvent; in MApi_VDEC_V2_UnsetEvent()
11442 if(E_VDEC_EVENT_OFF == _Attr.VdecEventInfo[E_VDEC_CB_MAIN].u32EventBitMap) in MApi_VDEC_V2_UnsetEvent()
11455 _u32VdecIsrEventFlag |= _Attr.VdecEventInfo[i].u32EventBitMap; in MApi_VDEC_V2_UnsetEvent()
11691 _Attr.VdecEventInfo[cb_type].u32EventBitMap = u32EnableEvent; in MApi_VDEC_V2_SetEvent_EX()
11702 _u32VdecIsrEventFlag |= _Attr.VdecEventInfo[cb_type].u32EventBitMap; in MApi_VDEC_V2_SetEvent_EX()
11934 _Attr.VdecEventInfo[cb_type].u32EventBitMap &= ~u32EnableEvent; in MApi_VDEC_V2_UnsetEvent_EX()
11936 if(E_VDEC_EVENT_OFF == _Attr.VdecEventInfo[cb_type].u32EventBitMap) in MApi_VDEC_V2_UnsetEvent_EX()
11949 _u32VdecIsrEventFlag |= _Attr.VdecEventInfo[i].u32EventBitMap; in MApi_VDEC_V2_UnsetEvent_EX()