Searched defs:pHandle (Results 1 - 25 of 144) sorted by relevance

123456

/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_sample/src/
H A Domx_proxy_sample.c69 OMX_COMPONENTTYPE *pHandle = NULL; local
71 pHandle = (OMX_COMPONENTTYPE *) hComponent;
76 pHandle->pComponentPrivate =
82 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
83 if (pHandle->pComponentPrivate == NULL)
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_sample/src/
H A Domx_proxy_sample.c69 OMX_COMPONENTTYPE *pHandle = NULL; local
71 pHandle = (OMX_COMPONENTTYPE *) hComponent;
76 pHandle->pComponentPrivate =
82 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
83 if (pHandle->pComponentPrivate == NULL)
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_ComponentRegistry.h16 OMX_HANDLETYPE* pHandle[MAX_CONCURRENT_INSTANCES]; member in struct:_ComponentTable
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_CompThread.c111 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
161 pComponentPrivate->cbInfo.EventHandler (pHandle,
162 pHandle->pApplicationPrivate,
174 AACDEC_CleanupInitParams(pHandle);
183 pHandle, pHandle->pApplicationPrivate,
188 pComponentPrivate->cbInfo.EventHandler(pHandle,
189 pHandle->pApplicationPrivate,
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_CompThread.c88 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
156 pComponentPrivate->cbInfo.EventHandler (pHandle, pHandle->pApplicationPrivate,
167 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: pHandle: %p \n",__LINE__, pHandle);
168 OMX_PRDSP1(pComponentPrivate->dbg, "%d :: pHandle->pComponentPrivate:%p \n",__LINE__, pHandle->pComponentPrivate);
193 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: pHandle: %p \n",__LINE__,pHandle);
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_ComponentThread.c72 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
119 pComponentPrivate->cbInfo.EventHandler (pHandle, pHandle->pApplicationPrivate,
146 G711DEC_CleanupInitParams(pHandle);
155 pComponentPrivate->cbInfo.EventHandler( pHandle,
156 pHandle->pApplicationPrivate,
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_ComponentThread.c96 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
139 pComponentPrivate->cbInfo.EventHandler ( pHandle,
140 pHandle->pApplicationPrivate,
169 pComponentPrivate->cbInfo.EventHandler( pHandle,
170 pHandle->pApplicationPrivate,
177 pComponentPrivate->cbInfo.EventHandler(pHandle,
178 pHandle->pApplicationPrivate,
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_CompThread.c100 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
142 pHandle,pHandle->pApplicationPrivate,
169 G726DEC_CleanupInitParams(pHandle);
176 pHandle, pHandle->pApplicationPrivate,
182 pHandle, pHandle->pApplicationPrivate,
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_ComponentThread.c93 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
125 pComponentPrivate->cbInfo.EventHandler ( pHandle,
126 pHandle->pApplicationPrivate,
145 pComponentPrivate->cbInfo.EventHandler( pHandle,
146 pHandle->pApplicationPrivate,
154 pHandle, pHandle->pApplicationPrivate,
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_ComponentThread.c111 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
182 pHandle,
183 pHandle->pApplicationPrivate,
208 G729DEC_CleanupInitParams(pHandle);
218 pHandle, pHandle->pApplicationPrivate,
224 pHandle, pHandle->pApplicationPrivate,
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_ComponentThread.c114 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
173 pComponentPrivate->cbInfo.EventHandler(pHandle,
174 pHandle->pApplicationPrivate,
218 pHandle, pHandle->pApplicationPrivate,
224 pHandle, pHandle->pApplicationPrivate,
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_CompThread.c110 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
171 pComponentPrivate->cbInfo.EventHandler (pHandle,
172 pHandle->pApplicationPrivate,
199 MP3DEC_CleanupInitParams(pHandle);
207 pComponentPrivate->cbInfo.EventHandler(pHandle, pHandle->pApplicationPrivate,
212 pComponentPrivate->cbInfo.EventHandler(pHandle,
213 pHandle->pApplicationPrivate,
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_ComponentThread.c74 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
150 pComponentPrivate->cbInfo.EventHandler (pHandle,
151 pHandle->pApplicationPrivate,
191 pHandle, pHandle->pApplicationPrivate,
196 pComponentPrivate->cbInfo.EventHandler(pHandle,
197 pHandle->pApplicationPrivate,
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_ComponentThread.c106 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
162 pComponentPrivate->cbInfo.EventHandler ( pHandle,
163 pHandle->pApplicationPrivate,
206 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
207 pComponentPrivate->pHandle->pApplicationPrivate,
215 pComponentPrivate->cbInfo.EventHandler( pHandle,
216 pHandle->pApplicationPrivate,
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_ComponentThread.c93 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
168 pComponentPrivate->cbInfo.EventHandler (pHandle,
169 pHandle->pApplicationPrivate,
207 pComponentPrivate->cbInfo.EventHandler(pHandle,
208 pHandle->pApplicationPrivate,
215 pComponentPrivate->cbInfo.EventHandler(pHandle,
216 pHandle->pApplicationPrivate,
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_CompThread.c99 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
156 pComponentPrivate->cbInfo.EventHandler ( pHandle,
157 pHandle->pApplicationPrivate,
211 pComponentPrivate->cbInfo.EventHandler( pHandle,
212 pHandle->pApplicationPrivate,
218 pComponentPrivate->cbInfo.EventHandler( pHandle,
219 pHandle->pApplicationPrivate,
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_ComponentThread.c91 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
151 pComponentPrivate->cbInfo.EventHandler ( pHandle,
152 pHandle->pApplicationPrivate,
179 WMADEC_CleanupInitParams(pHandle);
192 pComponentPrivate->cbInfo.EventHandler( pHandle,
193 pHandle->pApplicationPrivate,
199 pComponentPrivate->cbInfo.EventHandler( pHandle,
200 pHandle->pApplicationPrivate,
208 pComponentPrivate->cbInfo.EventHandler( pHandle,
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDec_Thread.c79 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pThreadData; local
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
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Thread.c105 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pThreadData; local
106 JPEGENC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
149 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle, pComponentPrivate->pHandle->pApplicationPrivate,
163 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle, pComponentPrivate->pHandle->pApplicationPrivate,
174 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle, pComponentPrivate->pHandle->pApplicationPrivate,
202 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle, pComponentPrivate->pHandle
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_CompThread.c113 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
163 pHandle,pHandle->pApplicationPrivate,
226 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
227 pComponentPrivate->pHandle->pApplicationPrivate,
258 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
259 pComponentPrivate->pHandle->pApplicationPrivate,
270 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
271 pComponentPrivate->pHandle
[all...]
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec_secure.c22 OMX_COMPONENTTYPE *pHandle = NULL; local
28 pHandle = (OMX_COMPONENTTYPE *) hComponent;
34 pHandle->pComponentPrivate =
39 PROXY_assert(pHandle->pComponentPrivate != NULL,
44 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
96 pHandle->ComponentDeInit = PROXY_VIDDEC_Secure_ComponentDeInit;
123 OMX_COMPONENTTYPE *pHandle = NULL; local
129 pHandle = (OMX_COMPONENTTYPE *) hComponent;
132 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec_secure.c22 OMX_COMPONENTTYPE *pHandle = NULL; local
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; local
119 pHandle
[all...]
/hardware/qcom/display/msm8084/libgralloc/
H A Dmemalloc.h49 uintptr_t pHandle; member in struct:gralloc::alloc_data
/hardware/qcom/display/msm8226/libgralloc/
H A Dmemalloc.h49 uintptr_t pHandle; member in struct:gralloc::alloc_data
/hardware/qcom/display/msm8960/libgralloc/
H A Dmemalloc.h49 unsigned int pHandle; member in struct:gralloc::alloc_data

Completed in 1620 milliseconds

123456