Searched refs:pstLayer (Results 1 – 8 of 8) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dms/api/dms/ |
| H A D | apiDMS.c | 604 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 D | apiDMS_private.h | 320 EN_DMS_RESULT MApi_DMS_SetOutputLayer_U2(void* pInstance, ST_DMS_WINDOW *pstLayer);
|
| H A D | apiDMS_v2.c | 329 ptr->eReturnValue = psDMSInstPri->fpDMSSetOutputLayer(pInstance, ptr->pstLayer); in DMSIoctl()
|
| /utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/ |
| H A D | drvDMS.h | 512 DRV_DMS_INTERFACE EN_DMS_RESULT MDrv_DMS_SetOutputLayer(void* pInstance, ST_DMS_WINDOW *pstLayer);
|
| H A D | drvDMS.c | 7399 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 D | drvDMS.h | 522 DRV_DMS_INTERFACE EN_DMS_RESULT MDrv_DMS_SetOutputLayer(void* pInstance, ST_DMS_WINDOW *pstLayer);
|
| H A D | drvDMS.c | 2036 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 D | DMS_adp.c | 317 …((unsigned long)(&(pDMS_SETOUTPUTLAYER->pstLayer))-(unsigned long)pDMS_SETOUTPUTLAYER), (unsigned … in DMS_adp_Init()
|