HomeSort by relevance Sort by last modified time
    Searched full:phandle (Results 1 - 25 of 178) sorted by null

1 2 3 4 5 6 7 8

  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h 222 ExynosVideoErrorType (*Finalize)(void *pHandle);
225 ExynosVideoErrorType (*Set_FrameTag)(void *pHandle, int frameTag);
226 int (*Get_FrameTag)(void *pHandle);
227 int (*Get_ActualBufferCount)(void *pHandle);
228 ExynosVideoErrorType (*Set_DisplayDelay)(void *pHandle, int delay);
229 ExynosVideoErrorType (*Enable_PackedPB)(void *pHandle);
230 ExynosVideoErrorType (*Enable_LoopFilter)(void *pHandle);
231 ExynosVideoErrorType (*Enable_SliceMode)(void *pHandle);
232 ExynosVideoErrorType (*Enable_SEIParsing)(void *pHandle);
233 ExynosVideoErrorType (*Get_FramePackingInfo)(void *pHandle, ExynosVideoFramePacking *pFramepacking)
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_SharedMemory.c 67 EXYNOS_SHARED_MEMORY *pHandle = NULL;
70 pHandle = (EXYNOS_SHARED_MEMORY *)Exynos_OSAL_Malloc(sizeof(EXYNOS_SHARED_MEMORY));
71 Exynos_OSAL_Memset(pHandle, 0, sizeof(EXYNOS_SHARED_MEMORY));
72 if (pHandle == NULL)
78 Exynos_OSAL_Free((void *)pHandle);
79 pHandle = NULL;
83 pHandle->hIONHandle = IONClient;
85 Exynos_OSAL_MutexCreate(&pHandle->hSMMutex);
88 return (OMX_HANDLETYPE)pHandle;
93 EXYNOS_SHARED_MEMORY *pHandle = (EXYNOS_SHARED_MEMORY *)handle
    [all...]
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_pipes.c 95 TIMM_OSAL_PIPE *pHandle = TIMM_OSAL_NULL;
97 pHandle =
101 if (TIMM_OSAL_NULL == pHandle)
106 TIMM_OSAL_Memset(pHandle, 0x0, sizeof(TIMM_OSAL_PIPE));
108 pHandle->pfd[0] = -1;
109 pHandle->pfd[1] = -1;
110 if (SUCCESS != pipe(pHandle->pfd))
116 pHandle->pipeSize = pipeSize;
117 pHandle->messageSize = messageSize;
118 pHandle->isFixedMessage = isFixedMessage
    [all...]
