Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c1912 E_GOP_API_Result MApi_GOP_DWIN_GetWinProperty(GOP_DwinProperty *pproperty) in MApi_GOP_DWIN_GetWinProperty() argument
1915 pproperty->u16x = g_CaptureInfo.rect.x; in MApi_GOP_DWIN_GetWinProperty()
1916 pproperty->u16y = g_CaptureInfo.rect.y; in MApi_GOP_DWIN_GetWinProperty()
1917 pproperty->u16w = g_CaptureInfo.rect.w; in MApi_GOP_DWIN_GetWinProperty()
1918 pproperty->u16h = g_CaptureInfo.rect.h; in MApi_GOP_DWIN_GetWinProperty()
1919 pproperty->u16fbw = g_CaptureInfo.pitch; in MApi_GOP_DWIN_GetWinProperty()
1921 pproperty->u32fbaddr0 = g_CaptureInfo.addr[0]; in MApi_GOP_DWIN_GetWinProperty()
1922 pproperty->u32fbaddr1 = g_CaptureInfo.addr1[0]; in MApi_GOP_DWIN_GetWinProperty()
1932 E_GOP_API_Result MApi_GOP_DWIN_SetWinProperty(GOP_DwinProperty *pproperty) in MApi_GOP_DWIN_SetWinProperty() argument
1936 if((pproperty->u16h <=0) || (pproperty->u16w<=0)) in MApi_GOP_DWIN_SetWinProperty()
[all …]
/utopia/UTPA2-700.0.x/modules/graphic/drv/gop/
H A DdrvGOP.c5833 void MDrv_GOP_DWIN_GetWinProperty(MS_GOP_CTX_LOCAL*pGOPCtx, DRV_GOP_DwinProperty *pproperty) in MDrv_GOP_DWIN_GetWinProperty() argument
5838 pproperty->u64fbaddr0 = info.u64TFDRAMAddr; in MDrv_GOP_DWIN_GetWinProperty()
5839 pproperty->u64fbaddr1 = info.u64BFDRAMAddr; in MDrv_GOP_DWIN_GetWinProperty()
5841 pproperty->u16x = info.u16HPixelStart; in MDrv_GOP_DWIN_GetWinProperty()
5842 pproperty->u16w = info.u16HPixelEnd - info.u16HPixelStart ; in MDrv_GOP_DWIN_GetWinProperty()
5843 pproperty->u16y = info.u16VPixelStart; in MDrv_GOP_DWIN_GetWinProperty()
5844 pproperty->u16h = info.u16VPixelEnd - info.u16VPixelStart ; in MDrv_GOP_DWIN_GetWinProperty()
5845 pproperty->u16fbw = pproperty->u16w - info.u16DRAMJumpLen/2; in MDrv_GOP_DWIN_GetWinProperty()
5853 void MDrv_GOP_DWIN_SetWinProperty(MS_GOP_CTX_LOCAL*pGOPCtx, DRV_GOP_DwinProperty *pproperty) in MDrv_GOP_DWIN_SetWinProperty() argument
5857 info.u16HPixelStart = pproperty->u16x;// + PANEL_H_DE; in MDrv_GOP_DWIN_SetWinProperty()
[all …]
H A DdrvGOP.h1480 void MDrv_GOP_DWIN_GetWinProperty(MS_GOP_CTX_LOCAL*pGOPCtx, DRV_GOP_DwinProperty *pproperty);
1481 void MDrv_GOP_DWIN_SetWinProperty(MS_GOP_CTX_LOCAL*pGOPCtx, DRV_GOP_DwinProperty *pproperty);
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiGOP.h2923 DLL_PUBLIC E_GOP_API_Result MApi_GOP_DWIN_GetWinProperty(GOP_DwinProperty *pproperty);
2930 DLL_PUBLIC E_GOP_API_Result MApi_GOP_DWIN_SetWinProperty(GOP_DwinProperty *pproperty);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiGOP.h3089 DLL_PUBLIC E_GOP_API_Result MApi_GOP_DWIN_GetWinProperty(GOP_DwinProperty *pproperty);
3096 DLL_PUBLIC E_GOP_API_Result MApi_GOP_DWIN_SetWinProperty(GOP_DwinProperty *pproperty);
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt12865 DLL_PUBLIC E_GOP_API_Result MApi_GOP_DWIN_GetWinProperty(GOP_DwinProperty *pproperty);
12872 DLL_PUBLIC E_GOP_API_Result MApi_GOP_DWIN_SetWinProperty(GOP_DwinProperty *pproperty);