Searched refs:stXCInstantAttribute (Results 1 – 7 of 7) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/xc/api/ace/ |
| H A D | apiXC_Ace_EX.c | 457 XC_INSTANT_ATTRIBUTE stXCInstantAttribute; in MApi_XC_ACE_EX_Init() local 458 memset(&stXCInstantAttribute, 0, sizeof(stXCInstantAttribute)); in MApi_XC_ACE_EX_Init() 459 stXCInstantAttribute.u32DeviceID = 0; in MApi_XC_ACE_EX_Init() 460 stXCInstantAttribute.eXCType = E_XC_INSTANT_TYPE_ACE; in MApi_XC_ACE_EX_Init() 496 … if(UtopiaOpen(MODULE_XC, &pu32ACE_XCInst, 0, &stXCInstantAttribute) != UTOPIA_STATUS_SUCCESS) in MApi_XC_ACE_EX_Init() 505 stXCInstantAttribute.u32DeviceID = 1; in MApi_XC_ACE_EX_Init() 506 … if(UtopiaOpen(MODULE_XC, &pu32ACE_XCInst_1, 0, &stXCInstantAttribute) != UTOPIA_STATUS_SUCCESS) in MApi_XC_ACE_EX_Init()
|
| H A D | apiXC_Ace.c | 523 XC_INSTANT_ATTRIBUTE stXCInstantAttribute; in MApi_XC_ACE_Init() local 524 memset(&stXCInstantAttribute, 0, sizeof(stXCInstantAttribute)); in MApi_XC_ACE_Init() 525 stXCInstantAttribute.u32DeviceID = 0; in MApi_XC_ACE_Init() 526 stXCInstantAttribute.eXCType = E_XC_INSTANT_TYPE_ACE; in MApi_XC_ACE_Init() 527 … if(UtopiaOpen(MODULE_XC, &pu32ACE_XCInst, 0, &stXCInstantAttribute) != UTOPIA_STATUS_SUCCESS) in MApi_XC_ACE_Init()
|
| /utopia/UTPA2-700.0.x/modules/xc/api/xc/ |
| H A D | apiXC_EX.c | 2922 XC_INSTANT_ATTRIBUTE stXCInstantAttribute; in MApi_XC_EX_SetDbgLevel() local 2923 INIT_XC_INSTANT_ATTR(stXCInstantAttribute); in MApi_XC_EX_SetDbgLevel() 2924 if(UtopiaOpen(MODULE_XC, &pu32XCInst, 0, &stXCInstantAttribute) != UTOPIA_STATUS_SUCCESS) in MApi_XC_EX_SetDbgLevel() 3018 XC_INSTANT_ATTRIBUTE stXCInstantAttribute; in MApi_XC_EX_Init() local 3019 INIT_XC_INSTANT_ATTR(stXCInstantAttribute); in MApi_XC_EX_Init() 3022 if(UtopiaOpen(MODULE_XC, &pu32XCInst, 0, &stXCInstantAttribute) != UTOPIA_STATUS_SUCCESS) in MApi_XC_EX_Init() 3030 stXCInstantAttribute.u32DeviceID= 1; in MApi_XC_EX_Init() 3031 if(UtopiaOpen(MODULE_XC, &pu32XCInst_1, 0, &stXCInstantAttribute) != UTOPIA_STATUS_SUCCESS) in MApi_XC_EX_Init() 3062 XC_INSTANT_ATTRIBUTE stXCInstantAttribute; in MApi_XC_EX_GetConfig() local 3063 INIT_XC_INSTANT_ATTR(stXCInstantAttribute); in MApi_XC_EX_GetConfig() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/ |
| H A D | mvideo_context.h | 457 #define INIT_XC_INSTANT_ATTR(stXCInstantAttribute) \ argument 459 memset(&(stXCInstantAttribute), 0, sizeof(stXCInstantAttribute)); \ 460 (stXCInstantAttribute).u32DeviceID = 0;\ 461 (stXCInstantAttribute).eXCType = E_XC_INSTANT_TYPE_XC;\
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mvideo.c | 882 XC_INSTANT_ATTRIBUTE stXCInstantAttribute; in MApi_XC_PreInit() local 883 INIT_XC_INSTANT_ATTR(stXCInstantAttribute); in MApi_XC_PreInit() 884 stXCInstantAttribute.u32DeviceID = 1; in MApi_XC_PreInit() 885 if(UtopiaOpen(MODULE_XC, &pu32XCInst_1, 0, &stXCInstantAttribute) != UTOPIA_STATUS_SUCCESS) in MApi_XC_PreInit() 1651 XC_INSTANT_ATTRIBUTE stXCInstantAttribute; in MApi_XC_Init() local 1652 INIT_XC_INSTANT_ATTR(stXCInstantAttribute); in MApi_XC_Init() 1654 stXCInstantAttribute.u32DeviceID = 1; in MApi_XC_Init() 1655 if(UtopiaOpen(MODULE_XC, &pu32XCInst_1, 0, &stXCInstantAttribute) != UTOPIA_STATUS_SUCCESS) in MApi_XC_Init() 2049 XC_INSTANT_ATTRIBUTE stXCInstantAttribute; in MApi_XC_GetCapability() local 2050 INIT_XC_INSTANT_ATTR(stXCInstantAttribute); in MApi_XC_GetCapability() [all …]
|
| H A D | mvideo.c.0 | 879 XC_INSTANT_ATTRIBUTE stXCInstantAttribute; 880 INIT_XC_INSTANT_ATTR(stXCInstantAttribute); 881 stXCInstantAttribute.u32DeviceID = 1; 882 if(UtopiaOpen(MODULE_XC, &pu32XCInst_1, 0, &stXCInstantAttribute) != UTOPIA_STATUS_SUCCESS) 1648 XC_INSTANT_ATTRIBUTE stXCInstantAttribute; 1649 INIT_XC_INSTANT_ATTR(stXCInstantAttribute); 1651 stXCInstantAttribute.u32DeviceID = 1; 1652 if(UtopiaOpen(MODULE_XC, &pu32XCInst_1, 0, &stXCInstantAttribute) != UTOPIA_STATUS_SUCCESS) 2043 XC_INSTANT_ATTRIBUTE stXCInstantAttribute; 2044 INIT_XC_INSTANT_ATTR(stXCInstantAttribute); [all …]
|
| /utopia/UTPA2-700.0.x/modules/graphic/api/gop/ |
| H A D | apiGOP.c | 239 XC_INSTANT_ATTRIBUTE stXCInstantAttribute;\ 240 memset(&stXCInstantAttribute, 0, sizeof(stXCInstantAttribute));\ 241 stXCInstantAttribute.u32DeviceID = 0;\ 242 stXCInstantAttribute.eXCType = E_XC_INSTANT_TYPE_GOP;\ 243 … if(UtopiaOpen(MODULE_XC, &pInstantGOP_XC, 0, &stXCInstantAttribute) != UTOPIA_STATUS_SUCCESS)\
|