Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dscmb/drv/nsk2/
H A DdrvNDSRasp.c989 MS_U32 NDS_RASP_PvrEngStart(MS_U32 u32RASPEng, DrvRASP_RecMode eRecMode, MS_BOOL bEnable) in NDS_RASP_PvrEngStart() argument
991 …DRVRASP_DBG(RASP_DBGLV_INFO, "RaspEng = %x, eRecMode = %d, bEnable = %d\n",u32RASPEng, eRecMode, b… in NDS_RASP_PvrEngStart()
998 switch (eRecMode) in NDS_RASP_PvrEngStart()
1018 switch (eRecMode) in NDS_RASP_PvrEngStart()
1041 MS_U32 NDS_RASP_AdvEnable(MS_U32 u32RASPEng, DrvRASP_RecMode eRecMode, MS_BOOL bEn) in NDS_RASP_AdvEnable() argument
1043 … DRVRASP_DBG(RASP_DBGLV_INFO, "RaspEng = %x, eRecMode = %d, bEn = %d\n",u32RASPEng, eRecMode, bEn); in NDS_RASP_AdvEnable()
1050 switch (eRecMode) in NDS_RASP_AdvEnable()
1069 switch (eRecMode) in NDS_RASP_AdvEnable()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DdrvTSP.c5906 TSP_Result MDrv_TSP_PVR_Start(DrvTSP_RecMode eRecMode, MS_BOOL bStart)
5914 if(eRecMode == E_DRVTSP_REC_MODE_ENG0_FI_BYPASS)
5919 else if(eRecMode == E_DRVTSP_REC_MODE_ENG0_FI_FLTTYPE)
5924 else if(eRecMode == E_DRVTSP_REC_MODE_ENG0_FLT1CA)
5932 HAL_TSP_PVR_All((HAS_FLAG(eRecMode, 0x02))? TRUE: FALSE);
5940 …if((eRecMode == E_DRVTSP_REC_MODE_ENG0_FI_BYPASS) || (eRecMode == E_DRVTSP_REC_MODE_ENG0_FI_FLTTYP…
5944 else if(eRecMode == E_DRVTSP_REC_MODE_ENG0_FLT1CA)
6411 TSP_Result MDrv_TSP_PVR_Eng_Start(MS_U8 u8PVRId, DrvTSP_RecMode eRecMode, MS_BOOL bStart)
6417 return (MDrv_TSP_PVR_Start(eRecMode, bStart));
6426 HAL_TSP_PVR1_All((HAS_FLAG(eRecMode, 0x02))? TRUE: FALSE);
H A DdrvTSP.h791 TSP_Result MDrv_TSP_PVR_Start(DrvTSP_RecMode eRecMode, MS_BOOL bStart);
810 TSP_Result MDrv_TSP_PVR_Eng_Start(MS_U8 u8PVRId, DrvTSP_RecMode eRecMode, MS_BOOL bStart);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvNDSRASP.h414 MS_U32 NDS_RASP_PvrEngStart(MS_U32 u32RASPEng,DrvRASP_RecMode eRecMode,MS_BOOL bEnable);
439 MS_U32 NDS_RASP_AdvEnable(MS_U32 u32RASPEng, DrvRASP_RecMode eRecMode, MS_BOOL bEn);
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvRASP.h280 RASP_Result MDrv_RASP_PVR_Start(MS_U32 u32RASPEng, DrvRASP_RecMode eRecMode, MS_BOOL bStart);
/utopia/UTPA2-700.0.x/modules/dmx/drv/tso2/
H A DdrvTSO.h428 TSO_Result MDrv_TSO_PVR_Start(MS_U8 u8PVRId, DrvTSO_RecMode eRecMode, MS_BOOL bStart);
H A DdrvTSO.c1990 TSO_Result MDrv_TSO_PVR_Start(MS_U8 u8PVRId, DrvTSO_RecMode eRecMode, MS_BOOL bStart) in MDrv_TSO_PVR_Start() argument
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.h868 TSP_Result MDrv_TSP_PVR_Eng_Start(MS_U8 u8PVRId, DrvTSP_RecMode eRecMode, MS_BOOL bStart);
H A DdrvTSP.c6010 TSP_Result MDrv_TSP_PVR_Eng_Start(MS_U8 u8PVRId, DrvTSP_RecMode eRecMode, MS_BOOL bStart) in MDrv_TSP_PVR_Eng_Start() argument
6017 …HAL_TSP_PVR_All(u8PVRId, (HAS_FLAG(eRecMode, 0x02UL))? TRUE: FALSE, (HAS_FLAG(eRecMode, 0x02UL))? … in MDrv_TSP_PVR_Eng_Start()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c620 static TSP_Result _MDrv_PVR_Eng_Start(MS_U32 u32Eng, TSP_DRV_PVR_RecMode eRecMode, MS_BOOL bStart) …
6976 static TSP_Result _MDrv_PVR_Eng_Start(MS_U32 u32Eng, TSP_DRV_PVR_RecMode eRecMode, MS_BOOL bStart) in _MDrv_PVR_Eng_Start() argument
6986 switch (eRecMode) in _MDrv_PVR_Eng_Start()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt39883 MS_U32 NDS_RASP_PvrEngStart(MS_U32 u32RASPEng,DrvRASP_RecMode eRecMode,MS_BOOL bEnable);
39908 MS_U32 NDS_RASP_AdvEnable(MS_U32 u32RASPEng, DrvRASP_RecMode eRecMode, MS_BOOL bEn);