OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pElement
(Results
1 - 4
of
4
) 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
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c
234
OMX_ERRORTYPE VIDDEC_Queue_Add(VIDDEC_QUEUE_TYPE *queue, OMX_PTR
pElement
, VIDDEC_QUEUE_TYPES type)
249
pLocal[queue->nHead] = *(OMX_U32 *)
pElement
;
255
pLocal[queue->nHead] = *(OMX_MARKTYPE *)
pElement
;
256
/*memcpy(&pLocal[queue->nHead],
pElement
, sizeof(OMX_MARKTYPE));*/
272
if(pLocal[queue->nHead] == *(OMX_U32 *)
pElement
)
289
pLocal[queue->nHead] = *(OMX_U32 *)
pElement
;
299
if(pLocal[queue->nHead].hMarkTargetComponent == ((OMX_MARKTYPE *)
pElement
)->hMarkTargetComponent
300
&& pLocal[queue->nHead].pMarkData == ((OMX_MARKTYPE *)
pElement
)->pMarkData)
317
pLocal[queue->nHead] = *(OMX_MARKTYPE *)
pElement
;
336
OMX_ERRORTYPE VIDDEC_Queue_Remove(VIDDEC_QUEUE_TYPE *queue, OMX_PTR
pElement
, VIDDEC_QUEUE_TYPES type
[
all
...]
Completed in 1415 milliseconds