Home
last modified time | relevance | path

Searched refs:pstInfo (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DmapiGOP.c4346 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 DapiPQ_v2.h716 MS_PQ_RFBL_INFO * pstInfo; member
H A DPQ_private.h855 void MDrv_PQ_GetRFblMode_U2(void* pInstance,MS_PQ_RFBL_INFO * pstInfo);
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A DdrvPQ.c7963 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 DapiPQ_v2.c949 psPQInstPri->fpPQ_GetRFblMode(pInstance ,pPQArgs->pstInfo); in PQIoctl()
/utopia/UTPA2-700.0.x/modules/pq/utopia_adaption/pq/
H A DPQ_adp.c363 UADP_SPT_NAME1NXT(PQ_GetRFblMode,stPQ_GetRFblMode,pstInfo,ADP_PQ_RFBL_INFO); in PQ_adp_Init()