/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/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];
|
/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/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/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
OMX_G729Dec_Utils.c | 133 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 138 G729DEC_DPRINT("%d :: pHandle = %p\n",__LINE__,pHandle); 139 G729DEC_DPRINT("%d :: pHandle->pComponentPrivate = %p\n",__LINE__,pHandle->pComponentPrivate); 140 pComponentPrivate = pHandle->pComponentPrivate; 291 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 329 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 377 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 379 (G729DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
OMX_G722Dec_Utils.c | 124 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 156 pHandle,pHandle->pApplicationPrivate, 182 G722DEC_CleanupInitParams(pHandle); 187 pHandle, pHandle->pApplicationPrivate, 204 * @param pHandle This is component handle allocated by the OMX core. 225 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 227 (G722DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate [all...] |
/hardware/libhardware/modules/gralloc/ |
gralloc.cpp | 48 size_t size, int usage, buffer_handle_t* pHandle); 105 size_t size, int usage, buffer_handle_t* pHandle) 128 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle); 152 *pHandle = hnd; 158 size_t size, int usage, buffer_handle_t* pHandle) 163 int err = gralloc_alloc_framebuffer_locked(dev, size, usage, pHandle); 169 size_t size, int usage, buffer_handle_t* pHandle) 188 *pHandle = hnd; 201 buffer_handle_t* pHandle, int* pStride) 203 if (!pHandle || !pStride [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
OMX_G711Enc_Utils.c | 108 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 109 G711ENC_COMPONENT_PRIVATE *pComponentPrivate = pHandle->pComponentPrivate; 244 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 284 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 330 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 332 (G711ENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 412 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 414 pHandle->pComponentPrivate; 486 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 488 pHandle->pComponentPrivate 1406 LCML_DSP_INTERFACE * phandle = NULL; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
OMX_AacEnc_Utils.c | 118 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 119 AACENC_COMPONENT_PRIVATE *pComponentPrivate = pHandle->pComponentPrivate; 319 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 352 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 413 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 414 AACENC_COMPONENT_PRIVATE *pComponentPrivate = (AACENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 474 OMX_PRDSP1(pComponentPrivate->dbg, "%d :: pHandle[%x] AACENC_StartComponentThread\n", __LINE__, (int)pHandle) ; 500 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 501 AACENC_COMPONENT_PRIVATE *pComponentPrivate = (AACENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
OMX_AmrEnc_Utils.c | 120 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 121 AMRENC_COMPONENT_PRIVATE *pComponentPrivate = pHandle->pComponentPrivate; 267 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 303 pTemp->pPlatformPrivate = pHandle->pComponentPrivate; 353 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 355 (AMRENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 433 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 435 pHandle->pComponentPrivate; 499 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 501 pHandle->pComponentPrivate 1580 LCML_DSP_INTERFACE * phandle = NULL; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/ |
G722EncTest.c | 130 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn); 147 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, 153 /*OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;*/ 155 eError = OMX_GetState(pHandle, &CurState); 162 eError = OMX_GetState(pHandle, &CurState); 296 OMX_HANDLETYPE pHandle = NULL; 446 /*pHandle = malloc(sizeof(OMX_HANDLETYPE));*/ 447 APP_MEMPRINT("%d:::[TESTAPPALLOC] %p\n",__LINE__,pHandle); 450 error = TIOMX_GetHandle(&pHandle, strG722Encoder, &AppData, &PcmCaBa); 453 error = TIOMX_GetHandle(&pHandle, strG722Encoder, &AppData, &PcmCaBa) [all...] |