| /utopia/UTPA2-700.0.x/modules/dmx/api/dmx/ |
| H A D | apiDMX.c | 2010 static MS_BOOL _DMX_FlowSetTSO(DMX_FLOW DmxFlow, DMX_FLOW_INPUT DmxFlowInput, MS_BOOL bClkInv, MS_B… in _DMX_FlowSetTSO() argument 2019 switch(DmxFlow) in _DMX_FlowSetTSO() 2090 static MS_BOOL _DMX_FlowSetTSO(DMX_FLOW DmxFlow, DMX_FLOW_INPUT DmxFlowInput, MS_BOOL bClkInv, MS_B… in _DMX_FlowSetTSO() argument 2139 switch (DmxFlow) in _DMX_FlowSetTSO() 2179 static MS_BOOL _DMX_FlowSet(DMX_FLOW DmxFlow, DMX_FLOW_INPUT DmxFlowInput, MS_BOOL bClkInv, MS_BOOL… in _DMX_FlowSet() argument 2188 if(DmxFlow == DMX_FLOW_TSO_PLAYBACK) in _DMX_FlowSet() 2230 stOutputCfg.eFlow = DmxFlow; in _DMX_FlowSet() 2239 if((DmxFlow == DMX_FLOW_TSO_PLAYBACK) || (DmxFlow == DMX_FLOW_TSO_MMT)) in _DMX_FlowSet() 2243 stInputCfg.eFlow = DmxFlow; in _DMX_FlowSet() 2252 if(DMX_FLOW_TSO_PLAYBACK == DmxFlow) in _DMX_FlowSet() [all …]
|
| H A D | apiDMX_v2.c | 888 DMX_FILTER_STATUS MApi_DMX_Get_FlowInput_Status(DMX_FLOW DmxFlow, DMX_FLOW_INPUT *pDmxFlowInput, MS… in MApi_DMX_Get_FlowInput_Status() argument 906 flowparam.DmxFlow = DmxFlow; in MApi_DMX_Get_FlowInput_Status() 938 return _MApi_DMX_Get_FlowInput_Status(DmxFlow, pDmxFlowInput, pbClkInv, pbExtSync, pbParallel); in MApi_DMX_Get_FlowInput_Status() 943 DMX_FILTER_STATUS MApi_DMX_FlowSet(DMX_FLOW DmxFlow, DMX_FLOW_INPUT DmxFlowInput, MS_BOOL bClkInv, … in MApi_DMX_FlowSet() argument 954 flowparam.DmxFlow = DmxFlow; in MApi_DMX_FlowSet() 978 return _MApi_DMX_FlowSet(DmxFlow, DmxFlowInput, bClkInv, bExtSync, bParallel); in MApi_DMX_FlowSet() 3601 DMX_FILTER_STATUS MApi_DMX_Parl_Invert(DMX_FLOW DmxFlow, MS_BOOL bInvert) in MApi_DMX_Parl_Invert() argument 3613 u32param[0] = (MS_U32)DmxFlow; in MApi_DMX_Parl_Invert() 3628 return _MApi_DMX_Parl_Invert(DmxFlow, bInvert); in MApi_DMX_Parl_Invert() 3733 DMX_FILTER_STATUS MApi_DMX_FlowEnable(DMX_FLOW DmxFlow, MS_BOOL bEnable) in MApi_DMX_FlowEnable() argument [all …]
|
| H A D | apiDMX_private.h | 693 DMX_FILTER_STATUS _MApi_DMX_Get_FlowInput_Status(DMX_FLOW DmxFlow, DMX_FLOW_INPUT *pDmxFlowInput, M… 694 DMX_FILTER_STATUS _MApi_DMX_FlowSet(DMX_FLOW DmxFlow, DMX_FLOW_INPUT DmxFlowInput, MS_BOOL bClkInv,… 747 DMX_FILTER_STATUS _MApi_DMX_Parl_Invert(DMX_FLOW DmxFlow, MS_BOOL bInvert); 751 DMX_FILTER_STATUS _MApi_DMX_FlowEnable(DMX_FLOW DmxFlow, MS_BOOL bEnable); 769 DMX_FILTER_STATUS _MApi_DMX_SetPacketMode(DMX_FLOW DmxFlow, DMX_PacketMode ePktMode);
|
| H A D | mapiDMX.c | 756 …pFlowParam->u32Res = (MS_U32)psDmxInstPri->fpDMXFlowSet(pFlowParam->DmxFlow, pFlowParam->DmxFlowIn… in DMXIoctl() 761 …pFlowParam->u32Res = (MS_U32)psDmxInstPri->fpDMXGetFlowInputSts(pFlowParam->DmxFlow, &(pFlowParam-… in DMXIoctl()
|
| /utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/ |
| H A D | drvTSP2.c | 2771 static MS_U32 _TSP_Drv_DmxFlow2PVREng_Mapping(DRV_TSP_FLOW DmxFlow) in _TSP_Drv_DmxFlow2PVREng_Mapping() argument 2773 switch (DmxFlow) in _TSP_Drv_DmxFlow2PVREng_Mapping() 3126 TSP_Result MDrv_TSP_SetFlowSource(DRV_TSP_FLOW DmxFlow, TSP_TSId eTid) in MDrv_TSP_SetFlowSource() argument 3135 if ( (DmxFlow == E_DRV_TSP_FLOW_PLAYBACK0) || (DmxFlow == E_DRV_TSP_FLOW_PLAYBACK1) in MDrv_TSP_SetFlowSource() 3136 || (DmxFlow == E_DRV_TSP_FLOW_PLAYBACK2) || (DmxFlow == E_DRV_TSP_FLOW_PLAYBACK3) in MDrv_TSP_SetFlowSource() 3137 || (DmxFlow == E_DRV_TSP_FLOW_PLAYBACK4) || (DmxFlow == E_DRV_TSP_FLOW_PLAYBACK5) in MDrv_TSP_SetFlowSource() 3138 || (DmxFlow == E_DRV_TSP_FLOW_PLAYBACK6) ) in MDrv_TSP_SetFlowSource() 3154 …else if ((DmxFlow == E_DRV_TSP_FLOW_PVR0) || (DmxFlow == E_DRV_TSP_FLOW_PVR1) || (DmxFlow == E_DRV… in MDrv_TSP_SetFlowSource() 3157 MS_U32 u32Eng = _TSP_Drv_DmxFlow2PVREng_Mapping(DmxFlow); in MDrv_TSP_SetFlowSource() 3194 else if ((DmxFlow == E_DRV_TSP_FLOW_TSO0) || (DmxFlow == E_DRV_TSP_FLOW_TSO1)) in MDrv_TSP_SetFlowSource()
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | apiDMX.h | 1534 DMX_FILTER_STATUS MApi_DMX_SetPacketMode(DMX_FLOW DmxFlow, DMX_PacketMode ePktMode); 1637 DMX_FILTER_STATUS MApi_DMX_Parl_Invert(DMX_FLOW DmxFlow, MS_BOOL bInvert); 1671 DMX_FILTER_STATUS MApi_DMX_FlowSet(DMX_FLOW DmxFlow, DMX_FLOW_INPUT DmxFlowInput, MS_BOOL bClkInv, … 1695 DMX_FILTER_STATUS MApi_DMX_Get_FlowInput_Status(DMX_FLOW DmxFlow, DMX_FLOW_INPUT *pDmxFlowInput, MS… 1705 DMX_FILTER_STATUS MApi_DMX_FlowEnable(DMX_FLOW DmxFlow, MS_BOOL bEnable);
|
| H A D | apiDMX_v2.h | 448 DMX_FLOW DmxFlow; member
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | apiDMX.h | 1247 DMX_FILTER_STATUS MApi_DMX_FlowSet(DMX_FLOW DmxFlow, DMX_FLOW_INPUT DmxFlowInput, MS_BOOL bClkInv, … 1270 DMX_FILTER_STATUS MApi_DMX_Get_FlowInput_Status(DMX_FLOW DmxFlow, DMX_FLOW_INPUT *pDmxFlowInput, MS…
|
| H A D | apiDMX_v2.h | 406 DMX_FLOW DmxFlow; member
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 33256 DMX_FILTER_STATUS MApi_DMX_SetPacketMode(DMX_FLOW DmxFlow, DMX_PacketMode ePktMode); 33274 DMX_FILTER_STATUS MApi_DMX_Parl_Invert(DMX_FLOW DmxFlow, MS_BOOL bInvert); 33280 DMX_FILTER_STATUS MApi_DMX_FlowSet(DMX_FLOW DmxFlow, DMX_FLOW_INPUT DmxFlowInput, MS_BOOL bClkInv, … 33284 DMX_FILTER_STATUS MApi_DMX_Get_FlowInput_Status(DMX_FLOW DmxFlow, DMX_FLOW_INPUT *pDmxFlowInput, MS… 33286 DMX_FILTER_STATUS MApi_DMX_FlowEnable(DMX_FLOW DmxFlow, MS_BOOL bEnable); 58284 DMX_FLOW DmxFlow;
|