Searched refs:pstInfo (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/graphic/api/gop/ |
| H A D | mapiGOP.c | 4346 MS_U32 GOP_SetPanelTiming(void* pInstance,MS_U8 u8GOP,PST_GOP_TIMING_INFO pstInfo) in GOP_SetPanelTiming() argument 4359 g_pGOPCtxLocal->pGOPCtxShared->u16PnlHStr[u8GOP] = pstInfo->u16DEHStart; in GOP_SetPanelTiming() 4360 g_pGOPCtxLocal->pGOPCtxShared->u16PnlWidth[u8GOP] = pstInfo->u16DEHSize; in GOP_SetPanelTiming() 4361 g_pGOPCtxLocal->pGOPCtxShared->u16PnlHeight[u8GOP] = pstInfo->u16DEVSize; in GOP_SetPanelTiming() 4366 MS_U32 GOP_GetPanelTiming(void* pInstance,MS_U8 u8GOP,PST_GOP_TIMING_INFO pstInfo) in GOP_GetPanelTiming() argument 4379 pstInfo->u16DEHStart = g_pGOPCtxLocal->pGOPCtxShared->u16PnlHStr[u8GOP]; in GOP_GetPanelTiming() 4380 pstInfo->u16DEHSize = g_pGOPCtxLocal->pGOPCtxShared->u16PnlWidth[u8GOP]; in GOP_GetPanelTiming() 4381 pstInfo->u16DEVSize = g_pGOPCtxLocal->pGOPCtxShared->u16PnlHeight[u8GOP]; in GOP_GetPanelTiming() 7275 PST_GOP_TIMING_INFO pstInfo; in Ioctl_GOP_SetProperty() local 7281 pstInfo = (PST_GOP_TIMING_INFO)pSet; in Ioctl_GOP_SetProperty() [all …]
|
| /utopia/UTPA2-700.0.x/modules/pq/drv/pq/include/ |
| H A D | apiPQ_v2.h | 716 MS_PQ_RFBL_INFO * pstInfo; member
|
| H A D | PQ_private.h | 855 void MDrv_PQ_GetRFblMode_U2(void* pInstance,MS_PQ_RFBL_INFO * pstInfo);
|
| /utopia/UTPA2-700.0.x/modules/pq/drv/pq/ |
| H A D | drvPQ.c | 7963 void MDrv_PQ_GetRFblMode_U2(void* pInstance,MS_PQ_RFBL_INFO * pstInfo) in MDrv_PQ_GetRFblMode_U2() argument 7965 memcpy(pstInfo, &_stRFBL_Info, sizeof(MS_PQ_RFBL_INFO)); in MDrv_PQ_GetRFblMode_U2() 7968 void MDrv_PQ_GetRFblMode(MS_PQ_RFBL_INFO * pstInfo) in MDrv_PQ_GetRFblMode() argument 7980 PQArgs.pstInfo = pstInfo; in MDrv_PQ_GetRFblMode()
|
| H A D | apiPQ_v2.c | 949 psPQInstPri->fpPQ_GetRFblMode(pInstance ,pPQArgs->pstInfo); in PQIoctl()
|
| /utopia/UTPA2-700.0.x/modules/pq/utopia_adaption/pq/ |
| H A D | PQ_adp.c | 363 UADP_SPT_NAME1NXT(PQ_GetRFblMode,stPQ_GetRFblMode,pstInfo,ADP_PQ_RFBL_INFO); in PQ_adp_Init()
|