Home
last modified time | relevance | path

Searched refs:sRect (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
Domx_proxy_common.c2379 OMX_CONFIG_RECTTYPE sRect; in RPC_UTIL_GetNumLines() local
2392 sRect.nSize = sizeof(OMX_CONFIG_RECTTYPE); in RPC_UTIL_GetNumLines()
2393 sRect.nVersion.s.nVersionMajor = 0x1; in RPC_UTIL_GetNumLines()
2394 sRect.nVersion.s.nVersionMinor = 0x1; in RPC_UTIL_GetNumLines()
2395 sRect.nVersion.s.nRevision = 0x0; in RPC_UTIL_GetNumLines()
2396 sRect.nVersion.s.nStep = 0x0; in RPC_UTIL_GetNumLines()
2398 sRect.nPortIndex = nPortIndex; in RPC_UTIL_GetNumLines()
2399 sRect.nLeft = 0; in RPC_UTIL_GetNumLines()
2400 sRect.nTop = 0; in RPC_UTIL_GetNumLines()
2401 sRect.nHeight = 0; in RPC_UTIL_GetNumLines()
[all …]
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
Domx_proxy_common.c2206 OMX_CONFIG_RECTTYPE sRect; in RPC_UTIL_GetNumLines() local
2219 sRect.nSize = sizeof(OMX_CONFIG_RECTTYPE); in RPC_UTIL_GetNumLines()
2220 sRect.nVersion.s.nVersionMajor = 0x1; in RPC_UTIL_GetNumLines()
2221 sRect.nVersion.s.nVersionMinor = 0x1; in RPC_UTIL_GetNumLines()
2222 sRect.nVersion.s.nRevision = 0x0; in RPC_UTIL_GetNumLines()
2223 sRect.nVersion.s.nStep = 0x0; in RPC_UTIL_GetNumLines()
2225 sRect.nPortIndex = nPortIndex; in RPC_UTIL_GetNumLines()
2226 sRect.nLeft = 0; in RPC_UTIL_GetNumLines()
2227 sRect.nTop = 0; in RPC_UTIL_GetNumLines()
2228 sRect.nHeight = 0; in RPC_UTIL_GetNumLines()
[all …]
/hardware/intel/img/psb_video/src/x11/
Dpsb_coverlay.c267 psb_x11_win_t sRect; in psb_x11_createWindowClipBoxList() local
284 psb_x11_getWindowCoordinate(display, x11_window_id, &sRect, &bIsVisible); in psb_x11_createWindowClipBoxList()
286 psRegions = psb_x11_createClipBoxNode(&sRect, psRegions); in psb_x11_createWindowClipBoxList()
329 psb_x11_getWindowCoordinate(display, pChildWindow[i], &sRect, &bIsVisible); in psb_x11_createWindowClipBoxList()
331 psRegions = psb_x11_createClipBoxNode(&sRect, psRegions); in psb_x11_createWindowClipBoxList()
343 psb_x11_getWindowCoordinate(display, x11_window_id, &sRect, &bIsVisible); in psb_x11_createWindowClipBoxList()
344 *ppWindowClipBoxList = psb_x11_substractRects(display, psRegions, &sRect); in psb_x11_createWindowClipBoxList()
354 *ppWindowClipBoxList = psb_x11_substractRects(display, NULL, &sRect); in psb_x11_createWindowClipBoxList()