Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dms/api/dms/
H A DapiDMS.c459 …MApi_DMS_Video_Mute_U2(void* pInstance, MS_U32 u32WindowID, ST_DMS_MUTE_WINDOW_INFO *pstWindowMute) in MApi_DMS_Video_Mute_U2() argument
462 eRet = MDrv_DMS_Video_Mute(pInstance, u32WindowID, pstWindowMute->u32Enable); in MApi_DMS_Video_Mute_U2()
466 EN_DMS_RESULT MApi_DMS_Video_Mute(MS_U32 u32WindowID, ST_DMS_MUTE_WINDOW_INFO *pstWindowMute) in MApi_DMS_Video_Mute() argument
474 if(pstWindowMute == NULL) in MApi_DMS_Video_Mute()
483 DMSArgs.pstWindowMute = pstWindowMute; in MApi_DMS_Video_Mute()
H A DapiDMS_private.h315 …Api_DMS_Video_Mute_U2(void* pInstance, MS_U32 u32WindowID, ST_DMS_MUTE_WINDOW_INFO *pstWindowMute);
H A DapiDMS_v2.c287 … ptr->eReturnValue = psDMSInstPri->fpDMSMute(pInstance, ptr->u32WindowID, ptr->pstWindowMute); in DMSIoctl()
/utopia/UTPA2-700.0.x/modules/dms/utopia_adaption/dms/
H A DDMS_adp.c287 …((unsigned long)(&(pDMS_MUTE->pstWindowMute))-(unsigned long)pDMS_MUTE), (unsigned long)spt_DMS_MU… in DMS_adp_Init()