timm_osal_task.c 115 TIMM_OSAL_TASK *pHandle = TIMM_OSAL_NULL;
122 pHandle =
125 if (pHandle == TIMM_OSAL_NULL)
132 TIMM_OSAL_Memset((TIMM_OSAL_PTR) pHandle, 0, sizeof(TIMM_OSAL_TASK));
135 pHandle->uArgc = uArgc;
136 pHandle->pArgv = pArgv;
138 pHandle->isCreated = TIMM_OSAL_FALSE;
141 if (SUCCESS != pthread_attr_init(&pHandle->ThreadAttr))
148 if (SUCCESS != pthread_attr_getschedparam(&pHandle->ThreadAttr,
156 if (SUCCESS != pthread_attr_setschedparam(&pHandle->ThreadAttr
    [all...]
  /hardware/qcom/display/libgralloc/
gpu.h 40 buffer_handle_t* pHandle,
47 buffer_handle_t* pHandle, int* pStride,
52 buffer_handle_t* pHandle,
55 buffer_handle_t* pHandle);
58 buffer_handle_t* pHandle);
64 int usage, buffer_handle_t* pHandle,
gpu.cpp 56 buffer_handle_t* pHandle, int bufferType,
78 data.pHandle = (unsigned int) pHandle;
88 eData.pHandle = data.pHandle;
153 *pHandle = hnd;
176 buffer_handle_t* pHandle)
202 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI,
230 *pHandle = hnd;
236 buffer_handle_t* pHandle)
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 137 LCML_DSP_INTERFACE* pHandle;
150 pHandle = (LCML_DSP_INTERFACE*)*hInterface;
161 pHandle->pCodecinterfacehandle = dspcodecinterface;
168 LCML_MALLOC(pHandle->dspCodec,sizeof(LCML_DSP),LCML_DSP);
169 if(pHandle->dspCodec == NULL)
174 memset(pHandle->dspCodec, 0, sizeof(LCML_DSP));
176 pthread_mutex_init (&pHandle->mutex, NULL);
178 OMX_PRINT2 (dspcodecinterface->dbg, "GetHandle application handle %p dspCodec %p",pHandle, pHandle->dspCodec);
226 LCML_DSP_INTERFACE * phandle; local
532 LCML_DSP_INTERFACE * phandle; local
864 LCML_DSP_INTERFACE * phandle; local
1157 LCML_DSP_INTERFACE * phandle; local
    [all...]
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_secure.c 22 OMX_COMPONENTTYPE *pHandle = NULL;
28 pHandle = (OMX_COMPONENTTYPE *) hComponent;
34 pHandle->pComponentPrivate =
39 PROXY_assert(pHandle->pComponentPrivate != NULL,
44 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
95 pHandle->ComponentDeInit = PROXY_VIDDEC_Secure_ComponentDeInit;
104 TIMM_OSAL_Free(pHandle->pComponentPrivate);
105 pHandle->pComponentPrivate = NULL;
113 OMX_COMPONENTTYPE *pHandle = NULL;
119 pHandle = (OMX_COMPONENTTYPE *) hComponent
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ComponentRegistry.h 16 OMX_HANDLETYPE* pHandle[MAX_CONCURRENT_INSTANCES];
  /device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.c 77 static OMX_HANDLETYPE pHandle;
96 OMX_OUT OMX_HANDLETYPE* pHandle,
287 OMX_ERRORTYPE ret = (*pOMX_GetHandle)(&pHandle, "OMX.qcom.image.jpeg.encoder",
341 OMX_GetParameter(pHandle, OMX_IndexParamPortDefinition, inputPort);
342 OMX_GetParameter(pHandle, OMX_IndexParamPortDefinition, outputPort);
348 OMX_GetExtensionIndex(pHandle,"omx.qcom.jpeg.exttype.buffer_offset",
353 OMX_SetParameter(pHandle, buffer_offset, &bufferoffset);
354 OMX_SetParameter(pHandle, OMX_IndexParamPortDefinition, inputPort1);
355 OMX_GetParameter(pHandle, OMX_IndexParamPortDefinition, inputPort1);
369 OMX_FreeBuffer(pHandle, 2, pInBuffers1)
    [all...]
  /hardware/msm7k/libgralloc-qsd8k/
gpu.h 56 buffer_handle_t* pHandle);
58 buffer_handle_t* pHandle);
59 int gralloc_alloc_buffer(size_t size, int usage, buffer_handle_t* pHandle);
62 buffer_handle_t* pHandle, int* pStride);
65 int usage, buffer_handle_t* pHandle, int* pStride);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Thread.c 79 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pThreadData;
83 JPEGDEC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
126 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
127 pComponentPrivate->pHandle->pApplicationPrivate,
160 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
161 pComponentPrivate->pHandle->pApplicationPrivate,
175 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
176 pComponentPrivate->pHandle->pApplicationPrivate,
187 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
188 pComponentPrivate->pHandle->pApplicationPrivate
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c 111 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent;
112 WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate = pHandle->pComponentPrivate;
260 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
299 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
352 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
354 (WBAMRENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
441 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
443 pHandle->pComponentPrivate;
523 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
525 pHandle->pComponentPrivate
1701 LCML_DSP_INTERFACE * phandle; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c 98 * @param pHandle This is component handle allocated by the OMX core.
119 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
120 AACDEC_COMPONENT_PRIVATE *pComponentPrivate = (AACDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
266 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
280 ((AACDEC_COMPONENT_PRIVATE *) pTemp->pPlatformPrivate)->pHandle = pHandle;
301 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
315 ((AACDEC_COMPONENT_PRIVATE *)pTemp->pPlatformPrivate)->pHandle = pHandle;
353 * @param pHandle This is component handle allocated by the OMX core
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c 116 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent;
120 pComponentPrivate = pHandle->pComponentPrivate;
122 OMX_PRDSP1(pComponentPrivate->dbg, "pHandle = %p\n",pHandle);
123 OMX_PRDSP1(pComponentPrivate->dbg, "pHandle->pComponentPrivate = %p\n",pHandle->pComponentPrivate);
294 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
328 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
385 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
387 (WBAMR_DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate
1744 LCML_DSP_INTERFACE * phandle; local
2511 LCML_DSP_INTERFACE *phandle = (LCML_DSP_INTERFACE *)args[6]; local
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Thread.c 82 extern OMX_ERRORTYPE VIDDEC_HandleCommand (OMX_HANDLETYPE pHandle, OMX_U32 nParam1);
89 extern OMX_ERRORTYPE VIDDEC_Start_ComponentThread(OMX_HANDLETYPE pHandle);
187 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
188 pComponentPrivate->pHandle->pApplicationPrivate,
217 /*pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
218 pComponentPrivate->pHandle->pApplicationPrivate,
237 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
238 pComponentPrivate->pHandle->pApplicationPrivate,
248 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
249 pComponentPrivate->pHandle->pApplicationPrivate
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 100 static OMX_ERRORTYPE VPP_SetZoom(OMX_HANDLETYPE pHandle, int speed, int factor, int limit, int xoff, int yoff);
101 static OMX_ERRORTYPE VPP_SetContrast(OMX_HANDLETYPE pHandle, int Contrast);
102 static OMX_ERRORTYPE VPP_FrostedGlassEffect(OMX_HANDLETYPE pHandle, int IsOverlay);
103 static OMX_ERRORTYPE VPP_SetCrop(OMX_HANDLETYPE pHandle, int XStart, int XSize, int YStart, int YSize);
104 static OMX_ERRORTYPE VPP_SetMirroring(OMX_HANDLETYPE pHandle, int IsRGBOutput);
105 static OMX_ERRORTYPE VPP_SetRotationAngle(OMX_HANDLETYPE pHandle, int IsRGBOutput,int Angle);
106 static OMX_ERRORTYPE VPP_SetDithering(OMX_HANDLETYPE pHandle, int IsRGBOutput);
107 static OMX_ERRORTYPE VPP_SetColorRange(OMX_HANDLETYPE pHandle, int nColorRange);
154 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, OMX_STATETYPE DesiredState)
159 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 189 static ExynosVideoErrorType MFC_Decoder_Finalize(void *pHandle)
191 ExynosVideoDecContext *pCtx = (ExynosVideoDecContext *)pHandle;
272 void *pHandle,
275 ExynosVideoDecContext *pCtx = (ExynosVideoDecContext *)pHandle;
296 static int MFC_Decoder_Get_FrameTag(void *pHandle)
298 ExynosVideoDecContext *pCtx = (ExynosVideoDecContext *)pHandle;
315 static int MFC_Decoder_Get_ActualBufferCount(void *pHandle)
317 ExynosVideoDecContext *pCtx = (ExynosVideoDecContext *)pHandle;
335 void *pHandle,
338 ExynosVideoDecContext *pCtx = (ExynosVideoDecContext *)pHandle;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c 123 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent;
128 pComponentPrivate = pHandle->pComponentPrivate;
304 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
339 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
396 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
398 (AMRDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
476 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
478 pHandle->pComponentPrivate;
568 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
570 pHandle->pComponentPrivate
1720 LCML_DSP_INTERFACE * phandle; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c 103 * @param pHandle This is component handle allocated by the OMX core.
123 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
124 MP3DEC_COMPONENT_PRIVATE *pComponentPrivate =(MP3DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
288 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
300 ((MP3DEC_COMPONENT_PRIVATE *) pTemp->pPlatformPrivate)->pHandle = pHandle;
323 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
336 ((MP3DEC_COMPONENT_PRIVATE *)pTemp->pPlatformPrivate)->pHandle = pHandle;
367 * @param pHandle This is component handle allocated by the OMX core.
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c 120 LCML_DSP_INTERFACE *pHandle;
125 pHandle = (LCML_DSP_INTERFACE *)pComponent;
133 OMX_PRINT2(pComponentPrivate->dbg, "%d :: WMADECFill_LCMLInitParams - pHandle = %p",__LINE__,
134 pHandle);
308 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
358 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
403 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
405 (WMADEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
462 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
463 pComponentPrivate->pHandle->pApplicationPrivate
1911 LCML_DSP_INTERFACE *phandle; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_Utils.c 97 * @param pHandle This is component handle allocated by the OMX core.
118 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
120 (G726DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
293 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
305 ((G726DEC_COMPONENT_PRIVATE *) pTemp->pPlatformPrivate)->pHandle = pHandle;
324 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
332 ((G726DEC_COMPONENT_PRIVATE *)pTemp->pPlatformPrivate)->pHandle = pHandle;
356 * @param pHandle This is component handle allocated by the OMX core
1313 LCML_DSP_INTERFACE * phandle = NULL; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c 130 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent;
135 G711DEC_DPRINT("%d :: pHandle = %p\n",__LINE__,pHandle);
136 G711DEC_DPRINT("%d :: pHandle->pComponentPrivate = %p\n",__LINE__,pHandle->pComponentPrivate);
138 pComponentPrivate = pHandle->pComponentPrivate;
268 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
303 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
358 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
361 (G711DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate
1510 LCML_DSP_INTERFACE * phandle = NULL; local
2117 LCML_DSP_INTERFACE *phandle = (LCML_DSP_INTERFACE *)args[6]; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c 116 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
164 pHandle,pHandle->pApplicationPrivate,
175 G722ENC_CleanupInitParams(pHandle);
185 pComponentPrivate->cbInfo.EventHandler(pHandle,
186 pHandle->pApplicationPrivate,
194 pComponentPrivate->cbInfo.EventHandler(pHandle,
195 pHandle->pApplicationPrivate,
248 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
CMcKMod.h 52 * @param pHandle
61 uint32_t *pHandle,
68 * @param pHandle
79 uint32_t *pHandle,
89 uint32_t *pHandle,
117 uint32_t *pHandle,

Completed in 789 milliseconds

1 2 3 4 5 6 7 8