Home
last modified time | relevance | path

Searched refs:DmxFlow (Results 1 – 10 of 10) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX.c2010 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 DapiDMX_v2.c888 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 DapiDMX_private.h693 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 DmapiDMX.c756 …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 DdrvTSP2.c2771 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 DapiDMX.h1534 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 DapiDMX_v2.h448 DMX_FLOW DmxFlow; member
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiDMX.h1247 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 DapiDMX_v2.h406 DMX_FLOW DmxFlow; member
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt33256 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;