Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX.c4658 DrvTSP_DscmbCtrl DscmbPath = 0; in _MApi_DMX_PVR_FlowSet() local
4663 MDrv_TSP_Dscmb_Path(0, &DscmbPath, FALSE); in _MApi_DMX_PVR_FlowSet()
4667 if((DscmbPath & E_DRVTSP_CA_OUTPUT_LIVE0) == 0) in _MApi_DMX_PVR_FlowSet()
4753 MDrv_TSP_Dscmb_Path(0, &DscmbPath, FALSE); in _MApi_DMX_PVR_FlowSet()
4757 if(DscmbPath & E_DRVTSP_CA_INPUT_TSIF1) in _MApi_DMX_PVR_FlowSet()
4813 DscmbPath = E_DRVTSP_CA_INPUT_TSIF1|E_DRVTSP_CA_OUTPUT_REC0; in _MApi_DMX_PVR_FlowSet()
4814 MDrv_TSP_Dscmb_Path(0, &DscmbPath, TRUE); in _MApi_DMX_PVR_FlowSet()
4818 MDrv_TSP_Dscmb_Path(0, &DscmbPath, FALSE); in _MApi_DMX_PVR_FlowSet()
4822 if(DscmbPath & E_DRVTSP_CA_INPUT_TSIF1) in _MApi_DMX_PVR_FlowSet()
4825 DscmbPath |= E_DRVTSP_CA_OUTPUT_REC0; in _MApi_DMX_PVR_FlowSet()
[all …]