Searched defs:pComponent (Results 1 - 25 of 56) sorted by relevance

123

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Dec_Utils.c218 OMX_ERRORTYPE G722DEC_Fill_LCMLInitParams(OMX_HANDLETYPE pComponent, argument
225 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
481 OMX_ERRORTYPE G722Dec_StartCompThread(OMX_HANDLETYPE pComponent) argument
484 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
553 * @param pComponent This is the component handle.
565 OMX_ERRORTYPE G722DEC_FreeCompResources(OMX_HANDLETYPE pComponent) argument
567 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
2043 void G722DEC_CleanupInitParams(OMX_HANDLETYPE pComponent) argument
2045 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
2265 * @param pComponent Thi
2275 G722DECFill_LCMLInitParamsEx(OMX_HANDLETYPE pComponent) argument
[all...]
H A DOMX_G722Decoder.c973 * @param pComponent This is component handle.
988 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, argument
993 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent;
1234 * @param pComponent This is component handle.
1247 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE pComponent, OMX_STATETYPE* pState) argument
1250 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1281 * @param pComponent This is component handle.
1296 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, argument
1300 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1378 * @param pComponent Thi
1393 FillThisBuffer(OMX_HANDLETYPE pComponent, OMX_BUFFERHEADERTYPE* pBuffer) argument
1503 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_Utils.c111 * @param pComponent handle for this instance of the component
122 OMX_ERRORTYPE G729DECFill_LCMLInitParams(OMX_HANDLETYPE pComponent, argument
133 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent;
362 * @param pComponent handle for this instance of the component
374 OMX_ERRORTYPE G729DEC_StartComponentThread(OMX_HANDLETYPE pComponent) argument
377 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
444 * @param pComponent handle for this instance of the component
454 OMX_ERRORTYPE G729DEC_FreeCompResources(OMX_HANDLETYPE pComponent) argument
456 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
539 OMX_ERRORTYPE G729DEC_CleanupInitParams(OMX_HANDLETYPE pComponent) argument
613 G729DEC_StopComponentThread(OMX_HANDLETYPE pComponent) argument
[all...]
H A DOMX_G729Decoder.c486 * @param pComponent handle for this instance of the component
495 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, argument
501 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent;
1281 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE pComponent, OMX_STATETYPE* pState) argument
1284 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1310 * @param pComponent handle for this instance of the component
1319 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, argument
1323 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1393 * @param pComponent handle for this instance of the component
1402 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE pComponent, argument
1498 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_Utils.c107 * @param pComponent handle for this instance of the component
119 OMX_ERRORTYPE G729ENC_FillLCMLInitParams(OMX_HANDLETYPE pComponent, argument
125 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent;
329 * @param pComponent handle for this instance of the component
339 OMX_ERRORTYPE G729ENC_StartComponentThread(OMX_HANDLETYPE pComponent) argument
342 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
416 * @param pComponent handle for this instance of the component
426 OMX_ERRORTYPE G729ENC_FreeCompResources(OMX_HANDLETYPE pComponent) argument
432 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
492 * @param pComponent handl
502 G729ENC_CleanupInitParams(OMX_HANDLETYPE pComponent) argument
576 G729ENC_StopComponentThread(OMX_HANDLETYPE pComponent) argument
2610 G729ENC_FillLCMLInitParamsEx(OMX_HANDLETYPE pComponent) argument
[all...]
H A DOMX_G729Encoder.c476 * @param pComponent handle for this instance of the component
485 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, argument
490 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent;
1245 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE pComponent, OMX_STATETYPE* pState) argument
1248 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1277 * @param pComponent handle for this instance of the component
1286 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, argument
1292 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1371 * @param pComponent handle for this instance of the component
1380 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE pComponent, argument
1492 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; local
[all...]
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcomponent.cpp894 OMX_COMPONENTTYPE *pComponent,
898 mComponent(pComponent),
892 ISVProcThreadObserver( OMX_COMPONENTTYPE *pBaseComponent, OMX_COMPONENTTYPE *pComponent, OMX_CALLBACKTYPE *pCallBacks, sp<ISVBufferManager> bufferManager) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c112 OMX_ERRORTYPE AACDEC_Fill_LCMLInitParams(OMX_HANDLETYPE pComponent, argument
119 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
365 OMX_ERRORTYPE AacDec_StartCompThread(OMX_HANDLETYPE pComponent) argument
368 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
424 * @param pComponent This is the component handle.
437 OMX_ERRORTYPE AACDEC_FreeCompResources(OMX_HANDLETYPE pComponent) argument
439 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
3182 * @param pComponent handle for this instance of the component
3192 void AACDEC_CleanupInitParams(OMX_HANDLETYPE pComponent) argument
3194 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
3249 AACDEC_CleanupInitParamsEx(OMX_HANDLETYPE pComponent,OMX_U32 indexport) argument
3579 AACDECFill_LCMLInitParamsEx(OMX_HANDLETYPE pComponent,OMX_U32 indexport) argument
[all...]
H A DOMX_AacDecoder.c1222 * @param pComponent This is component handle.
1237 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, argument
1242 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent;
1401 * @param pComponent This is component handle.
1414 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE pComponent, OMX_STATETYPE* pState) argument
1417 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1446 * @param pComponent This is component handle.
1461 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, argument
1465 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1542 * @param pComponent handl
1551 FillThisBuffer(OMX_HANDLETYPE pComponent, OMX_BUFFERHEADERTYPE* pBuffer) argument
1663 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_Utils.c97 * @param pComponent handle for this instance of the component
109 OMX_ERRORTYPE AACENCFill_LCMLInitParams(OMX_HANDLETYPE pComponent, LCML_DSP *plcml_Init, OMX_U16 arr[]) argument
118 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent;
400 * @param pComponent handle for this instance of the component
410 OMX_ERRORTYPE AACENC_StartComponentThread(OMX_HANDLETYPE pComponent) argument
413 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
473 OMX_PRDSP1(pComponentPrivate->dbg, "%d :: pComponent[%x] AACENC_StartComponentThread\n", __LINE__, (int)pComponent) ;
488 * @param pComponent handle for this instance of the component
498 OMX_ERRORTYPE AACENC_FreeCompResources(OMX_HANDLETYPE pComponent) argument
574 AACENC_CleanupInitParams(OMX_HANDLETYPE pComponent) argument
632 AACENC_StopComponentThread(OMX_HANDLETYPE pComponent) argument
3124 AACENCFill_LCMLInitParamsEx(OMX_HANDLETYPE pComponent) argument
[all...]
H A DOMX_AacEncoder.c504 * @param pComponent handle for this instance of the component
513 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, argument
519 OMX_CONF_CHECK_CMD(pComponent,1,1); /* Checking for NULL pointers: pAppData is NULL for Khronos */
520 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent;
1469 * @param pComponent handle for this instance of the component
1478 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, argument
1483 OMX_CONF_CHECK_CMD(pComponent,pBuffer,1);
1485 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1571 * @param pComponent handle for this instance of the component
1580 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE pComponent, argument
1695 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c108 * @param pComponent handle for this instance of the component
120 OMX_ERRORTYPE G711DECFill_LCMLInitParams(OMX_HANDLETYPE pComponent, argument
130 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent;
345 * @param pComponent handle for this instance of the component
355 OMX_ERRORTYPE G711DEC_StartComponentThread(OMX_HANDLETYPE pComponent) argument
358 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
429 * @param pComponent handle for this instance of the component
439 OMX_ERRORTYPE G711DEC_FreeCompResources(OMX_HANDLETYPE pComponent) argument
441 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
533 OMX_ERRORTYPE G711DEC_CleanupInitParams(OMX_HANDLETYPE pComponent) argument
584 G711DEC_StopComponentThread(OMX_HANDLETYPE pComponent) argument
[all...]
H A DOMX_G711Decoder.c482 * @param pComponent handle for this instance of the component
491 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, argument
497 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent;
1258 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE pComponent, OMX_STATETYPE* pState) argument
1261 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1287 * @param pComponent handle for this instance of the component
1296 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, argument
1300 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1374 * @param pComponent handle for this instance of the component
1383 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE pComponent, argument
1493 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c92 * @param pComponent handle for this instance of the component
102 OMX_ERRORTYPE G711ENC_FillLCMLInitParams(OMX_HANDLETYPE pComponent, argument
108 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent;
318 * @param pComponent handle for this instance of the component
327 OMX_ERRORTYPE G711ENC_StartComponentThread(OMX_HANDLETYPE pComponent) argument
330 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
398 * @param pComponent handle for this instance of the component
408 OMX_ERRORTYPE G711ENC_FreeCompResources(OMX_HANDLETYPE pComponent) argument
412 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
466 * @param pComponent handl
476 G711ENC_CleanupInitParams(OMX_HANDLETYPE pComponent) argument
550 G711ENC_StopComponentThread(OMX_HANDLETYPE pComponent) argument
2409 G711ENC_FillLCMLInitParamsEx(OMX_HANDLETYPE pComponent) argument
[all...]
H A DOMX_G711Encoder.c451 * @param pComponent handle for this instance of the component
460 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, argument
466 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent;
1097 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE pComponent, OMX_STATETYPE* pState) argument
1100 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1128 * @param pComponent handle for this instance of the component
1137 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, argument
1145 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1218 * @param pComponent handle for this instance of the component
1227 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE pComponent, argument
1322 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c231 * @param pComponent handle for this instance of the component
241 OMX_ERRORTYPE G722ENC_Fill_LCMLInitParams(OMX_HANDLETYPE pComponent, argument
248 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
531 * @param pComponent handle for this instance of the component
540 OMX_ERRORTYPE G722Enc_StartCompThread(OMX_HANDLETYPE pComponent) argument
543 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
622 * @param pComponent handle for this instance of the component
631 OMX_ERRORTYPE G722Enc_FreeCompResources(OMX_HANDLETYPE pComponent) argument
633 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
783 * @param pComponent handl
792 G722ENC_CleanupInitParams(OMX_HANDLETYPE pComponent) argument
845 G722ENC_StopComponentThread(OMX_HANDLETYPE pComponent) argument
2574 G722ENC_Fill_LCMLInitParamsEx(OMX_HANDLETYPE pComponent) argument
[all...]
H A DOMX_G722Encoder.c1072 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, argument
1077 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent;
1332 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE pComponent, OMX_STATETYPE* pState) argument
1335 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *) pComponent;
1371 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, argument
1375 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1461 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE pComponent, argument
1465 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1551 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; local
1553 (G722ENC_COMPONENT_PRIVATE *)pComponent
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A DG722EncTest.c153 /*OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;*/
301 OMX_COMPONENTTYPE *pComponent = NULL; local
752 pComponent = (OMX_COMPONENTTYPE *)(pHandle);
779 OMX_FillThisBuffer(pComponent,pOutputBufferHeader);
1350 /* OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;*/
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c111 OMX_ERRORTYPE G726DEC_Fill_LCMLInitParams(OMX_HANDLETYPE pComponent, argument
118 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
368 OMX_ERRORTYPE G726Dec_StartCompThread(OMX_HANDLETYPE pComponent) argument
371 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
434 * @param pComponent This is the component handle.
446 OMX_ERRORTYPE G726DEC_FreeCompResources(OMX_HANDLETYPE pComponent) argument
448 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
2184 void G726DEC_CleanupInitParams(OMX_HANDLETYPE pComponent) argument
2186 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
2402 * @param pComponent Thi
2412 G726DECFill_LCMLInitParamsEx(OMX_HANDLETYPE pComponent) argument
[all...]
H A DOMX_G726Decoder.c995 * @param pComponent This is component handle.
1010 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, argument
1015 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent;
1257 * @param pComponent This is component handle.
1270 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE pComponent, OMX_STATETYPE* pState) argument
1273 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1301 * @param pComponent This is component handle.
1316 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, argument
1320 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1398 * @param pComponent Thi
1413 FillThisBuffer(OMX_HANDLETYPE pComponent, OMX_BUFFERHEADERTYPE* pBuffer) argument
1523 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
H A DG726DecTest.c362 OMX_COMPONENTTYPE *pComponent = NULL; local
603 pComponent =(OMX_COMPONENTTYPE *)(*pHandle);
984 pComponent->EmptyThisBuffer(*pHandle, pBuffer);*/
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c151 * @param pComponent handle for this instance of the component
162 OMX_ERRORTYPE G726ENC_FillLCMLInitParams(OMX_HANDLETYPE pComponent, argument
168 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent;
383 * @param pComponent handle for this instance of the component
392 OMX_ERRORTYPE G726ENC_StartComponentThread(OMX_HANDLETYPE pComponent) argument
395 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
457 * @param pComponent handle for this instance of the component
467 OMX_ERRORTYPE G726ENC_FreeCompResources(OMX_HANDLETYPE pComponent) argument
471 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
514 * @param pComponent handl
524 G726ENC_CleanupInitParams(OMX_HANDLETYPE pComponent) argument
589 G726ENC_StopComponentThread(OMX_HANDLETYPE pComponent) argument
2147 G726ENC_FillLCMLInitParamsEx(OMX_HANDLETYPE pComponent) argument
[all...]
H A DOMX_G726Encoder.c417 * @param pComponent handle for this instance of the component
426 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, argument
432 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent;
1028 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE pComponent, OMX_STATETYPE* pState) argument
1031 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1058 * @param pComponent handle for this instance of the component
1067 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, argument
1075 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1144 * @param pComponent handle for this instance of the component
1153 static OMX_ERRORTYPE FillThisBuffer (OMX_HANDLETYPE pComponent, argument
1246 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_Utils.c117 OMX_ERRORTYPE MP3DEC_Fill_LCMLInitParams(OMX_HANDLETYPE pComponent,LCML_DSP *plcml_Init,OMX_U16 arr[]) argument
123 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
379 OMX_ERRORTYPE Mp3Dec_StartCompThread(OMX_HANDLETYPE pComponent) argument
382 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
448 * @param pComponent This is the component handle.
461 OMX_ERRORTYPE MP3DEC_FreeCompResources(OMX_HANDLETYPE pComponent) argument
463 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
3044 * @param pComponent handle for this instance of the component
3054 void MP3DEC_CleanupInitParams(OMX_HANDLETYPE pComponent) argument
3056 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
3120 MP3DEC_CleanupInitParamsEx(OMX_HANDLETYPE pComponent,OMX_U32 indexport) argument
3341 MP3DECFill_LCMLInitParamsEx(OMX_HANDLETYPE pComponent, OMX_U32 indexport) argument
[all...]
H A DOMX_Mp3Decoder.c1270 * @param pComponent This is component handle.
1285 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, argument
1290 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent;
1429 * @param pComponent This is component handle.
1442 static OMX_ERRORTYPE GetState (OMX_HANDLETYPE pComponent, OMX_STATETYPE* pState) argument
1445 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1476 * @param pComponent This is component handle.
1491 static OMX_ERRORTYPE EmptyThisBuffer (OMX_HANDLETYPE pComponent, argument
1495 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1579 * @param pComponent Thi
1594 FillThisBuffer(OMX_HANDLETYPE pComponent, OMX_BUFFERHEADERTYPE* pBuffer) argument
1721 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; local
[all...]

Completed in 633 milliseconds

123