Home
last modified time | relevance | path

Searched refs:VideoSystem (Results 1 – 25 of 35) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/ve/drv/ve/
H A DdrvTVEncoder.c221 MS_VE_VIDEOSYS VideoSystem; // video std of output signal member
464 pDrvStatus->VideoSystem = g_VEInfo.VideoSystem; in _MDrv_VE_GetStatus()
896 Hal_VE_set_color_convert(g_VEInfo.VideoSystem, g_VEInfo.u8DACType); in _MDrv_VE_SwitchOuputDest()
1198 if(g_VEInfo.VideoSystem <= MS_VE_PAL_M) in _MDrv_VE_SetOutputCtrl()
1315 MS_BOOL _MDrv_VE_SetOutputVideoStd(MS_VE_VIDEOSYS VideoSystem) in _MDrv_VE_SetOutputVideoStd() argument
1318 MSG_DRV_VE("VE Standard: VideoSystem=%d\n", VideoSystem); in _MDrv_VE_SetOutputVideoStd()
1319 g_VEInfo.VideoSystem = VideoSystem; in _MDrv_VE_SetOutputVideoStd()
1321 bRet = Hal_VE_set_output_video_std(VideoSystem); in _MDrv_VE_SetOutputVideoStd()
1326 MS_BOOL MDrv_VE_SetOutputVideoStd(MS_VE_VIDEOSYS VideoSystem) in MDrv_VE_SetOutputVideoStd() argument
1339 pArgs->VideoSystem = VideoSystem; in MDrv_VE_SetOutputVideoStd()
[all …]
H A Dtvencoder_private.h16 … (*IOCTL_VE_SetOutputVideoStd) (MS_VE_VIDEOSYS VideoSystem);
44 … (*IOCTL_VE_SetCusTable) (MS_VE_VIDEOSYS VideoSystem, MS_U8* pTbl);
178 MS_BOOL _MDrv_VE_SetOutputVideoStd(MS_VE_VIDEOSYS VideoSystem);
207 MS_BOOL _MDrv_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pTbl);
H A Dtvencoder.h126 MS_VE_VIDEOSYS VideoSystem; member
296 MS_VE_VIDEOSYS VideoSystem; member
/utopia/UTPA2-700.0.x/modules/ve/hal/mustang/ve/
H A Dmhal_tvencoder.c367 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem) in Hal_VE_set_output_video_std() argument
372 if(VideoSystem >= MS_VE_VIDEOSYS_NUM) in Hal_VE_set_output_video_std()
379 if(VideoSystem == MS_VE_PAL) in Hal_VE_set_output_video_std()
382 pVideoSysTbl = &VE_OUT_VIDEOSTD_TBL[VideoSystem]; in Hal_VE_set_output_video_std()
419 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size) in Hal_VE_SetCusTable() argument
/utopia/UTPA2-700.0.x/modules/ve/hal/maldives/ve/
H A Dmhal_tvencoder.c364 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem) in Hal_VE_set_output_video_std() argument
369 if(VideoSystem >= MS_VE_VIDEOSYS_NUM) in Hal_VE_set_output_video_std()
376 if(VideoSystem == MS_VE_PAL) in Hal_VE_set_output_video_std()
379 pVideoSysTbl = &VE_OUT_VIDEOSTD_TBL[VideoSystem]; in Hal_VE_set_output_video_std()
416 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size) in Hal_VE_SetCusTable() argument
/utopia/UTPA2-700.0.x/modules/ve/hal/k6/ve/
H A Dmhal_tvencoder.c923 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem) in Hal_VE_set_output_video_std() argument
928 if(VideoSystem >= MS_VE_VIDEOSYS_NUM) in Hal_VE_set_output_video_std()
936 pVideoSysTbl = &VE_OUT_VIDEOSTD_TBL[VideoSystem]; in Hal_VE_set_output_video_std()
956 MS_U8* u8tbl = _gpu8CusTable[VideoSystem]; in Hal_VE_set_output_video_std()
965 if(VideoSystem <= MS_VE_PAL_M) // 480i in Hal_VE_set_output_video_std()
979 if (VideoSystem != MS_VE_SECAM) { in Hal_VE_set_output_video_std()
1005 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size) in Hal_VE_SetCusTable() argument
1019 memcpy(_gpu8CusTable[VideoSystem],pu8Tbl,u16size); in Hal_VE_SetCusTable()
/utopia/UTPA2-700.0.x/modules/ve/hal/kano/ve/
H A Dmhal_tvencoder.c904 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem) in Hal_VE_set_output_video_std() argument
909 if(VideoSystem >= MS_VE_VIDEOSYS_NUM) in Hal_VE_set_output_video_std()
917 pVideoSysTbl = &VE_OUT_VIDEOSTD_TBL[VideoSystem]; in Hal_VE_set_output_video_std()
937 MS_U8* u8tbl = _gpu8CusTable[VideoSystem]; in Hal_VE_set_output_video_std()
946 if(VideoSystem <= MS_VE_PAL_M) // 480i in Hal_VE_set_output_video_std()
960 if (VideoSystem != MS_VE_SECAM) { in Hal_VE_set_output_video_std()
986 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size) in Hal_VE_SetCusTable() argument
1000 memcpy(_gpu8CusTable[VideoSystem],pu8Tbl,u16size); in Hal_VE_SetCusTable()
/utopia/UTPA2-700.0.x/modules/ve/hal/curry/ve/
H A Dmhal_tvencoder.c907 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem) in Hal_VE_set_output_video_std() argument
912 if(VideoSystem >= MS_VE_VIDEOSYS_NUM) in Hal_VE_set_output_video_std()
920 pVideoSysTbl = &VE_OUT_VIDEOSTD_TBL[VideoSystem]; in Hal_VE_set_output_video_std()
940 MS_U8* u8tbl = _gpu8CusTable[VideoSystem]; in Hal_VE_set_output_video_std()
949 if(VideoSystem <= MS_VE_PAL_M) // 480i in Hal_VE_set_output_video_std()
963 if (VideoSystem != MS_VE_SECAM) { in Hal_VE_set_output_video_std()
989 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size) in Hal_VE_SetCusTable() argument
1003 memcpy(_gpu8CusTable[VideoSystem],pu8Tbl,u16size); in Hal_VE_SetCusTable()
/utopia/UTPA2-700.0.x/modules/ve/hal/mainz/ve/
H A Dmhal_tvencoder.c367 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem) in Hal_VE_set_output_video_std() argument
372 if(VideoSystem >= MS_VE_VIDEOSYS_NUM) in Hal_VE_set_output_video_std()
379 if(VideoSystem == MS_VE_PAL) in Hal_VE_set_output_video_std()
382 pVideoSysTbl = &VE_OUT_VIDEOSTD_TBL[VideoSystem]; in Hal_VE_set_output_video_std()
419 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size) in Hal_VE_SetCusTable() argument
/utopia/UTPA2-700.0.x/modules/ve/hal/messi/ve/
H A Dmhal_tvencoder.c367 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem) in Hal_VE_set_output_video_std() argument
372 if(VideoSystem >= MS_VE_VIDEOSYS_NUM) in Hal_VE_set_output_video_std()
379 if(VideoSystem == MS_VE_PAL) in Hal_VE_set_output_video_std()
382 pVideoSysTbl = &VE_OUT_VIDEOSTD_TBL[VideoSystem]; in Hal_VE_set_output_video_std()
419 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size) in Hal_VE_SetCusTable() argument
/utopia/UTPA2-700.0.x/modules/ve/hal/macan/ve/
H A Dmhal_tvencoder.c369 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem) in Hal_VE_set_output_video_std() argument
374 if(VideoSystem >= MS_VE_VIDEOSYS_NUM) in Hal_VE_set_output_video_std()
381 if(VideoSystem == MS_VE_PAL) in Hal_VE_set_output_video_std()
384 pVideoSysTbl = &VE_OUT_VIDEOSTD_TBL[VideoSystem]; in Hal_VE_set_output_video_std()
421 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size) in Hal_VE_SetCusTable() argument
/utopia/UTPA2-700.0.x/modules/ve/hal/k6lite/ve/
H A Dmhal_tvencoder.c910 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem) in Hal_VE_set_output_video_std() argument
915 if(VideoSystem >= MS_VE_VIDEOSYS_NUM) in Hal_VE_set_output_video_std()
923 pVideoSysTbl = &VE_OUT_VIDEOSTD_TBL[VideoSystem]; in Hal_VE_set_output_video_std()
943 MS_U8* u8tbl = _gpu8CusTable[VideoSystem]; in Hal_VE_set_output_video_std()
952 if(VideoSystem <= MS_VE_PAL_M) // 480i in Hal_VE_set_output_video_std()
966 if (VideoSystem != MS_VE_SECAM) { in Hal_VE_set_output_video_std()
992 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size) in Hal_VE_SetCusTable() argument
1006 memcpy(_gpu8CusTable[VideoSystem],pu8Tbl,u16size); in Hal_VE_SetCusTable()
/utopia/UTPA2-700.0.x/modules/ve/hal/maxim/ve/
H A Dmhal_tvencoder.c377 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem) in Hal_VE_set_output_video_std() argument
382 if(VideoSystem >= MS_VE_VIDEOSYS_NUM) in Hal_VE_set_output_video_std()
389 if(VideoSystem == MS_VE_PAL) in Hal_VE_set_output_video_std()
392 pVideoSysTbl = &VE_OUT_VIDEOSTD_TBL[VideoSystem]; in Hal_VE_set_output_video_std()
429 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size) in Hal_VE_SetCusTable() argument
/utopia/UTPA2-700.0.x/modules/ve/hal/manhattan/ve/
H A Dmhal_tvencoder.c373 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem) in Hal_VE_set_output_video_std() argument
378 if(VideoSystem >= MS_VE_VIDEOSYS_NUM) in Hal_VE_set_output_video_std()
385 if(VideoSystem == MS_VE_PAL) in Hal_VE_set_output_video_std()
388 pVideoSysTbl = &VE_OUT_VIDEOSTD_TBL[VideoSystem]; in Hal_VE_set_output_video_std()
425 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size) in Hal_VE_SetCusTable() argument
/utopia/UTPA2-700.0.x/modules/ve/hal/maserati/ve/
H A Dmhal_tvencoder.c376 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem) in Hal_VE_set_output_video_std() argument
381 if(VideoSystem >= MS_VE_VIDEOSYS_NUM) in Hal_VE_set_output_video_std()
388 if(VideoSystem == MS_VE_PAL) in Hal_VE_set_output_video_std()
391 pVideoSysTbl = &VE_OUT_VIDEOSTD_TBL[VideoSystem]; in Hal_VE_set_output_video_std()
428 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size) in Hal_VE_SetCusTable() argument
/utopia/UTPA2-700.0.x/modules/ve/hal/M7621/ve/
H A Dmhal_tvencoder.c377 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem) in Hal_VE_set_output_video_std() argument
382 if(VideoSystem >= MS_VE_VIDEOSYS_NUM) in Hal_VE_set_output_video_std()
389 if(VideoSystem == MS_VE_PAL) in Hal_VE_set_output_video_std()
392 pVideoSysTbl = &VE_OUT_VIDEOSTD_TBL[VideoSystem]; in Hal_VE_set_output_video_std()
429 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size) in Hal_VE_SetCusTable() argument
/utopia/UTPA2-700.0.x/modules/ve/hal/M7821/ve/
H A Dmhal_tvencoder.c376 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem) in Hal_VE_set_output_video_std() argument
381 if(VideoSystem >= MS_VE_VIDEOSYS_NUM) in Hal_VE_set_output_video_std()
388 if(VideoSystem == MS_VE_PAL) in Hal_VE_set_output_video_std()
391 pVideoSysTbl = &VE_OUT_VIDEOSTD_TBL[VideoSystem]; in Hal_VE_set_output_video_std()
428 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size) in Hal_VE_SetCusTable() argument
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvTVEncoder.h236 MS_VE_VIDEOSYS VideoSystem; // video std of output signal member
558 MS_BOOL MDrv_VE_SetOutputVideoStd(MS_VE_VIDEOSYS VideoSystem);
574 MS_BOOL MDrv_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pTbl);
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvTVEncoder.h233 MS_VE_VIDEOSYS VideoSystem; // video std of output signal member
535 MS_BOOL MDrv_VE_SetOutputVideoStd(MS_VE_VIDEOSYS VideoSystem);
/utopia/UTPA2-700.0.x/modules/ve/hal/messi/ve/include/
H A Dmhal_tvencoder.h234 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem);
237 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size);
/utopia/UTPA2-700.0.x/modules/ve/hal/mainz/ve/include/
H A Dmhal_tvencoder.h234 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem);
237 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size);
/utopia/UTPA2-700.0.x/modules/ve/hal/macan/ve/include/
H A Dmhal_tvencoder.h238 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem);
241 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size);
/utopia/UTPA2-700.0.x/modules/ve/hal/maldives/ve/include/
H A Dmhal_tvencoder.h226 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem);
229 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size);
/utopia/UTPA2-700.0.x/modules/ve/hal/mustang/ve/include/
H A Dmhal_tvencoder.h227 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem);
230 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size);
/utopia/UTPA2-700.0.x/modules/ve/hal/kano/ve/include/
H A Dmhal_tvencoder.h263 MS_BOOL Hal_VE_set_output_video_std(MS_VE_VIDEOSYS VideoSystem);
266 MS_BOOL Hal_VE_SetCusTable(MS_VE_VIDEOSYS VideoSystem, MS_U8* pu8Tbl, MS_U16 u16size);

12