Searched refs:u32QueueCnt (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/graphic/api/gop/ |
| H A D | apiGOP.c | 5110 MS_U32 u32QueueCnt = 0; in MApi_GOP_Switch_GWIN_2_FB() local 5113 u32QueueCnt = (MS_U32)*pU16QueueCnt; in MApi_GOP_Switch_GWIN_2_FB() 5114 bResult = MApi_GOP_Switch_GWIN_2_32FB(gWinId, (MS_U32)fbId, (MS_U32)u16WaitTagID, &u32QueueCnt); in MApi_GOP_Switch_GWIN_2_FB() 5115 *pU16QueueCnt = (MS_U16)u32QueueCnt; in MApi_GOP_Switch_GWIN_2_FB() 5116 if( u32QueueCnt > 65536) //Out of MS_U16 in MApi_GOP_Switch_GWIN_2_FB() 5118 …ound, please to use MApi_GOP_Switch_GWIN_2_32FB()\n",__FUNCTION__,__LINE__,(ptrdiff_t)u32QueueCnt); in MApi_GOP_Switch_GWIN_2_FB() 5159 MS_U32 u32QueueCnt[GOP_MULTIINFO_NUM] = {0}; in MApi_GOP_Switch_Multi_GWIN_2_FB_BY_ADDR() local 5165 multiflipInfo.FlipInfo[i].pQueueCnt = &u32QueueCnt[i]; in MApi_GOP_Switch_Multi_GWIN_2_FB_BY_ADDR() 5180 u32QueueCnt[i]=0; in MApi_GOP_Switch_Multi_GWIN_2_FB_BY_ADDR() 5184 memcpy(&u32QueueCnt[i], GopMultiFlipInfo.astGopInfo[i].pU16QueueCnt, sizeof(MS_U16)); in MApi_GOP_Switch_Multi_GWIN_2_FB_BY_ADDR() [all …]
|
| H A D | mapiGOP.c | 3869 MS_U32 u32QueueCnt=0; in GOP_SwitchByAddr() local 3951 u32QueueCnt = *pU32QueueCnt; in GOP_SwitchByAddr() 3960 …itchGWIN2Addr(g_pGOPCtxLocal, gWinId, u64MainFlipAddr, u64SubFlipAddr, u32WaitTagID, &u32QueueCnt)) in GOP_SwitchByAddr() 3965 *pU32QueueCnt = (MS_U16)u32QueueCnt; in GOP_SwitchByAddr()
|