HomeSort by relevance Sort by last modified time
    Searched defs:pElement (Results 1 - 3 of 3) sorted by null

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_SharedMemory.c 143 EXYNOS_SHAREDMEM_LIST *pElement = NULL;
153 pElement = (EXYNOS_SHAREDMEM_LIST *)Exynos_OSAL_Malloc(sizeof(EXYNOS_SHAREDMEM_LIST));
154 Exynos_OSAL_Memset(pElement, 0, sizeof(EXYNOS_SHAREDMEM_LIST));
155 pElement->owner = OMX_TRUE;
179 Exynos_OSAL_Free((OMX_PTR)pElement);
187 Exynos_OSAL_Free((OMX_PTR)pElement);
192 pElement->IONBuffer = IONBuffer;
193 pElement->mapAddr = pBuffer;
194 pElement->allocSize = size;
195 pElement->pNextMemory = NULL
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
SDL_sysjoystick.c 117 static SInt32 HIDGetElementValue (recDevice *pDevice, recElement *pElement)
123 if (NULL != pDevice && NULL != pElement && NULL != pDevice->interface)
125 result = (*(pDevice->interface))->getElementValue(pDevice->interface, pElement->cookie, &hidEvent);
129 if (hidEvent.value < pElement->minReport)
130 pElement->minReport = hidEvent.value;
131 if (hidEvent.value > pElement->maxReport)
132 pElement->maxReport = hidEvent.value;
140 static SInt32 HIDScaledCalibratedValue (recDevice *pDevice, recElement *pElement, long min, long max)
143 float readScale = pElement->maxReport - pElement->minReport
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 592 OMX_PTR pElement[CBUFFER_SIZE];
    [all...]

Completed in 207 milliseconds