| /utopia/UTPA2-700.0.x/modules/graphic/api/gop/ |
| H A D | apiGOP.c | 449 ioctl_info.cb_type = GOP_CB_XC_PANEL_HSTART; in _XCGetCapHStartCB() 474 ioctl_info.cb_type = GOP_CB_XC_INTERLACE; in _XCGetXCInterlaceCB() 5561 ioctl_info.cb_type = GOP_CB_GFX_FBFMT; in MApi_GOP_RegisterFBFmtCB() 5592 ioctl_info.cb_type = GOP_CB_XC_INTERLACE; in MApi_GOP_RegisterXCIsInterlaceCB() 5621 ioctl_info.cb_type = GOP_CB_XC_PANEL_HSTART; in MApi_GOP_RegisterXCGetCapHStartCB() 5651 ioctl_info.cb_type = GOP_CB_EVENT_NOTIFY; in MApi_GOP_RegisterEventNotify() 5681 ioctl_info.cb_type = GOP_CB_XC_REDUCE_BW; in MApi_GOP_RegisterXCReduceBWForOSDCB() 5709 ioctl_info.cb_type = GOP_CB_DWIN_INFO; in MApi_GOP_RegisterXCSetDwinInfo() 5735 ioctl_info.cb_type = GOP_CB_GFX_FBFMT; in _GOP_RegisterAllCBFunc() 5747 ioctl_info.cb_type = GOP_CB_XC_INTERLACE; in _GOP_RegisterAllCBFunc() [all …]
|
| H A D | apiGOP_priv.h | 1105 GOP_CB_TYPE cb_type; //GOP_CB_TYPE member
|
| H A D | mapiGOP.c | 10126 MS_U32 Ioctl_GOP_Register_CB(void* pInstance,GOP_CB_TYPE cb_type, void* pCB, MS_U32 u32Size) in Ioctl_GOP_Register_CB() argument 10131 switch(cb_type) in Ioctl_GOP_Register_CB() 11483 u32Ret = Ioctl_GOP_Register_CB(pInstance,ptr->cb_type, ptr->pCB, ptr->u32Size); in GOPIoctl()
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | apiVDEC.h | 1264 VDEC_Result MApi_VDEC_SetEvent_EX(VDEC_CB_TYPE cb_type, MS_U32 u32EnableEvent, VDEC_EventCb pfn, vo… 1265 VDEC_Result MApi_VDEC_UnsetEvent_EX(VDEC_CB_TYPE cb_type, MS_U32 u32EnableEvent); 1436 VDEC_Result MApi_VDEC_V2_SetEvent_EX(VDEC_CB_TYPE cb_type, MS_U32 u32EnableEvent, VDEC_EventCb pfn,… 1437 VDEC_Result MApi_VDEC_V2_UnsetEvent_EX(VDEC_CB_TYPE cb_type, MS_U32 u32EnableEvent);
|
| H A D | apiVDEC_EX.h | 2951 …VDEC_EX_SetEvent_MultiCallback(VDEC_StreamId *pStreamId, VDEC_EX_CB_TYPE cb_type, MS_U32 u32EventF… 2957 …EC_EX_UnsetEvent_MultiCallback(VDEC_StreamId *pStreamId, VDEC_EX_CB_TYPE cb_type, MS_U32 u32EventF…
|
| /utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/ |
| H A D | apiVDEC_EX.c | 10222 MS_U32 cb_type = 0; in _VDEC_Callback_Proc() local 10259 IO_arg.param[1] = (void*)(&cb_type); in _VDEC_Callback_Proc() 10266 for(cb_type=0;cb_type<E_VDEC_EX_CB_MAX_NUM;cb_type++) in _VDEC_Callback_Proc() 10268 u32Event = u32VdecEventFlag & gVDEC_EX_2k_CbData[u8Idx].u32EventMap[cb_type]; in _VDEC_Callback_Proc() 10273 if (gVDEC_EX_2k_CbData[u8Idx].pfn[cb_type] && u32Event) in _VDEC_Callback_Proc() 10275 … gVDEC_EX_2k_CbData[u8Idx].pfn[cb_type](u32Event, gVDEC_EX_2k_CbData[u8Idx].param[cb_type]); in _VDEC_Callback_Proc() 10283 MS_BOOL _VDEC_EX_Create_Callback_task(VDEC_StreamId *pStreamId, VDEC_EX_CB_TYPE cb_type, VDEC_EX_Ev… in _VDEC_EX_Create_Callback_task() argument 10288 gVDEC_EX_2k_CbData[u8Idx].param[cb_type] = param; in _VDEC_EX_Create_Callback_task() 10289 gVDEC_EX_2k_CbData[u8Idx].pfn[cb_type] = pfn; in _VDEC_EX_Create_Callback_task() 10290 gVDEC_EX_2k_CbData[u8Idx].u32EventMap[cb_type] = u32EventFlag; in _VDEC_EX_Create_Callback_task() [all …]
|
| H A D | apiVDEC_wrap.c | 2561 VDEC_Result MApi_VDEC_SetEvent_EX(VDEC_CB_TYPE cb_type, MS_U32 u32EnableEvent, VDEC_EventCb pfn, vo… in MApi_VDEC_SetEvent_EX() argument 2567 …eEXRetVal = MApi_VDEC_EX_SetEvent_MultiCallback(&stStreamId, (VDEC_EX_CB_TYPE)cb_type, u32EnableEv… in MApi_VDEC_SetEvent_EX() 2579 VDEC_Result MApi_VDEC_UnsetEvent_EX(VDEC_CB_TYPE cb_type, MS_U32 u32EnableEvent) in MApi_VDEC_UnsetEvent_EX() argument 2585 …eEXRetVal = MApi_VDEC_EX_UnsetEvent_MultiCallback(&stStreamId, (VDEC_EX_CB_TYPE)cb_type, u32Enable… in MApi_VDEC_UnsetEvent_EX()
|
| H A D | apiVDEC_EX.c.0 | 10218 MS_U32 cb_type = 0; 10255 IO_arg.param[1] = (void*)(&cb_type); 10262 for(cb_type=0;cb_type<E_VDEC_EX_CB_MAX_NUM;cb_type++) 10264 u32Event = u32VdecEventFlag & gVDEC_EX_2k_CbData[u8Idx].u32EventMap[cb_type]; 10269 if (gVDEC_EX_2k_CbData[u8Idx].pfn[cb_type] && u32Event) 10271 … gVDEC_EX_2k_CbData[u8Idx].pfn[cb_type](u32Event, gVDEC_EX_2k_CbData[u8Idx].param[cb_type]); 10279 MS_BOOL _VDEC_EX_Create_Callback_task(VDEC_StreamId *pStreamId, VDEC_EX_CB_TYPE cb_type, VDEC_EX_Ev… 10284 gVDEC_EX_2k_CbData[u8Idx].param[cb_type] = param; 10285 gVDEC_EX_2k_CbData[u8Idx].pfn[cb_type] = pfn; 10286 gVDEC_EX_2k_CbData[u8Idx].u32EventMap[cb_type] = u32EventFlag; [all …]
|
| /utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/ |
| H A D | apiVDEC.c | 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 11655 IO_arg.param[0] = (void *)&cb_type; 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 11691 _Attr.VdecEventInfo[cb_type].u32EventBitMap = u32EnableEvent; in MApi_VDEC_V2_SetEvent_EX() 11692 _Attr.VdecEventInfo[cb_type].pVdecEventCb = pfn; in MApi_VDEC_V2_SetEvent_EX() 11693 _Attr.VdecEventInfo[cb_type].pParam = param; in MApi_VDEC_V2_SetEvent_EX() 11702 _u32VdecIsrEventFlag |= _Attr.VdecEventInfo[cb_type].u32EventBitMap; 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 11900 IO_arg.param[0] = (void *)&cb_type; 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 [all …]
|
| H A D | apiVDEC_EX_wrap.c | 2353 …VDEC_EX_SetEvent_MultiCallback(VDEC_StreamId *pStreamId, VDEC_EX_CB_TYPE cb_type, MS_U32 u32EventF… in MApi_VDEC_EX_SetEvent_MultiCallback() argument 2359 eRetVal = MApi_VDEC_SetEvent_EX((VDEC_CB_TYPE)cb_type, u32EventFlag, pfn, param); in MApi_VDEC_EX_SetEvent_MultiCallback() 2371 …EC_EX_UnsetEvent_MultiCallback(VDEC_StreamId *pStreamId, VDEC_EX_CB_TYPE cb_type, MS_U32 u32EventF… in MApi_VDEC_EX_UnsetEvent_MultiCallback() argument 2377 eRetVal = MApi_VDEC_UnsetEvent_EX((VDEC_CB_TYPE)cb_type, u32EventFlag); in MApi_VDEC_EX_UnsetEvent_MultiCallback()
|
| /utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/ |
| H A D | apiVDEC_EX.c | 9328 MS_U32 cb_type = 0; in _VDEC_Callback_Proc() local 9365 IO_arg.param[1] = (void*)(&cb_type); in _VDEC_Callback_Proc() 9372 for(cb_type=0;cb_type<E_VDEC_EX_CB_MAX_NUM;cb_type++) in _VDEC_Callback_Proc() 9374 u32Event = u32VdecEventFlag & gVDEC_EX_2k_CbData[u8Idx].u32EventMap[cb_type]; in _VDEC_Callback_Proc() 9379 if (gVDEC_EX_2k_CbData[u8Idx].pfn[cb_type] && u32Event) in _VDEC_Callback_Proc() 9381 … gVDEC_EX_2k_CbData[u8Idx].pfn[cb_type](u32Event, gVDEC_EX_2k_CbData[u8Idx].param[cb_type]); in _VDEC_Callback_Proc() 9388 MS_BOOL _VDEC_EX_Create_Callback_task(VDEC_StreamId *pStreamId, VDEC_EX_CB_TYPE cb_type, VDEC_EX_Ev… in _VDEC_EX_Create_Callback_task() argument 9393 gVDEC_EX_2k_CbData[u8Idx].param[cb_type] = param; in _VDEC_EX_Create_Callback_task() 9394 gVDEC_EX_2k_CbData[u8Idx].pfn[cb_type] = pfn; in _VDEC_EX_Create_Callback_task() 9395 gVDEC_EX_2k_CbData[u8Idx].u32EventMap[cb_type] = u32EventFlag; in _VDEC_EX_Create_Callback_task() [all …]
|
| H A D | apiVDEC_wrap.c | 2588 VDEC_Result MApi_VDEC_SetEvent_EX(VDEC_CB_TYPE cb_type, MS_U32 u32EnableEvent, VDEC_EventCb pfn, vo… in MApi_VDEC_SetEvent_EX() argument 2594 …eEXRetVal = MApi_VDEC_EX_SetEvent_MultiCallback(&stStreamId, (VDEC_EX_CB_TYPE)cb_type, u32EnableEv… in MApi_VDEC_SetEvent_EX() 2606 VDEC_Result MApi_VDEC_UnsetEvent_EX(VDEC_CB_TYPE cb_type, MS_U32 u32EnableEvent) in MApi_VDEC_UnsetEvent_EX() argument 2612 …eEXRetVal = MApi_VDEC_EX_UnsetEvent_MultiCallback(&stStreamId, (VDEC_EX_CB_TYPE)cb_type, u32Enable… in MApi_VDEC_UnsetEvent_EX()
|
| /utopia/UTPA2-700.0.x/modules/vdec_v2/api/vdec_ex/ |
| H A D | apiVDEC_wrap.c | 2532 VDEC_Result MApi_VDEC_SetEvent_EX(VDEC_CB_TYPE cb_type, MS_U32 u32EnableEvent, VDEC_EventCb pfn, vo… in MApi_VDEC_SetEvent_EX() argument 2538 …eEXRetVal = MApi_VDEC_EX_SetEvent_MultiCallback(&stStreamId, (VDEC_EX_CB_TYPE)cb_type, u32EnableEv… in MApi_VDEC_SetEvent_EX() 2550 VDEC_Result MApi_VDEC_UnsetEvent_EX(VDEC_CB_TYPE cb_type, MS_U32 u32EnableEvent) in MApi_VDEC_UnsetEvent_EX() argument 2556 …eEXRetVal = MApi_VDEC_EX_UnsetEvent_MultiCallback(&stStreamId, (VDEC_EX_CB_TYPE)cb_type, u32Enable… in MApi_VDEC_UnsetEvent_EX()
|
| H A D | apiVDEC_EX.c | 6337 …C_EX_V2_SetEvent_MultiCallback(VDEC_StreamId *pStreamId, VDEC_EX_CB_TYPE cb_type, MS_U32 u32EventF… in _MApi_VDEC_EX_V2_SetEvent_MultiCallback() argument 6350 pVdecExContext->_Attr[u8Idx].vdecExEventInfo[cb_type].u32EventBitMap = u32EventFlag; in _MApi_VDEC_EX_V2_SetEvent_MultiCallback() 6351 pVdecExContext->_Attr[u8Idx].vdecExEventInfo[cb_type].pVdecEventCb = pfn; in _MApi_VDEC_EX_V2_SetEvent_MultiCallback() 6352 pVdecExContext->_Attr[u8Idx].vdecExEventInfo[cb_type].pParam = param; in _MApi_VDEC_EX_V2_SetEvent_MultiCallback() 6564 …EX_V2_UnsetEvent_MultiCallback(VDEC_StreamId *pStreamId, VDEC_EX_CB_TYPE cb_type, MS_U32 u32EventF… in _MApi_VDEC_EX_V2_UnsetEvent_MultiCallback() argument 6579 pVdecExContext->_Attr[u8Idx].vdecExEventInfo[cb_type].u32EventBitMap &= ~u32EventFlag; in _MApi_VDEC_EX_V2_UnsetEvent_MultiCallback() 6581 if (E_VDEC_EX_EVENT_OFF == pVdecExContext->_Attr[u8Idx].vdecExEventInfo[cb_type].u32EventBitMap) in _MApi_VDEC_EX_V2_UnsetEvent_MultiCallback() 6583 pVdecExContext->_Attr[u8Idx].vdecExEventInfo[cb_type].pVdecEventCb = NULL; in _MApi_VDEC_EX_V2_UnsetEvent_MultiCallback() 6584 pVdecExContext->_Attr[u8Idx].vdecExEventInfo[cb_type].pParam = NULL; in _MApi_VDEC_EX_V2_UnsetEvent_MultiCallback() 12465 …VDEC_EX_SetEvent_MultiCallback(VDEC_StreamId *pStreamId, VDEC_EX_CB_TYPE cb_type, MS_U32 u32EventF… in MApi_VDEC_EX_SetEvent_MultiCallback() argument [all …]
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | apiVDEC_EX.h | 1911 …VDEC_EX_SetEvent_MultiCallback(VDEC_StreamId *pStreamId, VDEC_EX_CB_TYPE cb_type, MS_U32 u32EventF… 1917 …EC_EX_UnsetEvent_MultiCallback(VDEC_StreamId *pStreamId, VDEC_EX_CB_TYPE cb_type, MS_U32 u32EventF…
|
| /utopia/UTPA2-700.0.x/modules/graphic/utopia_adaption/gop/ |
| H A D | GOP_adp.c | 1802 switch(ptr.cb_type) in GOP_adp_Ioctl()
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 26170 VDEC_Result MApi_VDEC_SetEvent_EX(VDEC_CB_TYPE cb_type, MS_U32 u32EnableEvent, VDEC_EventCb pfn, vo… 26171 VDEC_Result MApi_VDEC_UnsetEvent_EX(VDEC_CB_TYPE cb_type, MS_U32 u32EnableEvent); 26342 VDEC_Result MApi_VDEC_V2_SetEvent_EX(VDEC_CB_TYPE cb_type, MS_U32 u32EnableEvent, VDEC_EventCb pfn,… 26343 VDEC_Result MApi_VDEC_V2_UnsetEvent_EX(VDEC_CB_TYPE cb_type, MS_U32 u32EnableEvent); 45924 …VDEC_EX_SetEvent_MultiCallback(VDEC_StreamId *pStreamId, VDEC_EX_CB_TYPE cb_type, MS_U32 u32EventF… 45930 …EC_EX_UnsetEvent_MultiCallback(VDEC_StreamId *pStreamId, VDEC_EX_CB_TYPE cb_type, MS_U32 u32EventF…
|