Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dms/api/dms/
H A DapiDMS.c604 EN_DMS_RESULT MApi_DMS_SetOutputLayer_U2(void* pInstance, ST_DMS_WINDOW *pstLayer) in MApi_DMS_SetOutputLayer_U2() argument
607 eRet = MDrv_DMS_SetOutputLayer(pInstance, pstLayer); in MApi_DMS_SetOutputLayer_U2()
611 EN_DMS_RESULT MApi_DMS_SetOutputLayer(ST_DMS_WINDOW *pstLayer) in MApi_DMS_SetOutputLayer() argument
619 if(pstLayer == NULL) in MApi_DMS_SetOutputLayer()
627 DMSArgs.pstLayer = pstLayer; in MApi_DMS_SetOutputLayer()
H A DapiDMS_private.h320 EN_DMS_RESULT MApi_DMS_SetOutputLayer_U2(void* pInstance, ST_DMS_WINDOW *pstLayer);
H A DapiDMS_v2.c329 ptr->eReturnValue = psDMSInstPri->fpDMSSetOutputLayer(pInstance, ptr->pstLayer); in DMSIoctl()
/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.h512 DRV_DMS_INTERFACE EN_DMS_RESULT MDrv_DMS_SetOutputLayer(void* pInstance, ST_DMS_WINDOW *pstLayer);
H A DdrvDMS.c7399 EN_DMS_RESULT MDrv_DMS_SetOutputLayer(void* pInstance, ST_DMS_WINDOW *pstLayer) in MDrv_DMS_SetOutputLayer() argument
7403 memcpy(&RES_DMS.stOutputLayer,pstLayer,sizeof(ST_DMS_WINDOW)); in MDrv_DMS_SetOutputLayer()
/utopia/UTPA2-700.0.x/modules/dms/drv/dms_vsyncbridge/
H A DdrvDMS.h522 DRV_DMS_INTERFACE EN_DMS_RESULT MDrv_DMS_SetOutputLayer(void* pInstance, ST_DMS_WINDOW *pstLayer);
H A DdrvDMS.c2036 EN_DMS_RESULT MDrv_DMS_SetOutputLayer(void* pInstance, ST_DMS_WINDOW *pstLayer) in MDrv_DMS_SetOutputLayer() argument
2040 memcpy(&RES_DMS.stOutputLayer, pstLayer,sizeof(ST_DMS_WINDOW)); in MDrv_DMS_SetOutputLayer()
/utopia/UTPA2-700.0.x/modules/dms/utopia_adaption/dms/
H A DDMS_adp.c317 …((unsigned long)(&(pDMS_SETOUTPUTLAYER->pstLayer))-(unsigned long)pDMS_SETOUTPUTLAYER), (unsigned … in DMS_adp_Init()