Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dms/api/dms/
H A DapiDMS.c427 …MS_Video_Freeze_U2(void* pInstance, MS_U32 u32WindowID, ST_DMS_FREEZE_WINDOW_INFO *pstWindowFreeze) in MApi_DMS_Video_Freeze_U2() argument
430 eRet = MDrv_DMS_Video_Freeze(pInstance, u32WindowID, pstWindowFreeze->u32Enable); in MApi_DMS_Video_Freeze_U2()
434 EN_DMS_RESULT MApi_DMS_Video_Freeze(MS_U32 u32WindowID, ST_DMS_FREEZE_WINDOW_INFO *pstWindowFreeze) in MApi_DMS_Video_Freeze() argument
442 if(pstWindowFreeze == NULL) in MApi_DMS_Video_Freeze()
451 DMSArgs.pstWindowFreeze = pstWindowFreeze; in MApi_DMS_Video_Freeze()
H A DapiDMS_private.h314 …S_Video_Freeze_U2(void* pInstance, MS_U32 u32WindowID, ST_DMS_FREEZE_WINDOW_INFO *pstWindowFreeze);
H A DapiDMS_v2.c301 … ptr->eReturnValue = psDMSInstPri->fpDMSFreeze(pInstance, ptr->u32WindowID, ptr->pstWindowFreeze); in DMSIoctl()
/utopia/UTPA2-700.0.x/modules/dms/utopia_adaption/dms/
H A DDMS_adp.c281 …((unsigned long)(&(pDMS_FREEZE->pstWindowFreeze))-(unsigned long)pDMS_FREEZE), (unsigned long)spt_… in DMS_adp_Init()