| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | apiDMX.h | 617 typedef void (*DMX_NotifyCb)(MS_U8 u8DmxId, DMX_EVENT enEvent); 618 typedef void (*DMX_Type2NotifyCb)(MS_U8 u8DmxId, DMX_EVENT enEvent, MS_U32 NotifyParam1); 620 typedef MS_BOOL (*DMX_CheckCb)(MS_U8 u8DmxId, MS_U8* start, MS_U8* end, MS_U8* read, MS_U8* write); 1456 DMX_FILTER_STATUS MApi_DMX_Close(MS_U8 u8DmxId); 1465 DMX_FILTER_STATUS MApi_DMX_Start(MS_U8 u8DmxId); 1474 DMX_FILTER_STATUS MApi_DMX_Stop(MS_U8 u8DmxId); 1486 DMX_FILTER_STATUS MApi_DMX_Info(MS_U8 u8DmxId, DMX_Flt_info* pDmxFltInfo, DMX_FILTER_TYPE* pDmxFltT… 1497 DMX_FILTER_STATUS MApi_DMX_Pid(MS_U8 u8DmxId, MS_U16* pu16Pid, MS_BOOL bSet); 1507 DMX_FILTER_STATUS MApi_DMX_IsStart(MS_U8 u8DmxId, MS_BOOL* pbEnable); 1521 DMX_FILTER_STATUS MApi_DMX_CopyData(MS_U8 u8DmxId, MS_U8* pu8Buf, MS_U32 u32BufSize, MS_U32* pu32Ac… [all …]
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | apiDMX.h | 777 typedef void (*DMX_NotifyCb)(MS_U8 u8DmxId, DMX_EVENT enEvent); ///<… 779 typedef void (*DMX_Type2NotifyCb)(MS_U8 u8DmxId, DMX_EVENT enEvent, MS_U32 NotifyParam1); ///<… 783 typedef MS_BOOL (*DMX_CheckCb)(MS_U8 u8DmxId, MS_U8* start, MS_U8* end, MS_U8* read, MS_U8* write); 2375 DMX_FILTER_STATUS MApi_DMX_Pvr_Pid_Close(MS_U8 u8DmxId); 2534 DMX_FILTER_STATUS MApi_DMX_Pvr_Eng_Pid_Close(DMX_PVR_ENG Eng ,MS_U8 u8DmxId); 2641 DMX_FILTER_STATUS MApi_DMX_Pvr_Eng_Pid(DMX_PVR_ENG Eng ,MS_U8 u8DmxId , MS_U32 *Pid, MS_BOOL bSet); 2703 DMX_FILTER_STATUS MApi_DMX_PvrCA_Pid_Close(MS_U8 u8DmxId); 2745 DMX_FILTER_STATUS MApi_DMX_PvrCA_Eng_Pid_Close(DMX_PVR_ENG Eng, MS_U8 u8DmxId); 2788 DMX_FILTER_STATUS MApi_DMX_Filein_Pvr_Eng_Pid_Close(DMX_PVR_ENG Eng, MS_U8 u8DmxId); 3247 DMX_FILTER_STATUS MApi_DMX_MMFI_Pid_Close(MS_U8 u8DmxId);
|
| /utopia/UTPA2-700.0.x/modules/dscmb/api/nsk2hdi/ |
| H A D | nsk2hdx_ecmflt.c | 217 static void _NSK2_ECMDFLT_DataCb(MS_U8 u8DmxId, DMX_EVENT enFilterStatus) in _NSK2_ECMDFLT_DataCb() argument 224 connection = ECM_Connection[u8DmxId]; in _NSK2_ECMDFLT_DataCb() 226 MsOS_SetEvent(_s32ECMFLTEventId, ( (u8DmxId) | (connection<<8) | ECMPacketArrive) ); in _NSK2_ECMDFLT_DataCb() 234 MApi_DMX_Stop(u8DmxId); in _NSK2_ECMDFLT_DataCb() 235 MApi_DMX_Start(u8DmxId); in _NSK2_ECMDFLT_DataCb()
|
| /utopia/UTPA2-700.0.x/modules/dmx/api/dmx/ |
| H A D | apiDMX_v2.c | 2222 DMX_FILTER_STATUS MApi_DMX_PvrCA_Eng_Pid_Close(DMX_PVR_ENG Eng, MS_U8 u8DmxId) in MApi_DMX_PvrCA_Eng_Pid_Close() argument 2229 …DMX_V2DBGMSG(ULOGD("DMX", "[%s](%d, %d) %d\n", __FUNCTION__, (MS_S32)Eng, (MS_S32)u8DmxId, __LINE_… in MApi_DMX_PvrCA_Eng_Pid_Close() 2235 u32Param[1] = ((MS_U32)u8DmxId) & 0xFF; in MApi_DMX_PvrCA_Eng_Pid_Close() 2250 return _MApi_DMX_PvrCA_Eng_Pid_Close(Eng, u8DmxId); in MApi_DMX_PvrCA_Eng_Pid_Close() 2291 DMX_FILTER_STATUS MApi_DMX_PvrCA_Pid_Close(MS_U8 u8DmxId) in MApi_DMX_PvrCA_Pid_Close() argument 2296 return (MApi_DMX_PvrCA_Eng_Pid_Close(DMX_PVR_EGN0, u8DmxId)); in MApi_DMX_PvrCA_Pid_Close() 2298 return (MApi_DMX_Pvr_Pid_Close(u8DmxId)); in MApi_DMX_PvrCA_Pid_Close() 4879 DMX_FILTER_STATUS MApi_DMX_MMFI_Pid_Close(MS_U8 u8DmxId) in MApi_DMX_MMFI_Pid_Close() argument 4891 u32Param[1] = ((MS_U32)u8DmxId) & 0xFF; in MApi_DMX_MMFI_Pid_Close() 4904 return _MApi_DMX_MMFI_Pid_Close(u8DmxId); in MApi_DMX_MMFI_Pid_Close() [all …]
|
| H A D | Internal_DMX_debug.c | 784 void _DMX_DbgCb(MS_U8 u8DmxId, DMX_EVENT enEvent) in _DMX_DbgCb() argument 790 dmx_dbg_print("[%s] Flt[%d] data ready\n", __FUNCTION__, (int)u8DmxId); in _DMX_DbgCb() 791 … if(DMX_FILTER_STATUS_OK != MApi_DMX_CopyData(u8DmxId, u8TmpSecBuf, 4096, &u32Read, &u32Rmn, NULL)) in _DMX_DbgCb() 793 dmx_dbg_print("Flt[%d] copy data error\n", (int)u8DmxId); in _DMX_DbgCb() 799 dmx_dbg_print("[%s] Flt[%d] buffer overflow\n", __FUNCTION__, (int)u8DmxId); in _DMX_DbgCb() 800 MApi_DMX_Stop(u8DmxId); in _DMX_DbgCb() 801 MApi_DMX_Start(u8DmxId); in _DMX_DbgCb()
|
| H A D | apiDMX.c | 6910 DMX_FILTER_STATUS _MApi_DMX_Filein_Pvr_Eng_Pid_Close(DMX_PVR_ENG Eng, MS_U8 u8DmxId) 6914 … DMX_PVRDBGMSG(DMX_DBG_FUNC, ULOGD("DMX", "[%s] %d (%d)\n", __FUNCTION__, __LINE__, (int)u8DmxId)); 6916 …MX_ASSERT(DMX_MAX_FLTID > u8DmxId, DMX_DBGMSG(DMX_DBG_ERR, ULOGE("DMX", "[MAPI DMX][%06d] Bad Demu… 6920 MDrv_TSP_PidFlt_Enable(0, u8DmxId, FALSE); 6921 MDrv_TSP_PidFlt_SetPid(0, u8DmxId, DRVTSP_PID_NULL); 6922 _FLT_LIST_PID_SET(u8DmxId, DRVTSP_PID_NULL); 6923 MDrv_TSP_PidFlt_Free(0, u8DmxId); 6924 _FLT_LIST_REMOVE(u8DmxId); 10613 DMX_FILTER_STATUS _MApi_DMX_MMFI_Pid_Close(MS_U8 u8DmxId) 10621 if(MDrv_MMFI_PidFlt_Free(u8DmxId) == DRVMMFI_FAIL)
|
| H A D | apiDMX_private.h | 781 DMX_FILTER_STATUS _MApi_DMX_MMFI_Pid_Close(MS_U8 u8DmxId); 892 DMX_FILTER_STATUS _MApi_DMX_Filein_Pvr_Eng_Pid_Close(DMX_PVR_ENG Eng, MS_U8 u8DmxId);
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 32594 typedef void (*DMX_NotifyCb)(MS_U8 u8DmxId, DMX_EVENT enEvent); 32596 typedef void (*DMX_Type2NotifyCb)(MS_U8 u8DmxId, DMX_EVENT enEvent, MS_U32 NotifyParam1); 32600 typedef MS_BOOL (*DMX_CheckCb)(MS_U8 u8DmxId, MS_U8* start, MS_U8* end, MS_U8* read, MS_U8* write); 33417 DMX_FILTER_STATUS MApi_DMX_Pvr_Pid_Close(MS_U8 u8DmxId); 33467 DMX_FILTER_STATUS MApi_DMX_Pvr_Eng_Pid_Close(DMX_PVR_ENG Eng ,MS_U8 u8DmxId); 33487 DMX_FILTER_STATUS MApi_DMX_Pvr_Eng_Pid(DMX_PVR_ENG Eng ,MS_U8 u8DmxId , MS_U32 *Pid, MS_BOOL bSet); 33499 DMX_FILTER_STATUS MApi_DMX_PvrCA_Pid_Close(MS_U8 u8DmxId); 33513 DMX_FILTER_STATUS MApi_DMX_PvrCA_Eng_Pid_Close(DMX_PVR_ENG Eng, MS_U8 u8DmxId); 33527 DMX_FILTER_STATUS MApi_DMX_Filein_Pvr_Eng_Pid_Close(DMX_PVR_ENG Eng, MS_U8 u8DmxId); 33681 DMX_FILTER_STATUS MApi_DMX_MMFI_Pid_Close(MS_U8 u8DmxId);
|