Searched refs:pHandle (Results 101 - 125 of 154) sorted by relevance

1234567

/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEncoder.c151 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
211 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
219 pHandle->SetCallbacks = SetCallbacks;
220 pHandle->GetComponentVersion = GetComponentVersion;
221 pHandle->SendCommand = SendCommand;
222 pHandle->GetParameter = GetParameter;
223 pHandle->SetParameter = SetParameter;
224 pHandle->GetConfig = GetConfig;
225 pHandle->SetConfig = SetConfig;
226 pHandle
586 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; local
635 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
682 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)phandle; local
1078 OMX_COMPONENTTYPE* pHandle= (OMX_COMPONENTTYPE*)hComp; local
1304 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
1348 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
1467 OMX_COMPONENTTYPE* pHandle = NULL; local
1540 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1638 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1734 ComponentDeInit(OMX_HANDLETYPE pHandle) argument
2001 OMX_COMPONENTTYPE *pHandle; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEncoder.c122 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
171 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
177 pHandle->SetCallbacks = SetCallbacks;
178 pHandle->GetComponentVersion = GetComponentVersion;
179 pHandle->SendCommand = SendCommand;
180 pHandle->GetParameter = GetParameter;
181 pHandle->GetExtensionIndex = GetExtensionIndex;
182 pHandle->SetParameter = SetParameter;
183 pHandle->GetConfig = GetConfig;
184 pHandle
520 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; local
570 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
622 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)phandle; local
1270 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
1413 OMX_COMPONENTTYPE* pHandle = NULL; local
1485 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1587 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1689 ComponentDeInit(OMX_HANDLETYPE pHandle) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEncoder.c145 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
195 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
202 pHandle->SetCallbacks = SetCallbacks;
203 pHandle->GetComponentVersion = GetComponentVersion;
204 pHandle->SendCommand = SendCommand;
205 pHandle->GetParameter = GetParameter;
206 pHandle->SetParameter = SetParameter;
207 pHandle->GetConfig = GetConfig;
208 pHandle->SetConfig = SetConfig;
209 pHandle
559 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; local
609 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
654 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)phandle; local
1041 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
1308 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
1358 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
1546 OMX_COMPONENTTYPE* pHandle = NULL; local
1613 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1719 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1825 ComponentDeInit(OMX_HANDLETYPE pHandle) argument
2096 OMX_COMPONENTTYPE *pHandle; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
H A DOMX_WbAmrDec_Utils.h154 OMX_ERRORTYPE WBAMR_DEC_StartComponentThread(OMX_HANDLETYPE pHandle);
167 OMX_ERRORTYPE WBAMR_DEC_StopComponentThread(OMX_HANDLETYPE pHandle);
214 * @param pHandle OMX Handle
223 OMX_ERRORTYPE WBAMR_DEC_Fill_LCMLInitParams(OMX_HANDLETYPE pHandle,
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c94 extern OMX_ERRORTYPE VIDDEC_Start_ComponentThread(OMX_HANDLETYPE pHandle);
276 OMX_COMPONENTTYPE *pHandle = NULL; local
289 pHandle = (OMX_COMPONENTTYPE *)hComponent;
291 OMX_MALLOC_STRUCT(pHandle->pComponentPrivate, VIDDEC_COMPONENT_PRIVATE, nMemUsage);
292 if (pHandle->pComponentPrivate == NULL) {
296 pComponentPrivate = (VIDDEC_COMPONENT_PRIVATE*)pHandle->pComponentPrivate;
304 ((VIDDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->pHandle = pHandle;
306 pHandle
514 OMX_COMPONENTTYPE *pHandle = NULL; local
557 OMX_COMPONENTTYPE* pHandle = NULL; local
618 OMX_COMPONENTTYPE* pHandle = NULL; local
1229 OMX_COMPONENTTYPE* pHandle= NULL; local
1687 OMX_COMPONENTTYPE* pHandle = NULL; local
1997 OMX_COMPONENTTYPE* pHandle = NULL; local
2286 OMX_COMPONENTTYPE* pHandle = NULL; local
2369 OMX_COMPONENTTYPE *pHandle = NULL; local
2465 OMX_COMPONENTTYPE *pHandle = NULL; local
2561 OMX_COMPONENTTYPE* pHandle = NULL; local
2898 OMX_COMPONENTTYPE* pHandle = NULL; local
3072 OMX_COMPONENTTYPE* pHandle = NULL; local
3349 OMX_COMPONENTTYPE* pHandle = NULL; local
3679 OMX_COMPONENTTYPE* pHandle = NULL; local
[all...]
H A DOMX_VideoDec_Utils.c830 pComponentPrivate->pHandle->pApplicationPrivate = NULL;
1507 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)pComponent; local
1508 VIDDEC_COMPONENT_PRIVATE* pComponentPrivate = (VIDDEC_COMPONENT_PRIVATE*)pHandle->pComponentPrivate;
1539 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
1540 pComponentPrivate->pHandle->pApplicationPrivate,
1551 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
1552 pComponentPrivate->pHandle->pApplicationPrivate,
1562 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
1563 pComponentPrivate->pHandle->pApplicationPrivate,
1573 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
[all...]
/hardware/msm7k/libgralloc/
H A Dgralloc.cpp62 size_t size, int usage, buffer_handle_t* pHandle);
129 size_t size, int usage, buffer_handle_t* pHandle)
152 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle);
177 *pHandle = hnd;
183 size_t size, int usage, buffer_handle_t* pHandle)
188 int err = gralloc_alloc_framebuffer_locked(dev, size, usage, pHandle);
315 size_t size, int usage, buffer_handle_t* pHandle)
441 *pHandle = hnd;
450 *pHandle = hnd;
463 buffer_handle_t* pHandle, in
128 gralloc_alloc_framebuffer_locked(alloc_device_t* dev, size_t size, int usage, buffer_handle_t* pHandle) argument
182 gralloc_alloc_framebuffer(alloc_device_t* dev, size_t size, int usage, buffer_handle_t* pHandle) argument
314 gralloc_alloc_buffer(alloc_device_t* dev, size_t size, int usage, buffer_handle_t* pHandle) argument
461 gralloc_alloc(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride) argument
[all...]
/hardware/ti/omap4xxx/domx/omx_core/src/
H A DOMX_Core.c166 * @param[out] pHandle Handle of the loaded components
181 OMX_ERRORTYPE OMX_GetHandle(OMX_HANDLETYPE * pHandle, argument
204 CORE_require(NULL != pHandle, OMX_ErrorBadParameter, NULL);
295 *pHandle = malloc(sizeof(OMX_COMPONENTTYPE));
296 CORE_assert((*pHandle != NULL), OMX_ErrorInsufficientResources,
297 "Malloc of pHandle* failed");
299 pComponents[i] = *pHandle;
300 componentType = (OMX_COMPONENTTYPE *) * pHandle;
308 eError = (*pComponentInit) (*pHandle);
309 //eError = OMX_ComponentInit(*pHandle);
359 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *) hComponent; local
[all...]
H A DOMX_Core_Wrapper.c116 OMX_API OMX_ERRORTYPE TIOMX_GetHandle(OMX_OUT OMX_HANDLETYPE * pHandle, argument
123 return OMX_GetHandle(pHandle, cComponentName, pAppData, pCallBacks);
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec.c123 OMX_COMPONENTTYPE *pHandle = NULL; local
125 pHandle = (OMX_COMPONENTTYPE *) hComponent;
131 pHandle->pComponentPrivate =
136 PROXY_assert(pHandle->pComponentPrivate != NULL,
141 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
163 OMX_COMPONENTTYPE *pHandle = NULL; local
165 pHandle = (OMX_COMPONENTTYPE *) hComponent;
177 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
189 pHandle->SetParameter = PROXY_VIDDEC_SetParameter;
190 pHandle
[all...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c299 OMX_COMPONENTTYPE *pHandle = NULL; local
301 pHandle = (OMX_COMPONENTTYPE *) hComponent;
305 pHandle->pComponentPrivate = (PROXY_COMPONENT_PRIVATE *)
310 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
311 if (pHandle->pComponentPrivate == NULL)
339 pHandle->ComponentDeInit = ComponentPrivateDeInit;
340 pHandle->GetConfig = CameraGetConfig;
341 pHandle->SetConfig = CameraSetConfig;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
H A DExynos_OMX_Core.h49 OMX_OUT OMX_HANDLETYPE *pHandle,
H A DExynos_OMX_Core.c138 OMX_OUT OMX_HANDLETYPE *pHandle,
155 if ((pHandle == NULL) || (cComponentName == NULL) || (pCallBacks == NULL)) {
195 *pHandle = loadComponent->pOMXComponent;
137 Exynos_OMX_GetHandle( OMX_OUT OMX_HANDLETYPE *pHandle, OMX_IN OMX_STRING cComponentName, OMX_IN OMX_PTR pAppData, OMX_IN OMX_CALLBACKTYPE *pCallBacks) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
H A DOMX_G729Dec_Utils.h167 OMX_ERRORTYPE G729DECFill_LCMLInitParams(OMX_HANDLETYPE pHandle,
H A DOMX_G729Decoder.h396 OMX_COMPONENTTYPE* pHandle; member in struct:G729DEC_COMPONENT_PRIVATE
701 OMX_ERRORTYPE G729DEC_StartComponentThread(OMX_HANDLETYPE pHandle);
702 OMX_ERRORTYPE G729DEC_StopComponentThread(OMX_HANDLETYPE pHandle);
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Utils.c569 OMX_COMPONENTTYPE* pHandle = NULL; local
579 pHandle = (OMX_COMPONENTTYPE*)pComponentPrivate->pHandle;
586 OMX_DBG_CHECK_CMD(pComponentPrivate->dbg, pHandle, pPortDefIn, pPortDefOut);
623 pComponentPrivate->sCbData.EmptyBufferDone(pComponentPrivate->pHandle,
624 pComponentPrivate->pHandle->pApplicationPrivate,
697 if (pCompPortOut->pBufferPrivate[i]->pBufferHdr->hMarkTargetComponent == pComponentPrivate->pHandle &&
706 pComponentPrivate->sCbData.FillBufferDone(pComponentPrivate->pHandle,
707 pComponentPrivate->pHandle->pApplicationPrivate,
826 OMX_COMPONENTTYPE* pHandle local
944 OMX_COMPONENTTYPE* pHandle = NULL; local
3913 OMX_COMPONENTTYPE* pHandle = NULL; local
4127 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)cbData.hComponent; local
[all...]
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Core_Wrapper.h58 OMX_OUT OMX_HANDLETYPE* pHandle,
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
H A DOMX_G726Enc_Utils.h521 OMX_COMPONENTTYPE* pHandle; member in struct:G726ENC_COMPONENT_PRIVATE
747 OMX_ERRORTYPE G726ENC_StartComponentThread(OMX_HANDLETYPE pHandle);
760 OMX_ERRORTYPE G726ENC_StopComponentThread(OMX_HANDLETYPE pHandle);
808 * @param pHandle OMX Handle
817 OMX_ERRORTYPE G726ENC_FillLCMLInitParams(OMX_HANDLETYPE pHandle,
894 OMX_ERRORTYPE G726ENC_CleanupInitParams(OMX_HANDLETYPE pHandle);
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
H A DadmCtrl.c140 admCtrl_t *pHandle; local
143 pHandle = (admCtrl_t*)os_memoryAlloc(hOs, sizeof(admCtrl_t));
144 if (pHandle == NULL)
149 os_memoryZero(hOs, pHandle, sizeof(admCtrl_t));
151 pHandle->hOs = hOs;
153 return pHandle;
H A DmainKeysSm.h142 void mainKeys_reAuth(TI_HANDLE pHandle);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
H A DOMX_G711Dec_Utils.h484 OMX_ERRORTYPE G711DEC_StartComponentThread(OMX_HANDLETYPE pHandle);
485 OMX_ERRORTYPE G711DEC_StopComponentThread(OMX_HANDLETYPE pHandle);
553 OMX_COMPONENTTYPE* pHandle; member in struct:G711DEC_COMPONENT_PRIVATE
825 OMX_ERRORTYPE G711DECFill_LCMLInitParams(OMX_HANDLETYPE pHandle,
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
H A DOMX_AmrDec_Utils.h136 OMX_ERRORTYPE NBAMRDECFill_LCMLInitParams(OMX_HANDLETYPE pHandle,
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
H A DOMX_VPP_Utils.h379 OMX_COMPONENTTYPE *pHandle; member in struct:VPP_COMPONENT_PRIVATE
470 OMX_ERRORTYPE VPP_Fill_LCMLInitParams(OMX_HANDLETYPE pHandle, OMX_U16 arr[], LCML_DSP *plcml_Init);
506 OMX_ERRORTYPE VPP_Start_ComponentThread(OMX_HANDLETYPE pHandle);
508 OMX_ERRORTYPE VPP_Stop_ComponentThread(OMX_HANDLETYPE pHandle);
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
H A Domx_proxy_h264enc.c144 OMX_COMPONENTTYPE *pHandle = NULL; local
146 pHandle = (OMX_COMPONENTTYPE *) hComponent;
157 pHandle->pComponentPrivate =
162 PROXY_assert(pHandle->pComponentPrivate != NULL,
167 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
212 pHandle->SetParameter = LOCAL_PROXY_H264E_SetParameter;
213 pHandle->GetParameter = LOCAL_PROXY_H264E_GetParameter;
216 pHandle->EmptyThisBuffer = LOCAL_PROXY_H264E_EmptyThisBuffer;
217 pHandle->GetExtensionIndex = LOCAL_PROXY_H264E_GetExtensionIndex;
220 pHandle
[all...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
H A Domx_proxy_mpeg4enc.c143 OMX_COMPONENTTYPE *pHandle = NULL; local
145 pHandle = (OMX_COMPONENTTYPE *) hComponent;
156 pHandle->pComponentPrivate =
161 PROXY_assert(pHandle->pComponentPrivate != NULL,
166 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
212 pHandle->SetParameter = LOCAL_PROXY_MPEG4E_SetParameter;
213 pHandle->GetParameter = LOCAL_PROXY_MPEG4E_GetParameter;
215 pHandle->ComponentDeInit = LOCAL_PROXY_MPEG4E_ComponentDeInit;
216 pHandle->FreeBuffer = LOCAL_PROXY_MPEG4E_FreeBuffer;
217 pHandle
[all...]

Completed in 332 milliseconds

1234567