HomeSort by relevance Sort by last modified time
    Searched refs:uIndex (Results 1 - 8 of 8) sorted by null

  /hardware/ti/omap3/dspbridge/inc/
DSPStream.h 193 * uIndex: Stream index (zero based).
201 * DSP_EVALUE: uIndex is invalid, or, if pAttrIn != NULL,
212 UINT uIndex,
drv.h 354 * uIndex >= 0
365 extern DSP_STATUS DRV_GetDevObject(UINT uIndex, struct DRV_OBJECT* hDrvObject,
wcdioctl.h 354 UINT uIndex;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPStream.h 195 * uIndex: Stream index (zero based).
203 * DSP_EVALUE: uIndex is invalid, or, if pAttrIn != NULL,
214 UINT uIndex,
wcdioctl.h 354 UINT uIndex;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 617 int uIndex = uvRowIndex + 1;
624 int uv = data[uIndex] & 0xFF;
631 uIndex += uvInc;
666 int uIndex = uRowIndex;
677 uv = data[uIndex] & 0xFF;
679 uIndex++;
698 int uIndex = 1;
710 int uv = data[uIndex] & 0xFF;
716 uIndex += 4;
  /hardware/samsung_slsi/exynos5/libswconverter/
swconvertor.c 536 unsigned int uIndex = 0;
562 pDstU[uIndex++] = (unsigned char)U;
687 unsigned int uIndex = 0;
712 pDstU[uIndex++] = (unsigned char)U;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPStrm.c 454 DBAPI DSPStream_Open(DSP_HNODE hNode, UINT uDirection, UINT uIndex,
503 strncat(szEventName, _ultoa((ULONG)uIndex, szTemp, 16), 3);
595 tempStruct.ARGS_STRM_OPEN.uIndex = uIndex;

Completed in 215 milliseconds