Home
last modified time | relevance | path

Searched refs:uIndex (Results 1 – 7 of 7) sorted by relevance

/hardware/samsung_slsi/exynos5/libswconverter/
Dswconvertor.c536 unsigned int uIndex = 0; in csc_RGB565_to_YUV420P() local
562 pDstU[uIndex++] = (unsigned char)U; in csc_RGB565_to_YUV420P()
687 unsigned int uIndex = 0; in csc_ARGB8888_to_YUV420P() local
712 pDstU[uIndex++] = (unsigned char)U; in csc_ARGB8888_to_YUV420P()
/hardware/ti/omap3/dspbridge/libbridge/inc/
DDSPStream.h214 UINT uIndex,
Dwcdioctl.h354 UINT uIndex; member
/hardware/ti/omap3/dspbridge/inc/
DDSPStream.h212 UINT uIndex,
Ddrv.h365 extern DSP_STATUS DRV_GetDevObject(UINT uIndex, struct DRV_OBJECT* hDrvObject,
Dwcdioctl.h354 UINT uIndex; member
/hardware/ti/omap3/dspbridge/libbridge/
DDSPStrm.c454 DBAPI DSPStream_Open(DSP_HNODE hNode, UINT uDirection, UINT uIndex, in DSPStream_Open() argument
503 strncat(szEventName, _ultoa((ULONG)uIndex, szTemp, 16), 3); in DSPStream_Open()
595 tempStruct.ARGS_STRM_OPEN.uIndex = uIndex; in DSPStream_Open()