Home
last modified time | relevance | path

Searched refs:MApi_GOP_InitByGOP (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiGOP.h980 DLL_PUBLIC E_GOP_API_Result MApi_GOP_InitByGOP(GOP_InitInfo *pGopInit, MS_U8 u8GOP);
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiGOP.h1076 DLL_PUBLIC E_GOP_API_Result MApi_GOP_InitByGOP(GOP_InitInfo *pGopInit, MS_U8 u8GOP);
/utopia/UTPA2-700.0.x/projects/build/Ksym/
H A DKsym.c1006 EXPORT_SYMBOL(MApi_GOP_InitByGOP);
/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c4546 E_GOP_API_Result MApi_GOP_InitByGOP(GOP_InitInfo *pGopInit, MS_U8 u8GOP) in MApi_GOP_InitByGOP() function
/utopia/UTPA2-700.0.x/projects/build/
H A Dnm_symbol.txt646 EXPORT_SYMBOL(MApi_GOP_InitByGOP);
H A Dapi_with_header_file.csv792 ,,MApi_GOP_InitByGOP,apiGOP.h,1,1,1,1,1,1
H A DDatabase.csv991 ,,MApi_GOP_InitByGOP,apiGOP.h,1,1,1,1,1,1,1
H A Dpreprocess.txt11770 DLL_PUBLIC E_GOP_API_Result MApi_GOP_InitByGOP(GOP_InitInfo *pGopInit, MS_U8 u8GOP);
/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c5599 if( GOP_API_SUCCESS != MApi_GOP_InitByGOP(&stGopInit, u8GOP) ) in _MDrv_DMS_OSD_Init()