Searched refs:pHandle (Results 26 - 50 of 154) sorted by relevance

1234567

/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/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,
H A DOMX_G711Dec_Utils.c130 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; local
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; local
361 (G711DEC_COMPONENT_PRIVATE *)pHandle
441 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
535 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
586 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
631 OMX_COMPONENTTYPE *pHandle = NULL; local
1931 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)pComponentPrivate->pHandle; local
2367 OMX_HANDLETYPE pHandle = NULL; local
2408 OMX_HANDLETYPE pHandle = NULL; local
2601 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; local
2823 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)cbData.hComponent; local
[all...]
/hardware/qcom/camera/mm-camera-interface/
H A Dmm_omx_jpeg_encoder.c77 static OMX_HANDLETYPE pHandle; variable
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,
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c177 OMX_ERRORTYPE StopComponent(OMX_HANDLETYPE *pHandle);
178 OMX_ERRORTYPE PauseComponent(OMX_HANDLETYPE *pHandle);
179 OMX_ERRORTYPE PlayComponent(OMX_HANDLETYPE *pHandle);
180 OMX_S16 fill_data_fromFile (OMX_BUFFERHEADERTYPE *pBuf, FILE *fIn, OMX_HANDLETYPE pHandle);
182 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn);
194 OMX_HANDLETYPE* pHandle);
205 OMX_HANDLETYPE* pHandle);
251 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, argument
257 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;
258 eError = pComponent->GetState(pHandle,
381 OMX_HANDLETYPE pHandle; local
1353 send_input_buffer(OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn) argument
1385 fill_data_fromFile(OMX_BUFFERHEADERTYPE *pBuf, FILE *fIn, OMX_HANDLETYPE pHandle) argument
1534 StopComponent(OMX_HANDLETYPE *pHandle) argument
1561 PauseComponent(OMX_HANDLETYPE *pHandle) argument
1588 PlayComponent(OMX_HANDLETYPE *pHandle) argument
1612 FreeResources(OMX_AUDIO_PARAM_G729TYPE* pG729Param, OMX_AUDIO_PARAM_PCMMODETYPE* pPcmParam, OMX_PARAM_PORTDEFINITIONTYPE* pCompPrivateStruct, OMX_AUDIO_CONFIG_MUTETYPE* pCompPrivateStructMute, OMX_AUDIO_CONFIG_VOLUMETYPE* pCompPrivateStructVolume, TI_OMX_DSP_DEFINITION* audioinfo, OMX_U8* pInputBuffer[10], OMX_U8* pOutputBuffer[10], G729DEC_BufParamStruct* pInBufferParam[10], OMX_HANDLETYPE* pHandle) argument
1666 FreeResources(OMX_AUDIO_PARAM_G729TYPE* pG729Param, OMX_AUDIO_PARAM_PCMMODETYPE* pPcmParam, OMX_PARAM_PORTDEFINITIONTYPE* pCompPrivateStruct, OMX_AUDIO_CONFIG_MUTETYPE* pCompPrivateStructMute, OMX_AUDIO_CONFIG_VOLUMETYPE* pCompPrivateStructVolume, TI_OMX_DSP_DEFINITION* audioinfo, OMX_BUFFERHEADERTYPE* pInputBufferHeader[10], OMX_BUFFERHEADERTYPE* pOutputBufferHeader[10], G729DEC_BufParamStruct* pInBufferParam[10], OMX_HANDLETYPE* pHandle) argument
[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/wlan/wl1271/stad/src/Sta_Management/
H A DsharedKeyAuthSm.c111 auth_t *pHandle; local
163 pHandle = (auth_t*)hAuth;
165 status = fsm_Config(pHandle->pAuthSm, &sharedKeyAuth_smMatrix[0][0],
172 pHandle->currentState = SHARED_KEY_AUTH_SM_STATE_IDLE;
220 auth_t *pHandle; local
224 pHandle = (auth_t*)hAuth;
226 if (pHandle == NULL)
235 TRACE0(pHandle->hReport, REPORT_SEVERITY_SM, "SHARED_KEY_AUTH_SM: DEBUG recieved authentication message with wrong algorithm \n");
242 pHandle->authData.status = pFrame->content.auth.status;
243 pHandle
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c100 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) argument
159 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;
447 OMX_HANDLETYPE pHandle; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c97 * @param pHandle This is component handle allocated by the OMX core.
118 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
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 Thi
371 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
448 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
557 OMX_COMPONENTTYPE *pHandle = local
1587 OMX_COMPONENTTYPE *pHandle = NULL; local
2116 OMX_HANDLETYPE pHandle = NULL; local
2150 OMX_HANDLETYPE pHandle = NULL; local
2186 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
2419 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
2561 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)cbData.hComponent; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c238 int FreeAllResources( OMX_HANDLETYPE *pHandle,
244 int FreeAllResources(OMX_HANDLETYPE *pHandle,
263 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn);
264 OMX_ERRORTYPE StopComponent(OMX_HANDLETYPE *pHandle);
265 OMX_ERRORTYPE PauseComponent(OMX_HANDLETYPE *pHandle);
266 OMX_ERRORTYPE PlayComponent(OMX_HANDLETYPE *pHandle);
280 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, argument
285 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;
286 eError = pComponent->GetState(pHandle, &CurState);
486 OMX_HANDLETYPE pHandle; local
1801 send_input_buffer(OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn) argument
1998 StopComponent(OMX_HANDLETYPE *pHandle) argument
2021 PauseComponent(OMX_HANDLETYPE *pHandle) argument
2044 PlayComponent(OMX_HANDLETYPE *pHandle) argument
2119 FreeAllResources( OMX_HANDLETYPE *pHandle, OMX_BUFFERHEADERTYPE* pBufferIn, OMX_BUFFERHEADERTYPE* pBufferOut, int NIB, int NOB, FILE* fileIn, FILE* fileOut) argument
2179 FreeAllResources(OMX_HANDLETYPE *pHandle, OMX_U8* UseInpBuf[], OMX_U8* UseOutBuf[], int NIB,int NOB, FILE* fileIn, FILE* fileOut) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c98 * @param pHandle This is component handle allocated by the OMX core.
119 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
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 Thi
368 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
439 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
552 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *) pComponentPrivate->pHandle; local
2537 OMX_COMPONENTTYPE *pHandle = NULL; local
3106 OMX_HANDLETYPE pHandle = NULL; local
3139 OMX_HANDLETYPE pHandle = NULL; local
3194 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
3251 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
3586 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
3778 OMX_COMPONENTTYPE *pHandle = NULL; local
3906 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)cbData.hComponent; local
[all...]
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/wbamr_enc/tests/
H A DWbAmrEncTest.c297 OMX_ERRORTYPE StopComponent(OMX_HANDLETYPE *pHandle);
298 OMX_ERRORTYPE PauseComponent(OMX_HANDLETYPE *pHandle);
299 OMX_ERRORTYPE PlayComponent(OMX_HANDLETYPE *pHandle);
300 OMX_ERRORTYPE send_input_buffer(OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn);
317 int FreeAllResources( OMX_HANDLETYPE *pHandle,
323 int FreeAllResources(OMX_HANDLETYPE *pHandle,
347 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, argument
351 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;
353 eError = pComponent->GetState(pHandle, &CurState);
497 OMX_HANDLETYPE pHandle; local
1880 send_input_buffer(OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn) argument
1943 StopComponent(OMX_HANDLETYPE *pHandle) argument
1972 PauseComponent(OMX_HANDLETYPE *pHandle) argument
1999 PlayComponent(OMX_HANDLETYPE *pHandle) argument
2030 FreeAllResources( OMX_HANDLETYPE *pHandle, OMX_BUFFERHEADERTYPE* pBufferIn, OMX_BUFFERHEADERTYPE* pBufferOut, int NIB, int NOB, FILE* fileIn, FILE* fileOut) argument
2071 FreeAllResources(OMX_HANDLETYPE *pHandle, OMX_U8* UseInpBuf[], OMX_U8* UseOutBuf[], int NIB, int NOB, FILE* fileIn, FILE* fileOut) argument
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Thread.c82 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
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c116 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
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 local
543 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
633 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
795 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
850 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
896 OMX_COMPONENTTYPE *pHandle = local
1469 OMX_COMPONENTTYPE *pHandle = pComponentPrivate_CC->pHandle; local
1747 OMX_HANDLETYPE pHandle = NULL; local
1781 OMX_HANDLETYPE pHandle = NULL; local
1873 OMX_COMPONENTTYPE *pHandle = local
2066 OMX_COMPONENTTYPE *pHandle = local
2202 OMX_COMPONENTTYPE *pHandle = local
2355 OMX_COMPONENTTYPE *pHandle = local
2421 OMX_COMPONENTTYPE *pHandle = local
2579 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
[all...]
H A DOMX_G722Encoder.c147 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
193 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp; local
203 if (pHandle == NULL) {
209 pHandle->SetCallbacks = SetCallbacks;
210 pHandle->GetComponentVersion = GetComponentVersion;
211 pHandle->SendCommand = SendCommand;
212 pHandle->GetParameter = GetParameter;
213 pHandle->SetParameter = SetParameter;
214 pHandle->GetConfig = GetConfig;
215 pHandle
648 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)phandle; local
1077 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; local
1199 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp; local
1335 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *) pComponent; local
1375 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1465 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
1548 ComponentDeInit(OMX_HANDLETYPE pHandle) argument
1803 OMX_COMPONENTTYPE *pHandle = NULL; local
[all...]
/hardware/qcom/display/libgralloc/
H A Dgpu.cpp51 buffer_handle_t* pHandle)
77 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI,
107 *pHandle = hnd;
113 buffer_handle_t* pHandle)
117 int err = gralloc_alloc_framebuffer_locked(size, usage, pHandle);
123 buffer_handle_t* pHandle, int bufferType,
138 data.pHandle = (unsigned int) pHandle;
175 *pHandle = hnd;
197 buffer_handle_t* pHandle, in
50 gralloc_alloc_framebuffer_locked(size_t size, int usage, buffer_handle_t* pHandle) argument
112 gralloc_alloc_framebuffer(size_t size, int usage, buffer_handle_t* pHandle) argument
122 gralloc_alloc_buffer(size_t size, int usage, buffer_handle_t* pHandle, int bufferType, int format, int width, int height) argument
196 alloc_impl(int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, size_t bufferSize) argument
284 gralloc_alloc(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride) argument
294 gralloc_alloc_size(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, int bufferSize) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c313 OMX_ERRORTYPE StopComponent(OMX_HANDLETYPE *pHandle);
314 OMX_ERRORTYPE PauseComponent(OMX_HANDLETYPE *pHandle);
315 OMX_ERRORTYPE PlayComponent(OMX_HANDLETYPE *pHandle);
316 OMX_ERRORTYPE send_input_buffer(OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn);
332 int FreeAllResources( OMX_HANDLETYPE *pHandle,
338 int FreeAllResources(OMX_HANDLETYPE *pHandle,
364 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, argument
370 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;
372 eError = pComponent->GetState(pHandle, &CurState);
378 eError = OMX_GetState(pHandle,
518 OMX_HANDLETYPE pHandle; local
1786 send_input_buffer(OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn) argument
1852 StopComponent(OMX_HANDLETYPE *pHandle) argument
1875 PauseComponent(OMX_HANDLETYPE *pHandle) argument
1898 PlayComponent(OMX_HANDLETYPE *pHandle) argument
1927 FreeAllResources( OMX_HANDLETYPE *pHandle, OMX_BUFFERHEADERTYPE* pBufferIn, OMX_BUFFERHEADERTYPE* pBufferOut, int NIB, int NOB, FILE* fileIn, FILE* fileOut) argument
1973 FreeAllResources(OMX_HANDLETYPE *pHandle, OMX_U8* UseInpBuf[], OMX_U8* UseOutBuf[], int NIB,int NOB, FILE* fileIn, FILE* fileOut) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Dec_Utils.c124 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
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; local
227 (G722DEC_COMPONENT_PRIVATE *)pHandle
484 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
567 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
686 OMX_COMPONENTTYPE *pHandle = local
1680 OMX_COMPONENTTYPE *pHandle = NULL; local
1975 OMX_HANDLETYPE pHandle = NULL; local
2009 OMX_HANDLETYPE pHandle = NULL; local
2045 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
2282 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
[all...]
/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,
H A DOMX_G729Dec_Utils.c133 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; local
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; local
379 (G729DEC_COMPONENT_PRIVATE *)pHandle
456 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
541 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
615 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
659 OMX_COMPONENTTYPE *pHandle = NULL; local
1721 OMX_COMPONENTTYPE *pHandle = NULL; local
1982 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
1992 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
1999 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; local
2075 OMX_HANDLETYPE pHandle = NULL; local
2115 OMX_HANDLETYPE pHandle = NULL; local
2295 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; local
2421 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *) pComponentPrivate->pHandle; local
2508 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)cbData.hComponent; local
[all...]
/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/wma_dec/tests/
H A DWmaDecTest.c238 OMX_ERRORTYPE StopComponent(OMX_HANDLETYPE *pHandle);
239 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn);
240 OMX_ERRORTYPE send_input_buffer_tc7 (OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn);
241 void fill_init_params(OMX_HANDLETYPE pHandle,const char * filename, int dasfmode, TI_OMX_DATAPATH * dataPath);
243 int FreeAllResources( OMX_HANDLETYPE pHandle,
250 int freeAllUseResources(OMX_HANDLETYPE pHandle,
266 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, argument
272 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;
273 eError1 = pComponent->GetState(pHandle, &CurState);
465 OMX_HANDLETYPE pHandle; local
1561 send_input_buffer(OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn) argument
1596 send_input_buffer_tc7(OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn) argument
1763 fill_init_params(OMX_HANDLETYPE pHandle,const char * filename,int dasfmode, TI_OMX_DATAPATH * dataPath) argument
1859 StopComponent(OMX_HANDLETYPE *pHandle) argument
1934 FreeAllResources( OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBufferIn, OMX_BUFFERHEADERTYPE* pBufferOut, int NIB, int NOB, FILE* fIn, FILE* fOut) argument
1995 freeAllUseResources(OMX_HANDLETYPE pHandle, OMX_U8* UseInpBuf[], OMX_U8* UseOutBuf[], int NIB,int NOB, FILE* fIn, FILE* fOut) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c108 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; local
109 G711ENC_COMPONENT_PRIVATE *pComponentPrivate = pHandle->pComponentPrivate;
244 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
284 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
330 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
332 (G711ENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
412 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
414 pHandle->pComponentPrivate;
486 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
488 pHandle
552 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; local
616 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *) pComponentPrivate->pHandle; local
1713 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)pComponentPrivate->pHandle; local
2185 OMX_HANDLETYPE pHandle = NULL; local
2220 OMX_HANDLETYPE pHandle = NULL; local
2414 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; local
2660 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)cbData.hComponent; local
[all...]

Completed in 429 milliseconds

1234567